Click here to Skip to main content
15,914,905 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How and where windows remember the window size Pin
Dave Kreskowiak5-Jun-09 3:50
mveDave Kreskowiak5-Jun-09 3:50 
QuestionRe: How and where windows remember the window size Pin
Baeltazor11-Jun-09 18:54
Baeltazor11-Jun-09 18:54 
AnswerRe: How and where windows remember the window size Pin
Dave Kreskowiak12-Jun-09 11:05
mveDave Kreskowiak12-Jun-09 11:05 
AnswerRe: How and where windows remember the window size Pin
Luc Pattyn12-Jun-09 11:22
sitebuilderLuc Pattyn12-Jun-09 11:22 
QuestionDynamically change the Crystal report Pin
bruze4-Jun-09 0:38
bruze4-Jun-09 0:38 
Questionbreakpoint is skiping out Pin
Choubey Prashant3-Jun-09 23:06
Choubey Prashant3-Jun-09 23:06 
AnswerRe: breakpoint is skiping out Pin
Dave Kreskowiak4-Jun-09 1:34
mveDave Kreskowiak4-Jun-09 1:34 
AnswerRe: breakpoint is skiping out Pin
Henry Minute5-Jun-09 5:22
Henry Minute5-Jun-09 5:22 
When this happens, it usually means that the line where you set the breakpoint is not being reached.
As you have made changes, it is possible that an event handler has become detached from its control, so use the Events tab in the Properties Window, to make sure all your controls are connected to the events you want.

If this does not cure the problem, try this:

1) examine your code, step through it in your mind, or use pencil and paper, to see if you can spot why the line is not reached. Then fix it, if found.
2) if the line is inside a conditional code block, set a new break-point on the line before the conditional test (If, While or whatever), then single step to see why not. If not in a conditional block, set the new BP on the first line of the method containing the original BP.
If the BP from 2 still skips, set a breakpoint on the line that calls the problem method. Continue back up the calling chain until you get a bite.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionIs it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 4:25
rj_hogan3-Jun-09 4:25 
AnswerRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
Dave Kreskowiak3-Jun-09 5:37
mveDave Kreskowiak3-Jun-09 5:37 
GeneralRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 6:35
rj_hogan3-Jun-09 6:35 
Questionsqlprofileprovider Pin
anandhakrishnan2-Jun-09 22:29
anandhakrishnan2-Jun-09 22:29 
QuestionFeature/component state Pin
SoumyaSri2-Jun-09 3:09
SoumyaSri2-Jun-09 3:09 
QuestionAdobe illustrator file development library Pin
vietth20042-Jun-09 0:20
vietth20042-Jun-09 0:20 
AnswerRe: Adobe illustrator file development library Pin
BillWoodruff13-Jun-09 22:57
professionalBillWoodruff13-Jun-09 22:57 
NewsFree Half-Day Windows 7 App Compatibility Labs Available in USA in June Pin
brucedkyle1-Jun-09 12:58
brucedkyle1-Jun-09 12:58 
Questionsaving data to sql database from excel sheet Pin
Choubey Prashant1-Jun-09 3:15
Choubey Prashant1-Jun-09 3:15 
AnswerRe: saving data to sql database from excel sheet Pin
Mycroft Holmes1-Jun-09 17:32
professionalMycroft Holmes1-Jun-09 17:32 
QuestionCursor control in Text Box Pin
sakthii1-Jun-09 0:15
sakthii1-Jun-09 0:15 
AnswerRe: Cursor control in Text Box Pin
Henry Minute1-Jun-09 2:06
Henry Minute1-Jun-09 2:06 
GeneralRe: Cursor control in Text Box Pin
sakthii1-Jun-09 16:05
sakthii1-Jun-09 16:05 
GeneralRe: Cursor control in Text Box Pin
Mycroft Holmes1-Jun-09 17:28
professionalMycroft Holmes1-Jun-09 17:28 
GeneralRe: Cursor control in Text Box [modified] Pin
sakthii2-Jun-09 2:22
sakthii2-Jun-09 2:22 
GeneralRe: Cursor control in Text Box Pin
Henry Minute2-Jun-09 2:57
Henry Minute2-Jun-09 2:57 
GeneralRe: Cursor control in Text Box Pin
Baeltazor11-Jun-09 20:10
Baeltazor11-Jun-09 20:10 

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.