Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to call connection string from web.config [modified] Pin
kinnuP22-Nov-06 23:57
kinnuP22-Nov-06 23:57 
GeneralRe: How to call connection string from web.config Pin
Colin Angus Mackay23-Nov-06 0:14
Colin Angus Mackay23-Nov-06 0:14 
GeneralRe: How to call connection string from web.config Pin
kinnuP23-Nov-06 0:25
kinnuP23-Nov-06 0:25 
QuestionRe: How to call connection string from web.config Pin
mwith23-Nov-06 3:30
mwith23-Nov-06 3:30 
AnswerRe: How to call connection string from web.config Pin
Eduard Keilholz23-Nov-06 4:00
Eduard Keilholz23-Nov-06 4:00 
GeneralRe: How to call connection string from web.config Pin
mwith23-Nov-06 18:15
mwith23-Nov-06 18:15 
QuestionSingle intance Pin
kinnuP22-Nov-06 23:53
kinnuP22-Nov-06 23:53 
AnswerRe: Single intance Pin
Christian Graus22-Nov-06 23:57
protectorChristian Graus22-Nov-06 23:57 
GeneralRe: Single intance Pin
kinnuP23-Nov-06 0:01
kinnuP23-Nov-06 0:01 
GeneralRe: Single intance Pin
Colin Angus Mackay23-Nov-06 0:19
Colin Angus Mackay23-Nov-06 0:19 
GeneralRe: Single intance Pin
Prakash Nadar23-Nov-06 2:04
Prakash Nadar23-Nov-06 2:04 
GeneralRe: Single intance Pin
Colin Angus Mackay23-Nov-06 6:21
Colin Angus Mackay23-Nov-06 6:21 
JokeRe: Single intance Pin
Nader Elshehabi23-Nov-06 8:08
Nader Elshehabi23-Nov-06 8:08 
GeneralRe: Single intance Pin
kinnuP23-Nov-06 0:40
kinnuP23-Nov-06 0:40 
AnswerRe: Single intance Pin
Schmullus23-Nov-06 0:17
Schmullus23-Nov-06 0:17 
GeneralRe: Single intance Pin
Colin Angus Mackay23-Nov-06 0:21
Colin Angus Mackay23-Nov-06 0:21 
GeneralRe: Single intance Pin
Prakash Nadar23-Nov-06 2:05
Prakash Nadar23-Nov-06 2:05 
AnswerRe: Single intance Pin
Colin Angus Mackay23-Nov-06 0:21
Colin Angus Mackay23-Nov-06 0:21 
GeneralRe: Single intance Pin
kinnuP23-Nov-06 0:31
kinnuP23-Nov-06 0:31 
QuestionProblem with Invisible Unbound CheckBox DatagridView field. Pin
hdv21222-Nov-06 23:50
hdv21222-Nov-06 23:50 
QuestionChange ToolTip-Font Pin
Schmullus22-Nov-06 23:43
Schmullus22-Nov-06 23:43 
Questioncontrol image Pin
sachin4140622-Nov-06 23:38
sachin4140622-Nov-06 23:38 
AnswerRe: control image Pin
Christian Graus22-Nov-06 23:56
protectorChristian Graus22-Nov-06 23:56 
QuestionRemove ToolTip from a special control Pin
C-Scharbe22-Nov-06 22:18
C-Scharbe22-Nov-06 22:18 
hi,

how can i remove a tooltip from a control?

my problem is i have a textchanged event, that should set a tooltip to an picture box by:
toolTip.SetToolTip(targetControl, caption);
--> the tooltip change with the content in the textbox, so when i execute again the SetToolTip function a new tooltip will be created, but the old one is already existing.
thats why i am looking for a function to remove the old tooltip...
AnswerRe: Remove ToolTip from a special control Pin
Schmullus22-Nov-06 23:09
Schmullus22-Nov-06 23:09 

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.