Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for 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 #FNum1 Open "C:\file2.txt" For output As #FNum2 Line Input #FNum1, str Print #FNum2, …

Member Avatar for bubbleT
0
101
Member Avatar for 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 insert statement and that obvious also. What i am thinking …

Member Avatar for jireh
0
112
Member Avatar for 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 selected through Visual Basic GUI. I tried creating a form in MS …

0
50
Member Avatar for 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 replaced. Is there any way that i can show the progress using progress bar for the replacement …

Member Avatar for Duoas
0
114
Member Avatar for 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 instead of listbox like listview. can someone pls …

Member Avatar for choudhuryshouvi
1
4K