Search Results

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: ashishprem
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2008
Replies: 1
Views: 1,019
Posted By ashishprem
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
Posted By ashishprem
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
Posted By ashishprem
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
Posted By ashishprem
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
Posted By ashishprem
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
Posted By ashishprem
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
Posted By ashishprem
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...
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC