Click here to Skip to main content
16,007,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Microsoft's Timezone Control Pin
Sean Michael Murphy19-Jul-05 11:01
Sean Michael Murphy19-Jul-05 11:01 
GeneralRe: Microsoft's Timezone Control Pin
korondy19-Jul-05 11:21
korondy19-Jul-05 11:21 
GeneralRe: Microsoft's Timezone Control Pin
Sean Michael Murphy19-Jul-05 11:39
Sean Michael Murphy19-Jul-05 11:39 
GeneralDynamically create COM objects in C# Pin
raymondlee19-Jul-05 6:12
raymondlee19-Jul-05 6:12 
GeneralVisual inheritance problem Pin
Member 164882919-Jul-05 5:35
Member 164882919-Jul-05 5:35 
GeneralRe: Visual inheritance problem Pin
Christian Graus19-Jul-05 10:56
protectorChristian Graus19-Jul-05 10:56 
GeneralRe: Visual inheritance problem Pin
Dan Neely19-Jul-05 11:06
Dan Neely19-Jul-05 11:06 
GeneralRe: Visual inheritance problem Pin
Christian Graus19-Jul-05 11:10
protectorChristian Graus19-Jul-05 11:10 
I found that the problem is that the visual designer tries to render the form, so look through your constructor and any events such as OnPaint, and imagine they are being called without any properties being set. I fixed the one that broke the build by moving code from the init event to another method, and wrapping it in code that guarded against it being called by checking first that everything was in the correct state for it to occur.


Christian Graus - Microsoft MVP - C++
GeneralAlphanumeric counter Pin
Zeppelin2519-Jul-05 5:12
Zeppelin2519-Jul-05 5:12 
GeneralRe: Alphanumeric counter Pin
Christian Graus19-Jul-05 10:57
protectorChristian Graus19-Jul-05 10:57 
Generalwebrequest problem Pin
cakewalkr719-Jul-05 4:59
cakewalkr719-Jul-05 4:59 
GeneralRe: webrequest problem Pin
cakewalkr719-Jul-05 5:55
cakewalkr719-Jul-05 5:55 
Questionhow to raise sql messages in c# Pin
fady_sayegh19-Jul-05 4:58
fady_sayegh19-Jul-05 4:58 
AnswerRe: how to raise sql messages in c# Pin
Not Active19-Jul-05 5:57
mentorNot Active19-Jul-05 5:57 
GeneralExcel automation Pin
Christer Claesson19-Jul-05 4:37
Christer Claesson19-Jul-05 4:37 
GeneralProblem with a dynamically loaded DLL Pin
chrismetcalf19-Jul-05 4:00
chrismetcalf19-Jul-05 4:00 
GeneralCOM Events with C# Pin
skai00719-Jul-05 3:31
skai00719-Jul-05 3:31 
GeneralControl Level Transparency Pin
Jaswinder Singh Kohli19-Jul-05 3:12
sussJaswinder Singh Kohli19-Jul-05 3:12 
GeneralRe: Control Level Transparency Pin
Roger Alsing19-Jul-05 3:35
Roger Alsing19-Jul-05 3:35 
GeneralUpdate Row Pin
zaboboa19-Jul-05 2:53
zaboboa19-Jul-05 2:53 
GeneralRe: Update Row Pin
Luis Alonso Ramos19-Jul-05 17:38
Luis Alonso Ramos19-Jul-05 17:38 
Generalcreating transparent window problem Pin
Member 161799919-Jul-05 2:42
Member 161799919-Jul-05 2:42 
GeneralRe: creating transparent window problem Pin
User 665819-Jul-05 4:40
User 665819-Jul-05 4:40 
GeneralRe: creating transparent window problem Pin
Member 161799919-Jul-05 4:47
Member 161799919-Jul-05 4:47 
GeneralThreads Pin
deeps2619-Jul-05 2:39
deeps2619-Jul-05 2:39 

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.