Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2008 |
| Replies: 1 Views: 1,019 i need to copy first 10 rows from file1 and pasting in file2. i am writing the code as
<code>
Dim FNum1 As Integer
Dim FNum2 As Integer
Dim str As String
Open "C:\file1.txt" For Input As... |
Forum: Visual Basic 4 / 5 / 6 Jan 10th, 2008 |
| Replies: 0 Views: 2,312 Hi,
I am struck up in the end phase of my project development. My requirement is something like this:
I need to import the data from Excel sheet into Access table. The excel file path needs to be... |
Forum: Visual Basic 4 / 5 / 6 Jan 10th, 2008 |
| Replies: 5 Views: 2,377 Hi
I need to insert a string in a database but the string might or might not contain a quotes('). There is no problem if there is no quotes. But in case of quotes it throws a syntax error in... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2008 |
| Replies: 1 Views: 3,419 Hi,
I have written a code in VB which replaces comma(,) in a file with semicolon(;).
The syntax is
snextline = Replace(Inline, ",", ";")
where inline is the string which needs to be... |
Forum: Visual Basic 4 / 5 / 6 Dec 13th, 2007 |
| Replies: 5 Views: 4,413 list box which diplays its item as a check box. make a lisbox and set its style to Checkbox from the property window and add the elements. You will get the idea. By the way how can i use listview to... |
Forum: Visual Basic 4 / 5 / 6 Dec 13th, 2007 |
| Replies: 5 Views: 4,413 item means the the elements which gets displayed in the listbox. |
Forum: Visual Basic 4 / 5 / 6 Dec 12th, 2007 |
| Replies: 5 Views: 4,413 Hi All,
I need to color few items in a list box having style as checkbox. I can understand that getting this done is not so easy. But I need to do this for my project. Can i use any other component... |