Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
AnswerRe: i use now a parameterized query but still get an error Pin
Rob Graham4-Jun-06 11:47
Rob Graham4-Jun-06 11:47 
Questiona special Format For MaskedTextBox [modified] Pin
mostafa_h4-Jun-06 8:53
mostafa_h4-Jun-06 8:53 
AnswerRe: a special Format For MaskedTextBox [modified] Pin
NaNg152414-Jun-06 9:33
NaNg152414-Jun-06 9:33 
GeneralRe: a special Format For MaskedTextBox [modified] Pin
mostafa_h5-Jun-06 2:03
mostafa_h5-Jun-06 2:03 
GeneralRe: a special Format For MaskedTextBox [modified] Pin
NaNg152415-Jun-06 6:20
NaNg152415-Jun-06 6:20 
GeneralRe: a special Format For MaskedTextBox [modified] Pin
malikjhangirahmed@hotmail.com5-Jun-06 7:26
malikjhangirahmed@hotmail.com5-Jun-06 7:26 
GeneralRe: a special Format For MaskedTextBox [modified] Pin
mostafa_h5-Jun-06 8:54
mostafa_h5-Jun-06 8:54 
QuestionScrolling a panel via code (without its scrollbars) problem [modified] Pin
3Dizard4-Jun-06 8:12
3Dizard4-Jun-06 8:12 
What i have is a panel (in a windows form, let's call it mypanel) with no active scrollbars (autoscroll set to false). I don't need them and I don't want them to appear. In my code I use mypanel.HorizontalScroll.Value = value to scroll the panel. This code appears in the scroll event of another scrollbar in the form. This works fine, except one thing. When I move the slider of the other scrollbar mypanel of course gets repainted. But when repainting the scrollbars of mypanel are painted, too. Of course this is a temporary effect, because they disappear later in the painting cycle. So a painting cycle looks like this: Scrollbars painted, scrollbars removed, .... And this over and over cause I'm dragging a slider so the sroll event occurs many times. This leads to flickering when dragging the slider. So how can I get rid of the scrollbars in mypanel getting painted? Of course I could move the objects in mypanel manually without using the horizontal scroll, but this would be a worse solution. So any help is appreciated.

-- modified at 14:28 Sunday 4th June, 2006
AnswerRe: Scrolling a panel via code (without its scrollbars) problem [modified] Pin
Dan Neilsen4-Jun-06 20:51
Dan Neilsen4-Jun-06 20:51 
QuestionData type mismatch in criteria expression.(Sql in C#) [modified] Pin
TheBeginner774-Jun-06 6:44
TheBeginner774-Jun-06 6:44 
AnswerRe: Data type mismatch in criteria expression.(Sql in C#) Pin
Rob Graham4-Jun-06 7:10
Rob Graham4-Jun-06 7:10 
AnswerRe: Data type mismatch in criteria expression.(Sql in C#) [modified] Pin
Guffa4-Jun-06 7:25
Guffa4-Jun-06 7:25 
QuestionChanging the location of button using programming Pin
Hengy4-Jun-06 4:55
Hengy4-Jun-06 4:55 
AnswerRe: Changing the location of button using programming Pin
User 66584-Jun-06 5:02
User 66584-Jun-06 5:02 
GeneralRe: Changing the location of button using programming Pin
Hengy4-Jun-06 8:40
Hengy4-Jun-06 8:40 
GeneralRe: Changing the location of button using programming [modified] Pin
Rob Graham4-Jun-06 12:04
Rob Graham4-Jun-06 12:04 
QuestionC# Resizing a form the programming way. Pin
Hengy4-Jun-06 4:19
Hengy4-Jun-06 4:19 
AnswerRe: C# Resizing a form the programming way. Pin
User 66584-Jun-06 4:34
User 66584-Jun-06 4:34 
GeneralRe: C# Resizing a form the programming way. Pin
Hengy4-Jun-06 4:50
Hengy4-Jun-06 4:50 
GeneralRe: C# Resizing a form the programming way. Pin
User 66584-Jun-06 4:53
User 66584-Jun-06 4:53 
GeneralRe: C# Resizing a form the programming way. Pin
Hengy4-Jun-06 5:00
Hengy4-Jun-06 5:00 
AnswerRe: C# Resizing a form the programming way. Pin
malikjhangirahmed@hotmail.com5-Jun-06 7:41
malikjhangirahmed@hotmail.com5-Jun-06 7:41 
QuestionText shape Pin
thepersonof4-Jun-06 4:16
thepersonof4-Jun-06 4:16 
AnswerRe: Text shape Pin
Stephan Samuel4-Jun-06 4:34
Stephan Samuel4-Jun-06 4:34 
AnswerRe: Text shape Pin
leppie4-Jun-06 5:33
leppie4-Jun-06 5:33 

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.