Click here to Skip to main content
15,921,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: require any vb.net project idea for final year project and information. Pin
shahid.noor30-Jul-08 20:53
shahid.noor30-Jul-08 20:53 
Questionproblem in the change the type of datagridview at runtime i.e combobox to textbox. Pin
Member 431708930-Jul-08 19:04
Member 431708930-Jul-08 19:04 
QuestionHELP!!! rs.fields(i).value is destructive Pin
QuickBooksDev30-Jul-08 12:04
QuickBooksDev30-Jul-08 12:04 
AnswerRe: HELP!!! rs.fields(i).value is destructive Pin
Guffa30-Jul-08 13:03
Guffa30-Jul-08 13:03 
GeneralRe: HELP!!! rs.fields(i).value is destructive Pin
QuickBooksDev30-Jul-08 14:25
QuickBooksDev30-Jul-08 14:25 
GeneralRe: HELP!!! rs.fields(i).value is destructive Pin
Guffa30-Jul-08 21:33
Guffa30-Jul-08 21:33 
QuestionExtra line breaks while uploading the file on ftp server Pin
MAP Tiger30-Jul-08 9:46
MAP Tiger30-Jul-08 9:46 
AnswerRe: Extra line breaks while uploading the file on ftp server Pin
Chinners31-Jul-08 1:37
Chinners31-Jul-08 1:37 
This sounds like it could be a problem with the editor you are using.

Linux (and most unix like os) use LF (linefeed, chr(&h0a)) to signify a new line.
Windows uses CRLF (Carriage Return+Line Feed, chr(&h0d)+chr(&h0a))

I suspect that some editor you have used has converted from the Linux newline format to the windows newline format.

If you could do a hex dump of the file at all stages, and check for the line breaks you should be able to see where this is happening.

(oh, and CuteFTP is also set to use Binary for the specific file format you are using isnt it? Wink | ;) )
GeneralRe: Extra line breaks while uploading the file on ftp server Pin
MAP Tiger31-Jul-08 1:59
MAP Tiger31-Jul-08 1:59 
QuestionHow can I center a picture box within an MDI Windows form????? Pin
Joey Picerno30-Jul-08 8:43
Joey Picerno30-Jul-08 8:43 
AnswerRe: How can I center a picture box within an MDI Windows form????? [modified] Pin
Gregory Gadow30-Jul-08 9:30
Gregory Gadow30-Jul-08 9:30 
GeneralRe: How can I center a picture box within an MDI Windows form????? Pin
Joey Picerno30-Jul-08 9:33
Joey Picerno30-Jul-08 9:33 
GeneralPROBLEM Pin
Joey Picerno30-Jul-08 9:51
Joey Picerno30-Jul-08 9:51 
GeneralThat was one of the bugs I fixed Pin
Gregory Gadow30-Jul-08 9:52
Gregory Gadow30-Jul-08 9:52 
GeneralRe: That was one of the bugs I fixed Pin
Joey Picerno30-Jul-08 10:07
Joey Picerno30-Jul-08 10:07 
QuestionCan Sub New be extended? Pin
Gregory Gadow30-Jul-08 7:00
Gregory Gadow30-Jul-08 7:00 
AnswerRe: Can Sub New be extended? Pin
Thomas Stockwell30-Jul-08 10:39
professionalThomas Stockwell30-Jul-08 10:39 
GeneralThat's what I was afraid of Pin
Gregory Gadow30-Jul-08 10:51
Gregory Gadow30-Jul-08 10:51 
GeneralRe: That's what I was afraid of Pin
Guffa30-Jul-08 13:06
Guffa30-Jul-08 13:06 
QuestionExporting excel 2003 contents to access 2003 database using vb.net 2003 Pin
chandrubngit30-Jul-08 5:11
chandrubngit30-Jul-08 5:11 
AnswerRe: Exporting excel 2003 contents to access 2003 database using vb.net 2003 Pin
Paul Conrad30-Jul-08 7:01
professionalPaul Conrad30-Jul-08 7:01 
Questionrunning batch file within an application Pin
Matodzi30-Jul-08 4:40
Matodzi30-Jul-08 4:40 
AnswerRe: running batch file within an application Pin
jzonthemtn30-Jul-08 5:32
jzonthemtn30-Jul-08 5:32 
Questiondid tcplistener can listen to one specified client ip Pin
shee_dee8630-Jul-08 4:23
shee_dee8630-Jul-08 4:23 
AnswerRe: did tcplistener can listen to one specified client ip Pin
jzonthemtn30-Jul-08 5:30
jzonthemtn30-Jul-08 5:30 

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.