Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionsetup and deployment in vb.net 2.0 windows application Pin
vijaylumar15-Apr-08 3:23
vijaylumar15-Apr-08 3:23 
GeneralRe: setup and deployment in vb.net 2.0 windows application Pin
Dave Kreskowiak15-Apr-08 4:04
mveDave Kreskowiak15-Apr-08 4:04 
GeneralDot Net Nuke File deletion error Pin
cincy15-Apr-08 3:18
cincy15-Apr-08 3:18 
GeneralRe: Dot Net Nuke File deletion error Pin
Dave Kreskowiak15-Apr-08 3:57
mveDave Kreskowiak15-Apr-08 3:57 
GeneralRe: Dot Net Nuke File deletion error Pin
cincy15-Apr-08 20:18
cincy15-Apr-08 20:18 
GeneralRe: Dot Net Nuke File deletion error Pin
Dave Kreskowiak16-Apr-08 3:02
mveDave Kreskowiak16-Apr-08 3:02 
QuestionSerialPort throwing uncatchable error? Pin
Chinners15-Apr-08 1:18
Chinners15-Apr-08 1:18 
GeneralRe: SerialPort throwing uncatchable error? Pin
Dave Kreskowiak15-Apr-08 1:40
mveDave Kreskowiak15-Apr-08 1:40 
If you disconnect the cable, the serial port is still a device that shows up in DeviceManager. When you remove the USB device, the entire COM port goes away. The serial device no longer exists. So, when it comes back, your (internally managed) handle to the COM port is no longer valid. It may work briefly, but you've found out what happens.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: SerialPort throwing uncatchable error? Pin
Chinners15-Apr-08 1:48
Chinners15-Apr-08 1:48 
GeneralRe: SerialPort throwing uncatchable error? Pin
Rajesh Anuhya15-Apr-08 1:43
professionalRajesh Anuhya15-Apr-08 1:43 
GeneralRe: SerialPort throwing uncatchable error? Pin
Chinners15-Apr-08 1:59
Chinners15-Apr-08 1:59 
QuestionVB6 User mode code memory limitation Pin
Hafiz Sikander Rafiq15-Apr-08 0:29
Hafiz Sikander Rafiq15-Apr-08 0:29 
GeneralRe: VB6 User mode code memory limitation Pin
Christian Graus15-Apr-08 0:59
protectorChristian Graus15-Apr-08 0:59 
GeneralRe: VB6 User mode code memory limitation Pin
Dave Kreskowiak15-Apr-08 1:38
mveDave Kreskowiak15-Apr-08 1:38 
QuestionHow to add VFP Driver Pin
en.Mahdi14-Apr-08 23:38
en.Mahdi14-Apr-08 23:38 
GeneralRe: How to add VFP Driver Pin
Christian Graus15-Apr-08 0:03
protectorChristian Graus15-Apr-08 0:03 
Questionhow i can prohibt a user to delete a row from a table when it exist in another table ? Pin
r_mohd14-Apr-08 22:19
r_mohd14-Apr-08 22:19 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Christian Graus15-Apr-08 0:05
protectorChristian Graus15-Apr-08 0:05 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Ashish Sehajpal15-Apr-08 4:28
Ashish Sehajpal15-Apr-08 4:28 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Dave Kreskowiak15-Apr-08 4:42
mveDave Kreskowiak15-Apr-08 4:42 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Steven J Jowett15-Apr-08 5:59
Steven J Jowett15-Apr-08 5:59 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Dave Kreskowiak15-Apr-08 6:26
mveDave Kreskowiak15-Apr-08 6:26 
GeneralRe: how i can prohibt a user to delete a row from a table when it exist in another table ? Pin
Christian Graus16-Apr-08 11:15
protectorChristian Graus16-Apr-08 11:15 
Questionregarding message box in vb.net Pin
vijaylumar14-Apr-08 19:02
vijaylumar14-Apr-08 19:02 
AnswerRe: regarding message box in vb.net Pin
en.Mahdi14-Apr-08 19:33
en.Mahdi14-Apr-08 19:33 

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.