Click here to Skip to main content
15,890,995 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Access Failed Error Pin
sreejith ss nair7-Oct-04 21:21
sreejith ss nair7-Oct-04 21:21 
Generaluse of C++ dll in C# Pin
mitreviper7-Oct-04 19:17
mitreviper7-Oct-04 19:17 
GeneralRe: use of C++ dll in C# Pin
sreejith ss nair7-Oct-04 20:52
sreejith ss nair7-Oct-04 20:52 
GeneralRe: use of C++ dll in C# Pin
mitreviper8-Oct-04 2:12
mitreviper8-Oct-04 2:12 
Generallocalization kit example Pin
azusakt7-Oct-04 18:05
azusakt7-Oct-04 18:05 
GeneralRe: localization kit example Pin
minhpc_bk7-Oct-04 19:57
minhpc_bk7-Oct-04 19:57 
GeneralSimple question abt pop-up window Pin
Sudee7-Oct-04 17:25
Sudee7-Oct-04 17:25 
GeneralRe: Simple question abt pop-up window Pin
Alex Korchemniy7-Oct-04 17:49
Alex Korchemniy7-Oct-04 17:49 
You can use a static field to keep track of the window state. When the window opens set the field to true. When the window closes set it to false. Check the field before trying to show another copy.

Another way is to just to use ShowDialog() I don't know if that works for you.
Generalmanipulate IE favourites Pin
ppp0017-Oct-04 16:07
ppp0017-Oct-04 16:07 
GeneralRe: manipulate IE favourites Pin
benjymous7-Oct-04 22:10
benjymous7-Oct-04 22:10 
GeneralRe: manipulate IE favourites Pin
Heath Stewart7-Oct-04 22:13
protectorHeath Stewart7-Oct-04 22:13 
GeneralRe: manipulate IE favourites Pin
benjymous7-Oct-04 22:26
benjymous7-Oct-04 22:26 
GeneralRe: manipulate IE favourites Pin
Heath Stewart7-Oct-04 22:30
protectorHeath Stewart7-Oct-04 22:30 
GeneralRe: manipulate IE favourites Pin
benjymous8-Oct-04 2:11
benjymous8-Oct-04 2:11 
GeneralRe: manipulate IE favourites Pin
Heath Stewart8-Oct-04 9:56
protectorHeath Stewart8-Oct-04 9:56 
GeneralRe: manipulate IE favourites Pin
Heath Stewart7-Oct-04 22:12
protectorHeath Stewart7-Oct-04 22:12 
GeneralC# behaves differently then VB.net for InterOP generic Objects Pin
SPA1247-Oct-04 15:23
SPA1247-Oct-04 15:23 
GeneralRe: C# behaves differently then VB.net for InterOP generic Objects Pin
sreejith ss nair7-Oct-04 20:54
sreejith ss nair7-Oct-04 20:54 
GeneralC# questions Pin
serjiro7-Oct-04 14:31
serjiro7-Oct-04 14:31 
GeneralRe: C# questions Pin
Christian Graus7-Oct-04 15:07
protectorChristian Graus7-Oct-04 15:07 
GeneralRe: C# questions Pin
Alex Korchemniy7-Oct-04 17:11
Alex Korchemniy7-Oct-04 17:11 
GeneralTimeline : how to create in C# Pin
youssef7-Oct-04 13:16
youssef7-Oct-04 13:16 
GeneralRe: Timeline : how to create in C# Pin
Colin Angus Mackay7-Oct-04 13:36
Colin Angus Mackay7-Oct-04 13:36 
GeneralRe: Timeline : how to create in C# Pin
Alex Korchemniy7-Oct-04 13:49
Alex Korchemniy7-Oct-04 13:49 
GeneralRe: Timeline : how to create in C# Pin
Colin Angus Mackay7-Oct-04 13:58
Colin Angus Mackay7-Oct-04 13:58 

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.