Click here to Skip to main content
16,007,779 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Any Free solution to read pdf in application form? Pin
cylix200012-Jan-06 14:47
cylix200012-Jan-06 14:47 
GeneralRe: Any Free solution to read pdf in application form? Pin
Curtis Schlak.13-Jan-06 1:39
Curtis Schlak.13-Jan-06 1:39 
Questionevent handler & textbox problem Pin
andrewke111-Jan-06 12:36
andrewke111-Jan-06 12:36 
AnswerRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 13:08
protectorChristian Graus11-Jan-06 13:08 
GeneralRe: event handler & textbox problem Pin
Joshua Quick11-Jan-06 13:21
Joshua Quick11-Jan-06 13:21 
GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 13:23
protectorChristian Graus11-Jan-06 13:23 
GeneralRe: event handler & textbox problem Pin
Joshua Quick11-Jan-06 13:30
Joshua Quick11-Jan-06 13:30 
GeneralRe: event handler & textbox problem Pin
andrewke111-Jan-06 13:38
andrewke111-Jan-06 13:38 
thanks for quick reply
using += does not make any difference
i have added a breakpoint at the line "strAscChar = Chr(intRxData)"
if i send a message "H" and step through the program i get intRxData &H48.
after the line is executed strAscChar is "H" - which is correct.
after the final line " TextBox1.Text &= strAscChar" is run and the yellow highlight cursor has moved to End Sub if i hover the mouse cursor over the
"TextBox1.Text" part of that line it shows that "H" has been written, so VS thinks that everything is ok but nothing is visible in the textbox on the form

GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 13:43
protectorChristian Graus11-Jan-06 13:43 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 15:20
mveDave Kreskowiak11-Jan-06 15:20 
GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 15:25
protectorChristian Graus11-Jan-06 15:25 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 16:53
mveDave Kreskowiak11-Jan-06 16:53 
GeneralRe: event handler & textbox problem Pin
Christian Graus11-Jan-06 17:14
protectorChristian Graus11-Jan-06 17:14 
GeneralRe: event handler & textbox problem Pin
Dave Kreskowiak12-Jan-06 8:19
mveDave Kreskowiak12-Jan-06 8:19 
AnswerRe: event handler & textbox problem Pin
Dave Kreskowiak11-Jan-06 13:17
mveDave Kreskowiak11-Jan-06 13:17 
GeneralRe: event handler & textbox problem Pin
andrewke111-Jan-06 13:47
andrewke111-Jan-06 13:47 
Questionsending 2-d array into a function Pin
ns11-Jan-06 8:05
ns11-Jan-06 8:05 
AnswerRe: sending 2-d array into a function Pin
Dave Kreskowiak11-Jan-06 9:54
mveDave Kreskowiak11-Jan-06 9:54 
GeneralRe: sending 2-d array into a function Pin
ns13-Jan-06 1:40
ns13-Jan-06 1:40 
Questionhow to detect app killing Pin
edwin16411-Jan-06 8:04
edwin16411-Jan-06 8:04 
AnswerRe: how to detect app killing Pin
Joshua Quick11-Jan-06 8:11
Joshua Quick11-Jan-06 8:11 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:13
edwin16411-Jan-06 9:13 
GeneralRe: how to detect app killing Pin
Joshua Quick11-Jan-06 9:55
Joshua Quick11-Jan-06 9:55 
AnswerRe: how to detect app killing Pin
Briga11-Jan-06 8:57
Briga11-Jan-06 8:57 
GeneralRe: how to detect app killing Pin
edwin16411-Jan-06 9:07
edwin16411-Jan-06 9:07 

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.