Click here to Skip to main content
16,004,761 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I access a user form object programmatically? Pin
humblepgmr26-Oct-07 8:22
humblepgmr26-Oct-07 8:22 
GeneralRe: Can I access a user form object programmatically? Pin
Michael Potter26-Oct-07 8:35
Michael Potter26-Oct-07 8:35 
GeneralRe: Can I access a user form object programmatically? Pin
humblepgmr26-Oct-07 10:30
humblepgmr26-Oct-07 10:30 
GeneralRe: Can I access a user form object programmatically? Pin
Michael Potter26-Oct-07 12:00
Michael Potter26-Oct-07 12:00 
QuestionClient is Not Receiving Data though Server sends it Pin
nayabsiddiqi26-Oct-07 5:40
nayabsiddiqi26-Oct-07 5:40 
QuestionIs there a method to change a text box back to it's original state? Pin
humblepgmr26-Oct-07 5:19
humblepgmr26-Oct-07 5:19 
AnswerRe: Is there a method to change a text box back to it's original state? Pin
Dave Kreskowiak26-Oct-07 7:03
mveDave Kreskowiak26-Oct-07 7:03 
AnswerRe: Is there a method to change a text box back to it's original state? Pin
Luc Pattyn26-Oct-07 12:34
sitebuilderLuc Pattyn26-Oct-07 12:34 
Hi,

alternatively you can hide the original Control, then call an "init" method, which
clones the Control, adds it to its parents.Controls and makes it visible.
When you want the original back, remove the Clone, and call "init" again.
So it is always a clone that is shown, gets modified, and the original is never touched.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Is there a method to change a text box back to it's original state? Pin
Dave Kreskowiak26-Oct-07 12:36
mveDave Kreskowiak26-Oct-07 12:36 
GeneralRe: Is there a method to change a text box back to it's original state? Pin
Luc Pattyn26-Oct-07 13:17
sitebuilderLuc Pattyn26-Oct-07 13:17 
GeneralRe: Is there a method to change a text box back to it's original state? Pin
Dave Kreskowiak26-Oct-07 14:35
mveDave Kreskowiak26-Oct-07 14:35 
Questionconverting a windows C# application to web OCX Pin
samy10026-Oct-07 4:40
samy10026-Oct-07 4:40 
Questionhow can I read 4 hex characters from a textbox and put them in a uint? Pin
Big Ralph26-Oct-07 4:35
Big Ralph26-Oct-07 4:35 
AnswerRe: how can I read 4 hex characters from a textbox and put them in a uint? Pin
Ravi Bhavnani26-Oct-07 4:41
professionalRavi Bhavnani26-Oct-07 4:41 
AnswerRe: how can I read 4 hex characters from a textbox and put them in a uint? Pin
Big Ralph26-Oct-07 5:03
Big Ralph26-Oct-07 5:03 
GeneralRe: how can I read 4 hex characters from a textbox and put them in a uint? Pin
Luc Pattyn26-Oct-07 6:53
sitebuilderLuc Pattyn26-Oct-07 6:53 
AnswerRe: how can I read 4 hex characters from a textbox and put them in a uint? Pin
zafersavas26-Oct-07 23:58
zafersavas26-Oct-07 23:58 
QuestionError when running WinForm App Pin
Fayu26-Oct-07 4:17
Fayu26-Oct-07 4:17 
AnswerRe: Error when running WinForm App Pin
Justin Perez26-Oct-07 4:21
Justin Perez26-Oct-07 4:21 
AnswerRe: Error when running WinForm App Pin
Pete O'Hanlon26-Oct-07 9:31
mvePete O'Hanlon26-Oct-07 9:31 
QuestionError in my dataset Pin
khalidelmeknesi26-Oct-07 3:28
khalidelmeknesi26-Oct-07 3:28 
AnswerRe: Error in my dataset Pin
kubben26-Oct-07 3:39
kubben26-Oct-07 3:39 
AnswerRe: Error in my dataset Pin
khalidelmeknesi26-Oct-07 5:09
khalidelmeknesi26-Oct-07 5:09 
QuestionOne DataGridView, one bindingsource, multiple tables Pin
lsconyer26-Oct-07 3:12
lsconyer26-Oct-07 3:12 
QuestionGet number used for Enum Pin
codemunkeh26-Oct-07 2:59
codemunkeh26-Oct-07 2:59 

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.