Click here to Skip to main content
15,905,558 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do I draw graphics on the StatusBar ? Pin
Manster2-Jun-03 9:45
Manster2-Jun-03 9:45 
GeneralHello Pin
Hussein Zahran30-May-03 8:04
Hussein Zahran30-May-03 8:04 
GeneralRe: Hello Pin
Jon Newman30-May-03 8:41
Jon Newman30-May-03 8:41 
GeneralRe: Hello Pin
Paul Watson31-May-03 4:11
sitebuilderPaul Watson31-May-03 4:11 
Generalconst vs static readonly Fields Pin
Nathan Blomquist30-May-03 6:46
Nathan Blomquist30-May-03 6:46 
GeneralRe: const vs static readonly Fields Pin
Eric Gunnerson (msft)30-May-03 13:19
Eric Gunnerson (msft)30-May-03 13:19 
GeneralApplication & Window positions Pin
BenjaminAlicea30-May-03 5:46
BenjaminAlicea30-May-03 5:46 
GeneralRe: Application & Window positions Pin
KingTermite30-May-03 6:38
KingTermite30-May-03 6:38 
GeneralRe: Application & Window positions Pin
Andy Smith30-May-03 8:43
Andy Smith30-May-03 8:43 
GeneralCombo boxes Pin
totig30-May-03 4:23
totig30-May-03 4:23 
GeneralRe: Combo boxes Pin
Carl Mercier30-May-03 5:37
Carl Mercier30-May-03 5:37 
GeneralRe: Combo boxes Pin
James T. Johnson31-May-03 18:36
James T. Johnson31-May-03 18:36 
GeneralSession problems Pin
Peter Kiss30-May-03 1:51
Peter Kiss30-May-03 1:51 
GeneralRe: Session problems Pin
Rocky Moore30-May-03 23:19
Rocky Moore30-May-03 23:19 
GeneralRe: Session problems Pin
Peter Kiss31-May-03 0:49
Peter Kiss31-May-03 0:49 
GeneralRe: Session problems Pin
Rocky Moore1-Jun-03 4:42
Rocky Moore1-Jun-03 4:42 
GeneralRe: Session problems Pin
Peter Kiss1-Jun-03 5:31
Peter Kiss1-Jun-03 5:31 
GeneralMethod override Pin
BenjaminAlicea30-May-03 1:15
BenjaminAlicea30-May-03 1:15 
GeneralRe: Method override Pin
BenjaminAlicea30-May-03 5:20
BenjaminAlicea30-May-03 5:20 
GeneralRe: Method override Pin
BenjaminAlicea30-May-03 7:11
BenjaminAlicea30-May-03 7:11 
QuestionCan I use splitter to make a ruler ? Pin
JeffSayHi30-May-03 0:20
JeffSayHi30-May-03 0:20 
GeneralCustom controls problems Pin
Oleksandr Kucherenko29-May-03 23:56
Oleksandr Kucherenko29-May-03 23:56 
Hi!

I have such problem:
I wrote DLL which contains many controls, it always attached to solution like a single project. All works fine till I try to change version of my DLL in AssemblyInfo.cs file...

After change all form which use custom control in designer look strange. All custom controls disappeared and on Task window has many errors like this one:
Could not find type 'MenuItemEx'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.

All references in project are set well... Application start without any problems... but I loose opportunity to edit any form!!!! I can design it and after close and try to open again loose all control on form...

Does anyone can suggest how to fix this problem?

The main problem is that I can not change version number back... release of application was accomplished!!!


Good Luck
Alex Kucherenko
GeneralRe: Custom controls problems Pin
Oleksandr Kucherenko30-May-03 2:34
Oleksandr Kucherenko30-May-03 2:34 
GeneralRe: Custom controls problems Pin
James T. Johnson31-May-03 18:48
James T. Johnson31-May-03 18:48 
GeneralDescription pane in a property grid Pin
nico19329-May-03 23:19
nico19329-May-03 23:19 

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.