Click here to Skip to main content
15,917,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to record the printed job, doc name, user, date/time with vb 2008.. pls help me Pin
Duncan Edwards Jones31-Jul-08 1:49
professionalDuncan Edwards Jones31-Jul-08 1:49 
GeneralRe: how to record the printed job, doc name, user, date/time with vb 2008.. pls help me Pin
aungthiha31-Jul-08 19:02
aungthiha31-Jul-08 19:02 
Questionrequire any vb.net project idea for final year project and information. Pin
Member 431708930-Jul-08 19:11
Member 431708930-Jul-08 19:11 
AnswerRe: require any vb.net project idea for final year project and information. Pin
Eduard Keilholz30-Jul-08 19:55
Eduard Keilholz30-Jul-08 19:55 
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 
When you read blob fields (text, image, et.c.) from a recordset, they have to be read in the exact order that they come in the recordset, i.e. row by row, field by field, and each field can only be read once. If field 93 and 94 are blob fields, you have to read field 93 first, then field 94. If you read field 94 first, you skip past field 93 so it's discarded.

The reason for this is that the data for those fields can be much larger than the input buffer, so the data is sent in a separate stream. You can only read the data for the blob fields in the order that it comes in the stream.

Despite everything, the person most likely to be fooling you next is yourself.

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 
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 

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.