Search:

Type: Posts; User: ABIDINE

Page 1 of 2 1 2

Search: Search took 0.03 seconds; generated 34 minute(s) ago.

  1. Replies
    7
    Views
    3,733

    Re: Add column width to DataTable

    Thank you very much Gentelman
  2. Replies
    7
    Views
    3,733

    Re: Add column width to DataTable

    Thank you very much Shaggy Hiker
    Why I can name the column and his title ( caption )
  3. Replies
    7
    Views
    3,733

    Re: Add column width to DataTable

    Thank you master for this lesson but I just wanted to put these two codes together
  4. Replies
    7
    Views
    3,733

    [RESOLVED] Add column width to DataTable

    Hello every one
    I need your help .. please
    To create my datatable column I use this code for the column names and the titles of these columns headers

    Dim DT As New DataTable
    ...
  5. Replies
    7
    Views
    2,170

    Re: special numbering

    Thank you very much Dday9 for help
    But i get always in TextBox1 .. DataTime.Now (20201224)
  6. Replies
    7
    Views
    2,170

    Re: special numbering

    Thank you for your opinion .. i have no other information .. i'm trying this code .. i make a database (id type Int - transno type NvarChar 50 - productname TYPE NvarChar 50) .. when my table is...
  7. Replies
    7
    Views
    2,170

    special numbering

    Hello Every One
    Please if you can help me to solve this problem
    I followed a tutorial in C
    179661
    In tutorial this code works very well .. I converted this code on VB NET but always I will have...
  8. Re: Save DataGridView record without last emty rows

    Thank you techgnome
    yes you are right
    My datagridview1 will be filled by another Button ( BtnFillDdv ) .. that passed some value from the TextBox to this DatagridView .. after that .. i save data...
  9. [RESOLVED] Save DataGridView record without last emty rows

    Hello every one
    Please I really need help
    With Button1 i have this code to prepare my controls

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

    ...
  10. Replies
    5
    Views
    467

    Re: Add a new quantity to the old if exist

    Any suggestion please .
  11. Replies
    5
    Views
    467

    Re: Add a new quantity to the old if exist

    Thank you very much
    Unfortunately I am new in this area I tried a lot but I could not put this thing
    ABE
  12. Replies
    5
    Views
    467

    Add a new quantity to the old if exist

    Hello Every one
    Please i need help to resolve this problem
    In my Table ( Table_Items ) i have 3 Field ( ItemId Type Numeric primary key - ItemName type Text - ItemQuantity Type Numeric )
    In my...
  13. Replies
    5
    Views
    1,223

    Re: [RESOLVED] Fill DatagridView

    Thanks jmcilhinney .. great solution .. i thought i can not do parameters with OledbAdapter .. Thenk you very much for better information.
  14. Replies
    5
    Views
    1,223

    Re: Fill DatagridView

    Thank you paul
    Now it work perfectly
    Resolved.
    ABE
  15. Replies
    5
    Views
    1,223

    [RESOLVED] Fill DatagridView

    Hello every one
    Please what am I going to add at this code for fill my DataGridView1 by Result of query

    Public Function GetBarFooByBaz() As String
    Dim Baz = Date.Today
    Dim...
  16. Replies
    1
    Views
    1,239

    Change writing connection string

    Hello every one
    Please if you can help me to repair this code
    I have this code like this :

    Public Conne As New OleDbConnection()
    Public Database_Provider As String =...
  17. Re: [RESOLVED] Check if value in TextBox exist in DatagridView

    Thank you very much
    How to do ( row.Cells (i) .Value.ToString ) in a single variable in my code ..in Module ??
    Cordially
  18. Re: Check if value in TextBox exist in DatagridView

    Thank you vey much OptionBase1 for idea
    Thank you very much jmcilhinney for orientation
    Now it work very well like this

    If row.Cells(i).Value.ToString = TextBox1.Text OrElse...
  19. Re: Check if value in TextBox exist in DatagridView

    Thank you OptionBase1
    I tried like this :

    If row.Cells(i).Value.ToString = TextBox1.Text OrElse TextBox2.Text OrElse TextBox3.Text OrElse TextBox4.Text OrElse TextBox5.Text Then
    But always it...
  20. [RESOLVED] Check if value in TextBox exist in DatagridView

    Hello every one
    Please if you can help me to repair this code ..
    I wont check if value in TextBox1 Or TextBox2 Or TextBox3 Or TextBox4 Or TextBox5 exists in DatagridView1 before printing
    This code...
  21. Replies
    6
    Views
    602

    Re: Short code writing

    Thank you very much for help
    It's resolved
    Cordially
    ABE
  22. Replies
    6
    Views
    602

    Re: Short code writing

    I Tried like this this :

    Dim count As Integer = 1
    For count = 1 To 100
    Dim items = {"Senior", "Junior", "Other"}
    Dim Cmb =...
  23. Replies
    6
    Views
    602

    Re: Short code writing

    Thank you very much jmcilhinney for super lesson
    Now it work very well .. but i have an last problem
    If i have for example in my Form1 109 ComboBox .. will all be filled .. while I only want to...
  24. Replies
    6
    Views
    602

    [RESOLVED] Short code writing

    Hello every one
    Please if you can help me ..
    I have 100 ComboBox in my Form1 .. to fill these 100 combobox I use this code in my Form1 Load :

    Private Sub Form1_Load(sender As Object, e As...
  25. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Thank you very much bmwpete
    Thank you for super idea and for help
    Perfectly resolved
    Cordially
    ABE
  26. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Hii Shaggy Hiker
    Yes you're right I want to get by DataTable a single line and the first line of my table .. and put this line in TextBox1
    Thank you very much for help
    Cordially
    ABE
  27. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Hii bmwpete
    Thank you very much for help
    You brought me to the solution
    Simply I could not finish the function .. i have This message :

    Variable 'MyReturnValue'is used before it has been...
  28. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Please how to remove in this line :

    Animate = "WELCOME .. ABIDINE      "
    WELCOME .. ABIDINE ..and put in his place : Get_Word_From_My_Table()
    Like this :

    Animate =...
  29. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Thank you Shaggy Hiker
    With this line

    Animate = Get_Word_From_My_Table() & "      "
    i have an error : Expression does not produce a value .. error blue line at...
  30. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Thanks Shaggy Hiker for the intention of help
    The words written in the code will appear as animated text in my WebBrowser .. In this case I can not change these words at run time of project .
    I...
  31. Replies
    13
    Views
    2,599

    Re: Replace code by TextBox1

    Thank you very much paulg4ije
    Well understood thank you .. this part is so well adjusted
    Please if i want put an Private Sub .. like this for example :

    Private Sub Get_Animate_Pub()
    ...
  32. Replies
    13
    Views
    2,599

    [RESOLVED] Replace code by TextBox1

    Hello VBForums
    Please if you can help me to resolve this problem
    With this code to scroll a Text in WebBrowser .. i want replace (WELCOME .. ABIDINE) .. by TextBox1 so that I can change the text...
  33. Re: Customize format date dans ComboBox

    Thank you very much kpmc for your intention of help
    Thank you wes4dbt for help and for super solution
    Very nice of you
    Perfectly resolved
    Thank you
    ABIDINE
  34. [RESOLVED] Customize format date dans ComboBox

    Hello VBForums
    Hello every one
    Please I found a problem if you can help me to solve it
    I have 3 ComboBox and a TextBox1
    I have this code in my Form Load :

    ComboBox1.SelectedText =...
  35. Replies
    6
    Views
    2,669

    Re: Sum of two textbox

    Thank you very very much dday9
    Thank you for help and explanation and best code
    Perfectly resolved
    Cordially
    ABIDINE
  36. Replies
    6
    Views
    2,669

    Re: Sum of two textbox

    Thank you DataMiser for logic explanation
    dday9 ..thank you very much for help
    But i have 2 problem
    1-If Textbox2 is not empty here I will get an error because when i click Button1 .. I got only...
  37. Replies
    6
    Views
    2,669

    [RESOLVED] Sum of two textbox

    Hello VBForums
    Hello every one
    Please if you can help to resolve this problem
    I have for example TextBox1 and TextBox2
    I want ..
    When I type a number in TextBox1 for example ( 12.76 ) appears...
  38. Re: Save checkBox state in my settting

    Thank you Shaggy Hiker
    It's perfectly resolved with splash form
    Thank you Shaggy Hiker
    Thank you si_the_geek
    Cordially
    ABE
  39. Re: Save checkBox state in my settting

    Thank you very very much si_the_geek
    Yes with the event Shown it works but Form1 appears as same and after disappears.Please there is no other method better than mine to handle this thing
    Cordially
  40. Re: Save checkBox state in my settting

    Thank you maitre for help
    I just want to let the user choose once at the first use of the program if he wants to let the program start at startup windows
    But why Form1 and Form2 appear together at...
Results 1 to 40 of 61
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width