Click here to Skip to main content
15,920,468 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Popup Watcher Pin
jeipiyaku13-Jul-09 23:26
jeipiyaku13-Jul-09 23:26 
QuestionDatabase deployment. using VB .net Pin
Cory Kimble13-Jul-09 8:25
Cory Kimble13-Jul-09 8:25 
AnswerRe: Database deployment. using VB .net Pin
David Mujica13-Jul-09 8:53
David Mujica13-Jul-09 8:53 
GeneralRe: Database deployment. using VB .net Pin
Cory Kimble13-Jul-09 8:58
Cory Kimble13-Jul-09 8:58 
GeneralNo scripts Pin
David Mujica13-Jul-09 9:17
David Mujica13-Jul-09 9:17 
GeneralRe: No scripts Pin
Cory Kimble13-Jul-09 10:40
Cory Kimble13-Jul-09 10:40 
GeneralRe: No experience with SQL Express Pin
David Mujica13-Jul-09 10:44
David Mujica13-Jul-09 10:44 
GeneralRe: No experience with SQL Express Pin
Christian Graus13-Jul-09 10:59
protectorChristian Graus13-Jul-09 10:59 
GeneralRe: No scripts Pin
Henry Minute13-Jul-09 11:34
Henry Minute13-Jul-09 11:34 
Questionhow to convert any VB.NET code into C++.net Pin
samvaidy13-Jul-09 7:41
samvaidy13-Jul-09 7:41 
AnswerRe: how to convert any VB.NET code into C++.net Pin
Christian Graus13-Jul-09 7:43
protectorChristian Graus13-Jul-09 7:43 
GeneralRe: how to convert any VB.NET code into C++.net Pin
samvaidy13-Jul-09 10:00
samvaidy13-Jul-09 10:00 
AnswerRe: how to convert any VB.NET code into C++.net Pin
Luc Pattyn13-Jul-09 8:10
sitebuilderLuc Pattyn13-Jul-09 8:10 
GeneralRe: how to convert any VB.NET code into C++.net Pin
0x3c013-Jul-09 9:13
0x3c013-Jul-09 9:13 
GeneralRe: how to convert any VB.NET code into C++.net Pin
samvaidy13-Jul-09 9:59
samvaidy13-Jul-09 9:59 
AnswerRe: how to convert any VB.NET code into C++.net Pin
Dave Doknjas13-Jul-09 14:13
Dave Doknjas13-Jul-09 14:13 
QuestionHow to use special symbols in VBA? Pin
Ton C13-Jul-09 6:10
Ton C13-Jul-09 6:10 
AnswerRe: How to use special symbols in VBA? Pin
helelark12313-Jul-09 18:50
helelark12313-Jul-09 18:50 
GeneralRe: How to use special symbols in VBA? Pin
Ton C14-Jul-09 22:58
Ton C14-Jul-09 22:58 
QuestionPrint Dialog Pin
No-e13-Jul-09 5:08
No-e13-Jul-09 5:08 
AnswerRe: Print Dialog Pin
Henry Minute13-Jul-09 5:18
Henry Minute13-Jul-09 5:18 
GeneralRe: Print Dialog Pin
No-e13-Jul-09 5:33
No-e13-Jul-09 5:33 
GeneralRe: Print Dialog Pin
Henry Minute13-Jul-09 5:54
Henry Minute13-Jul-09 5:54 
AnswerRe: Print Dialog Pin
Luc Pattyn13-Jul-09 6:14
sitebuilderLuc Pattyn13-Jul-09 6:14 
GeneralRe: Print Dialog Pin
No-e13-Jul-09 11:57
No-e13-Jul-09 11:57 
I checked the ThePrintDocument_PrintPage is called. Thanks for your help, it turns out that a timer in the background fires perfectly every time in the studio and holds me up. Once I run the compiled version it behaves differently. I have got a nice work around. Interesting, being used to VB6 (from which I am converting) I did not see this type of behavior.

The app I am converting used the MScomm32 control quite a bit (serial comms) and I would like to better know how VB6 changes relative to .net as I see these differences in the debugger. (does .net have a better control?) If anyone can point me in a good direction, I am glad to learn it. I am not sure what to google. I see this difference in behavior (the timer I reference) in the debugger, I am not sure how timing and such works in .net., and or what my best bets are for debugging. A good reference or something to search on would be helpful

(converting code written years ago by someone else, but I am getting close Smile | :)

Thanks to CP for your help to date

no-e

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.