Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
IainM128-Sep-06 0:23
IainM128-Sep-06 0:23 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
Dave Kreskowiak28-Sep-06 2:07
mveDave Kreskowiak28-Sep-06 2:07 
QuestionData Environment Pin
Mphatso Nkando27-Sep-06 0:04
Mphatso Nkando27-Sep-06 0:04 
AnswerRe: Data Environment Pin
Dave Kreskowiak27-Sep-06 9:04
mveDave Kreskowiak27-Sep-06 9:04 
Questionhow to automate selection of radio buttons using vb.net Pin
k_satish26-Sep-06 23:44
k_satish26-Sep-06 23:44 
QuestionPlease help Pin
minniemooo26-Sep-06 23:33
minniemooo26-Sep-06 23:33 
AnswerRe: Please help Pin
jhoga27-Sep-06 5:19
jhoga27-Sep-06 5:19 
Questionproblem with serial port and cross threads Pin
Rey999926-Sep-06 23:08
Rey999926-Sep-06 23:08 
Hello Everyone. i have done an application in vs2005 who reads some input from a barcode scanner, displays the string read by the barcode on a textbox, updates a database and shows the results on some datagridviews. the barcode scanner is attached to a COM port. my problem is that when i attempt to process the data read (using the SerialPort.DataReceived event), i get a cross thread invalid operation exception (it says it can't access the textbox, because it's a different thread from the one who created it). if i try to set the control.CheckForIllegalCrossThreadCalls property to false, i can write text on the textbox, but my application locks up as it tries to do other things as refreshing datagrids or showing other forms. Please understand i have very little knowledge of VB.NET 2005. is there a simple way to solve this? Thanks in advance.

~~~ From Milano to The Hague, easy as it goes ~~~

AnswerRe: problem with serial port and cross threads Pin
Rey999926-Sep-06 23:44
Rey999926-Sep-06 23:44 
QuestionTransparent Label Pin
morteza5726-Sep-06 21:12
morteza5726-Sep-06 21:12 
GeneralRe: Transparent Label Pin
Guffa26-Sep-06 21:34
Guffa26-Sep-06 21:34 
AnswerRe: Transparent Label Pin
The ANZAC26-Sep-06 23:19
The ANZAC26-Sep-06 23:19 
GeneralRe: Transparent Label Pin
morteza5726-Sep-06 23:33
morteza5726-Sep-06 23:33 
GeneralRe: Transparent Label Pin
Dave Kreskowiak27-Sep-06 2:36
mveDave Kreskowiak27-Sep-06 2:36 
GeneralRe: Transparent Label Pin
morteza5727-Sep-06 20:21
morteza5727-Sep-06 20:21 
GeneralRe: Transparent Label Pin
Dave Kreskowiak28-Sep-06 2:10
mveDave Kreskowiak28-Sep-06 2:10 
QuestionNO MINIMIZE Pin
K edar V26-Sep-06 19:59
K edar V26-Sep-06 19:59 
AnswerRe: NO MINIMIZE Pin
The ANZAC26-Sep-06 23:21
The ANZAC26-Sep-06 23:21 
GeneralRe: NO MINIMIZE Pin
K edar V26-Sep-06 23:25
K edar V26-Sep-06 23:25 
GeneralRe: NO MINIMIZE Pin
Dave Kreskowiak27-Sep-06 2:31
mveDave Kreskowiak27-Sep-06 2:31 
Questioni want to print the datagridview content when i press the pirnt button Pin
vrk_raju26-Sep-06 18:12
vrk_raju26-Sep-06 18:12 
AnswerRe: i want to print the datagridview content when i press the pirnt button Pin
Dave Kreskowiak27-Sep-06 2:23
mveDave Kreskowiak27-Sep-06 2:23 
GeneralRe: i want to print the datagridview content when i press the pirnt button Pin
Sourie23-Sep-08 6:53
Sourie23-Sep-08 6:53 
Questiondebugging a c# .dll Pin
gooseman11226-Sep-06 16:20
gooseman11226-Sep-06 16:20 
AnswerRe: debugging a c# .dll Pin
Christian Graus26-Sep-06 16:34
protectorChristian Graus26-Sep-06 16:34 

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.