Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralProblems with Bootstrapper plug-in. Pin
jlizardo30-Dec-03 9:37
jlizardo30-Dec-03 9:37 
GeneralListview in VB.NET Pin
Anonymous30-Dec-03 5:07
Anonymous30-Dec-03 5:07 
GeneralDLL in VB.NET Pin
Anonymous30-Dec-03 5:03
Anonymous30-Dec-03 5:03 
GeneralRe: DLL in VB.NET Pin
Ian Darling30-Dec-03 5:19
Ian Darling30-Dec-03 5:19 
QuestionHow can I insert a uninstall programs to my solution Pin
jlizardo30-Dec-03 4:42
jlizardo30-Dec-03 4:42 
AnswerRe: How can I insert a uninstall programs to my solution Pin
Colin Angus Mackay30-Dec-03 11:31
Colin Angus Mackay30-Dec-03 11:31 
QuestionHow to skip a few lines while reading from a text file? Pin
ESJY30-Dec-03 4:26
ESJY30-Dec-03 4:26 
AnswerRe: How to skip a few lines while reading from a text file? Pin
Anonymous30-Dec-03 8:16
Anonymous30-Dec-03 8:16 
Simple. Just read the line, or lines, you want to skip and don't do anything with them. You'll probably want to read the exact number of lines you want to skip inside a for/next loop.
Dim strDiscard as String
For x = 1 to n
    strDiscard = ReadLine(filepointer)  ' or whatever your using to read a line from the file
Next

GeneralRe: How to skip a few lines while reading from a text file? Pin
ESJY1-Jan-04 1:05
ESJY1-Jan-04 1:05 
QuestionHow Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
jlizardo30-Dec-03 3:34
jlizardo30-Dec-03 3:34 
AnswerRe: How Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
Juergen Posny30-Dec-03 3:39
Juergen Posny30-Dec-03 3:39 
GeneralRe: How Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
jlizardo30-Dec-03 4:36
jlizardo30-Dec-03 4:36 
GeneralDrawing regression line graph from points Pin
sunny027930-Dec-03 1:08
sunny027930-Dec-03 1:08 
GeneralCircle geometry Pin
cnurse30-Dec-03 0:47
cnurse30-Dec-03 0:47 
GeneralSolved it Pin
cnurse30-Dec-03 2:58
cnurse30-Dec-03 2:58 
GeneralHelp me How Exacrly i can use the pathGradiant brush Pin
EmanAli29-Dec-03 19:14
EmanAli29-Dec-03 19:14 
GeneralRe: Help me How Exacrly i can use the pathGradiant brush Pin
cnurse30-Dec-03 4:40
cnurse30-Dec-03 4:40 
GeneralRe: Thanks for the help Pin
Anonymous30-Dec-03 17:33
Anonymous30-Dec-03 17:33 
GeneralRe: Thanks for the help Pin
cnurse31-Dec-03 19:23
cnurse31-Dec-03 19:23 
GeneralOptionButton and recordset Pin
javad_p29-Dec-03 19:06
javad_p29-Dec-03 19:06 
GeneralRe: OptionButton and recordset Pin
Niels Penneman9-Jan-04 7:11
Niels Penneman9-Jan-04 7:11 
QuestionHow can I add different application in to a single deployment package? Pin
Member 76608429-Dec-03 18:49
Member 76608429-Dec-03 18:49 
GeneralOppinions of serialization Pin
cnurse29-Dec-03 13:51
cnurse29-Dec-03 13:51 
GeneralAPI Calls or VB.NET Code Pin
Don Hamilton29-Dec-03 11:50
Don Hamilton29-Dec-03 11:50 
GeneralRe: API Calls or VB.NET Code Pin
Niels Penneman9-Jan-04 7:14
Niels Penneman9-Jan-04 7:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.