Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralMy images are gone (c#) Pin
adnanh752-Sep-04 0:42
adnanh752-Sep-04 0:42 
GeneralRe: My images are gone (c#) Pin
exhaulted2-Sep-04 1:47
exhaulted2-Sep-04 1:47 
GeneralRe: My images are gone (c#) Pin
adnanh752-Sep-04 1:53
adnanh752-Sep-04 1:53 
GeneralRe: My images are gone (c#) Pin
exhaulted2-Sep-04 3:38
exhaulted2-Sep-04 3:38 
GeneralRe: My images are gone (c#) Pin
mav.northwind2-Sep-04 3:46
mav.northwind2-Sep-04 3:46 
GeneralRe: My images are gone (c#) Pin
adnanh752-Sep-04 5:08
adnanh752-Sep-04 5:08 
GeneralRe: My images are gone (c#) Pin
exhaulted2-Sep-04 6:16
exhaulted2-Sep-04 6:16 
GeneralRe: My images are gone (c#) Pin
mav.northwind2-Sep-04 10:07
mav.northwind2-Sep-04 10:07 
Well, I've seen some strange things happen when I've added private classes to some of my form-derived classes. Dead | X|
Basically, the visual designer stores some resources in .resx files (for example image data).
These XML-based files hold serialized data that can be retrieved by an object name (just add a picture box to a form and than look at what's generated in InitializeComponent()).
If, by which means ever, such a resource cannot be found than the visual designer will choke and running the application will create an exception similar to what adnan wrote.
I think that he had introduced some naming conflicts, so removing the offending struct declarations from the .cs file fixed the way .NET accesses its embedded resource streams.

mav
GeneralChanging style of panel's scrollbar Pin
SaravananPV1-Sep-04 18:51
SaravananPV1-Sep-04 18:51 
QuestionHow to call an external .exe file from C# Pin
pavanarza11-Sep-04 18:25
pavanarza11-Sep-04 18:25 
AnswerRe: How to call an external .exe file from C# Pin
Corinna John1-Sep-04 19:32
Corinna John1-Sep-04 19:32 
Generalhelp. Web Service Pin
intrigued1-Sep-04 14:42
intrigued1-Sep-04 14:42 
GeneralRe: help. Web Service Pin
Heath Stewart1-Sep-04 15:39
protectorHeath Stewart1-Sep-04 15:39 
Generalhelp. Web Service Pin
intrigued1-Sep-04 14:42
intrigued1-Sep-04 14:42 
GeneralRe: help. Web Service Pin
Pradeep.S2-Sep-04 20:30
sussPradeep.S2-Sep-04 20:30 
GeneralZooming on bitmaps using C# coding Pin
gijoebijoe1-Sep-04 13:26
gijoebijoe1-Sep-04 13:26 
GeneralRe: Zooming on bitmaps using C# coding Pin
Christian Graus1-Sep-04 13:38
protectorChristian Graus1-Sep-04 13:38 
GeneralExecuteNonQuery returns -1 Pin
creganc1-Sep-04 9:34
creganc1-Sep-04 9:34 
GeneralRe: ExecuteNonQuery returns -1 Pin
Charlie Williams1-Sep-04 10:31
Charlie Williams1-Sep-04 10:31 
GeneralRe: ExecuteNonQuery returns -1 Pin
creganc1-Sep-04 11:28
creganc1-Sep-04 11:28 
GeneralRe: ExecuteNonQuery returns -1 Pin
Charlie Williams1-Sep-04 12:26
Charlie Williams1-Sep-04 12:26 
GeneralRe: ExecuteNonQuery returns -1 Pin
creganc1-Sep-04 12:33
creganc1-Sep-04 12:33 
GeneralExpense Management tool in C# Pin
MT_SEA1-Sep-04 9:12
MT_SEA1-Sep-04 9:12 
GeneralDetermining if a file is locked by another process Pin
nhoellei1-Sep-04 9:06
nhoellei1-Sep-04 9:06 
GeneralRe: Determining if a file is locked by another process Pin
Heath Stewart1-Sep-04 15:47
protectorHeath Stewart1-Sep-04 15:47 

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.