Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSet mouse scroll limits Pin
yoyoaz7718-Dec-08 16:32
yoyoaz7718-Dec-08 16:32 
Questionhelp me! about steganografi Pin
hamsun12318-Dec-08 16:09
hamsun12318-Dec-08 16:09 
AnswerRe: help me! about steganografi Pin
Dave Kreskowiak18-Dec-08 16:46
mveDave Kreskowiak18-Dec-08 16:46 
QuestionRe: help me! about steganografi Pin
hamsun12324-Dec-08 17:55
hamsun12324-Dec-08 17:55 
AnswerRe: help me! about steganografi Pin
Dave Kreskowiak25-Dec-08 6:46
mveDave Kreskowiak25-Dec-08 6:46 
AnswerRe: help me! about steganografi Pin
Christian Graus18-Dec-08 17:34
protectorChristian Graus18-Dec-08 17:34 
QuestionIs it possible to create a class wide conditional breakpoint in VB 2005? [modified] Pin
Jon_Boy18-Dec-08 7:18
Jon_Boy18-Dec-08 7:18 
AnswerRe: Is it possible to create a class wide conditional breakpoint in VB 2005? Pin
Dave Kreskowiak18-Dec-08 8:17
mveDave Kreskowiak18-Dec-08 8:17 
It's not possible to do the way you're thinking. But, you can wrap the suspected variable in a Property, then the rest of your code can change that value through the property's Set code. Your can set you're breakpoint on that set code to get the result you want.


A guide to posting questions on CodeProject[^]



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




GeneralRe: Is it possible to create a class wide conditional breakpoint in VB 2005? Pin
Jon_Boy18-Dec-08 8:33
Jon_Boy18-Dec-08 8:33 
GeneralRe: Is it possible to create a class wide conditional breakpoint in VB 2005? Pin
Dave Kreskowiak18-Dec-08 8:42
mveDave Kreskowiak18-Dec-08 8:42 
GeneralRe: Is it possible to create a class wide conditional breakpoint in VB 2005? Pin
Jon_Boy19-Dec-08 1:22
Jon_Boy19-Dec-08 1:22 
GeneralRe: Is it possible to create a class wide conditional breakpoint in VB 2005? Pin
Dave Kreskowiak19-Dec-08 4:25
mveDave Kreskowiak19-Dec-08 4:25 
QuestionHow to check System DSN name is present ? Pin
Saseendran Kombath18-Dec-08 2:48
Saseendran Kombath18-Dec-08 2:48 
AnswerRe: How to check System DSN name is present ? Pin
Dave Kreskowiak18-Dec-08 8:19
mveDave Kreskowiak18-Dec-08 8:19 
GeneralRe: How to check System DSN name is present ? Pin
adpatel441-Jul-11 2:19
adpatel441-Jul-11 2:19 
GeneralRe: How to check System DSN name is present ? Pin
Dave Kreskowiak1-Jul-11 3:23
mveDave Kreskowiak1-Jul-11 3:23 
QuestionRs232 Pin
Mangore7518-Dec-08 2:16
Mangore7518-Dec-08 2:16 
AnswerRe: Rs232 Pin
Ashfield18-Dec-08 3:46
Ashfield18-Dec-08 3:46 
AnswerRe: Rs232 Pin
Dave Kreskowiak18-Dec-08 3:53
mveDave Kreskowiak18-Dec-08 3:53 
GeneralRe: Rs232 Pin
Mangore7518-Dec-08 18:50
Mangore7518-Dec-08 18:50 
GeneralRe: Rs232 Pin
Dave Kreskowiak19-Dec-08 1:20
mveDave Kreskowiak19-Dec-08 1:20 
QuestionSendMessage not working for CheckBox Pin
scot_in18-Dec-08 1:04
scot_in18-Dec-08 1:04 
AnswerRe: SendMessage not working for CheckBox Pin
Dave Kreskowiak18-Dec-08 3:55
mveDave Kreskowiak18-Dec-08 3:55 
GeneralRe: SendMessage not working for CheckBox [modified] Pin
scot_in18-Dec-08 17:19
scot_in18-Dec-08 17:19 
AnswerRe: SendMessage not working for CheckBox Pin
arnold_w4-May-21 5:30
arnold_w4-May-21 5:30 

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.