Click here to Skip to main content
15,923,376 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Bug when using User Controls within containers ? Pin
MrBean10-Jul-05 21:22
MrBean10-Jul-05 21:22 
GeneralMenu Operation Pin
Sunil Virmani6-Jun-05 3:42
Sunil Virmani6-Jun-05 3:42 
GeneralFramework 2.0 Beta Pin
Paolopf5-Jun-05 22:19
Paolopf5-Jun-05 22:19 
GeneralRe: Framework 2.0 Beta Pin
S. Senthil Kumar6-Jun-05 0:45
S. Senthil Kumar6-Jun-05 0:45 
GeneralRe: Framework 2.0 Beta Pin
Paolopf6-Jun-05 2:06
Paolopf6-Jun-05 2:06 
GeneralRe: Framework 2.0 Beta Pin
MoustafaS6-Jun-05 2:46
MoustafaS6-Jun-05 2:46 
GeneralRe: Framework 2.0 Beta Pin
Paolopf6-Jun-05 20:00
Paolopf6-Jun-05 20:00 
GeneralFixed SEHException w/.NET EnableVisualStyles Pin
Matt Strum4-Jun-05 17:07
Matt Strum4-Jun-05 17:07 
OK, recently I have been getting a SEHException from a WinForm in c#. I searched everywhere and have found solutions that "worked." I tried them all, but none worked. I tried moving the EnableVisualStyles and DoEvents around, removing one or the other, etc. I also didn't want a manifest. I just figured out a way to solve this. It was a very hard problem to track down, because it isn't a result of your code.

My scenario was that an option from a combo box that called an external dll to launch a Showdialog. This seems to be the source of the error, so I tried to find a way to fix it while keeping the XP visual style.

What I did was add a timer into my application. It has a very small interval so there is no lag. When the user clicks on the combo box and the option that bring up the dialog, it starts the timer. That way, the showdialog is not called from inside the combo box. When the timer gets a tick, it stops itself and launches the window. I use a private string incase I need to do this with more functions.

There you go, the code runs from a function that isn't hooked to a control. SetVisualStyles CAN work!

Matt
Generaldoubt reg usage of 'this' Pin
manivannan.p3-Jun-05 23:54
manivannan.p3-Jun-05 23:54 
GeneralRe: doubt reg usage of 'this' Pin
Colin Angus Mackay4-Jun-05 0:21
Colin Angus Mackay4-Jun-05 0:21 
GeneralTHANKS Colin Pin
manivannan.p4-Jun-05 3:16
manivannan.p4-Jun-05 3:16 
GeneralExport to excel data from ultrawebgrid each row contain one worksheet Pin
sunilmskr3-Jun-05 19:20
sunilmskr3-Jun-05 19:20 
Questionhow to bind the controls to the data source Pin
3-Jun-05 14:48
suss3-Jun-05 14:48 
Generaldll Pin
ziczaczoom20043-Jun-05 9:35
ziczaczoom20043-Jun-05 9:35 
GeneralRe: dll Pin
Kareem Shaker4-Jun-05 23:51
Kareem Shaker4-Jun-05 23:51 
GeneralRe: dll Pin
ziczaczoom200413-Jun-05 8:05
ziczaczoom200413-Jun-05 8:05 
QuestionAny commercial application written in .NET? Pin
Julien Delezenne2-Jun-05 12:38
Julien Delezenne2-Jun-05 12:38 
AnswerRe: Any commercial application written in .NET? Pin
Christian Graus2-Jun-05 12:43
protectorChristian Graus2-Jun-05 12:43 
GeneralRe: Any commercial application written in .NET? Pin
Julien Delezenne2-Jun-05 15:01
Julien Delezenne2-Jun-05 15:01 
GeneralRe: Any commercial application written in .NET? Pin
Christian Graus2-Jun-05 15:04
protectorChristian Graus2-Jun-05 15:04 
GeneralRe: Any commercial application written in .NET? Pin
DavidNohejl2-Jun-05 15:32
DavidNohejl2-Jun-05 15:32 
AnswerRe: Any commercial application written in .NET? Pin
Marc Clifton2-Jun-05 15:17
mvaMarc Clifton2-Jun-05 15:17 
AnswerRe: Any commercial application written in .NET? Pin
rwestgraham3-Jun-05 10:29
rwestgraham3-Jun-05 10:29 
AnswerRe: Any commercial application written in .NET? Pin
Kareem Shaker4-Jun-05 23:54
Kareem Shaker4-Jun-05 23:54 
GeneralRe: Any commercial application written in .NET? Pin
Anonymous6-Jun-05 6:02
Anonymous6-Jun-05 6:02 

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.