Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Source Code Pin
Nouman Bhatti28-Oct-07 20:34
Nouman Bhatti28-Oct-07 20:34 
GeneralRe: Source Code Pin
Nitin Raj28-Oct-07 20:38
Nitin Raj28-Oct-07 20:38 
AnswerRe: Source Code Pin
Tim Paaschen28-Oct-07 21:17
Tim Paaschen28-Oct-07 21:17 
AnswerRe: Source Code Pin
Dave Kreskowiak29-Oct-07 5:35
mveDave Kreskowiak29-Oct-07 5:35 
QuestionDynamically adding shortcut keys to a contextmenu strip Pin
sindhutiwari28-Oct-07 19:10
sindhutiwari28-Oct-07 19:10 
Questionproject not started Pin
balpanbh28-Oct-07 18:38
balpanbh28-Oct-07 18:38 
QuestionResizing Control and Halt Operation Pin
wienzzz28-Oct-07 18:32
wienzzz28-Oct-07 18:32 
AnswerRe: Resizing Control and Halt Operation Pin
N a v a n e e t h28-Oct-07 19:02
N a v a n e e t h28-Oct-07 19:02 
wienzzz wrote:
if I resize the parent control (i.e form Control), then all the contained control also resized.


You can use Anchor for that.

wienzzz wrote:
My problem is, when apps is still adding the data and I clicked somewhere on the form, the form will show white screen (similar to non-responding application)


1 - Run that long operation on another thread, which don't make problem for your GUI
Or
2 - Show a modal form with a progress indicator, and close the form after data is loaded

wienzzz wrote:
How can I cancel the operation within the apps?


Are you putting a loop and reading the contents ? If yes maintain a flag, and when ESC key is pressed, change the flag value to false. Check this value inside loop and break it.

Hope it helps


GeneralRe: Resizing Control and Halt Operation Pin
wienzzz28-Oct-07 19:13
wienzzz28-Oct-07 19:13 
AnswerRe: Resizing Control and Halt Operation Pin
Nouman Bhatti28-Oct-07 20:10
Nouman Bhatti28-Oct-07 20:10 
GeneralTextBox and PostBack Pin
robertGreen61328-Oct-07 16:54
robertGreen61328-Oct-07 16:54 
GeneralRe: TextBox and PostBack Pin
N a v a n e e t h28-Oct-07 18:38
N a v a n e e t h28-Oct-07 18:38 
QuestionC#.Net Web site code ( with AJAX ) is not working in the new computer Pin
tedhill1328-Oct-07 14:49
tedhill1328-Oct-07 14:49 
AnswerRe: C#.Net Web site code ( with AJAX ) is not working in the new computer Pin
Paul Conrad28-Oct-07 15:10
professionalPaul Conrad28-Oct-07 15:10 
AnswerRe: C#.Net Web site code ( with AJAX ) is not working in the new computer Pin
Nouman Bhatti28-Oct-07 19:58
Nouman Bhatti28-Oct-07 19:58 
GeneralRe: C#.Net Web site code ( with AJAX ) is not working in the new computer Pin
tedhill1329-Oct-07 6:35
tedhill1329-Oct-07 6:35 
QuestionDataGrid Pin
Assaf8228-Oct-07 12:22
Assaf8228-Oct-07 12:22 
AnswerRe: DataGrid Pin
Nouman Bhatti28-Oct-07 20:02
Nouman Bhatti28-Oct-07 20:02 
GeneralRe: DataGrid Pin
Assaf8228-Oct-07 23:41
Assaf8228-Oct-07 23:41 
GeneralRe: DataGrid Pin
Nouman Bhatti29-Oct-07 19:07
Nouman Bhatti29-Oct-07 19:07 
GeneralRe: DataGrid Pin
Assaf8229-Oct-07 21:35
Assaf8229-Oct-07 21:35 
QuestionXNA Pin
MasterSharp28-Oct-07 10:58
MasterSharp28-Oct-07 10:58 
AnswerRe: XNA Pin
Pete O'Hanlon28-Oct-07 11:07
mvePete O'Hanlon28-Oct-07 11:07 
AnswerRe: XNA Pin
User 665828-Oct-07 12:37
User 665828-Oct-07 12:37 
Questionwhat is Embedded? Pin
phuong oanh28-Oct-07 10:04
phuong oanh28-Oct-07 10:04 

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.