Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help in drag and drop Pin
Sami Sammour26-Aug-08 21:53
Sami Sammour26-Aug-08 21:53 
QuestionMoving unread mails from inbox into a subfolder in inbox Pin
Slick6926-Aug-08 10:13
Slick6926-Aug-08 10:13 
AnswerRe: Moving unread mails from inbox into a subfolder in inbox Pin
Pete O'Hanlon26-Aug-08 10:40
mvePete O'Hanlon26-Aug-08 10:40 
GeneralRe: Moving unread mails from inbox into a subfolder in inbox Pin
Slick6926-Aug-08 10:49
Slick6926-Aug-08 10:49 
GeneralRe: Moving unread mails from inbox into a subfolder in inbox Pin
Pete O'Hanlon26-Aug-08 11:03
mvePete O'Hanlon26-Aug-08 11:03 
GeneralRe: Moving unread mails from inbox into a subfolder in inbox Pin
Slick6926-Aug-08 11:10
Slick6926-Aug-08 11:10 
GeneralRe: Moving unread mails from inbox into a subfolder in inbox Pin
Pete O'Hanlon26-Aug-08 22:16
mvePete O'Hanlon26-Aug-08 22:16 
QuestionStrange Error In My App Pin
Kevin Marois26-Aug-08 8:12
professionalKevin Marois26-Aug-08 8:12 
In .Net 2003 I'm creating a simple text editor app using a rich textbox, a menu, a status bar and a toolbar.
Inside the Windows Form Designer generated code, it errors on this line

this.imageList1.ImageStream = 
	((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));


with the message

An unhandled exception of type 'System.Resources.MissingManifestResourceException' 
occurred in mscorlib.dll

Additional information: Could not find any resources appropriate for the specified culture 
(or the neutral culture) in the given assembly.  Make sure "Form1.resources" was correctly embedded 
or linked into assembly "Editor".

baseName: Form1  locationInfo: Samples.Editor.Form1  resource file name: Form1.resources  assembly: Editor, 
Version=1.0.3160.18184, Culture=neutral, PublicKeyToken=null


The toolbar gets its images from the ImageList. This was alll working up until a few moments ago. I changed a method relating to saving the file, and when I ran it again, it errored.

All the images are missing out of the image list. If I leave them out and run it, it works fine. If I readd the images and run it, it errors again.

Anyone know what it going on?

Everything makes sense in someone's mind

AnswerRe: Strange Error In My App Pin
Blue_Boy26-Aug-08 9:55
Blue_Boy26-Aug-08 9:55 
GeneralRe: Strange Error In My App Pin
Kevin Marois26-Aug-08 10:53
professionalKevin Marois26-Aug-08 10:53 
AnswerRe: Strange Error In My App Pin
The Cake of Deceit26-Aug-08 13:07
The Cake of Deceit26-Aug-08 13:07 
QuestionHow much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 4:41
Togakangaroo26-Aug-08 4:41 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Manas Bhardwaj26-Aug-08 4:53
professionalManas Bhardwaj26-Aug-08 4:53 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 4:59
Togakangaroo26-Aug-08 4:59 
AnswerRe: How much time a week do you spend struggling with windows? Pin
J4amieC26-Aug-08 4:57
J4amieC26-Aug-08 4:57 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Pete O'Hanlon26-Aug-08 5:10
mvePete O'Hanlon26-Aug-08 5:10 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 5:14
Togakangaroo26-Aug-08 5:14 
AnswerRe: How much time a week do you spend struggling with windows? Pin
led mike26-Aug-08 6:31
led mike26-Aug-08 6:31 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Mark Salsbery26-Aug-08 6:52
Mark Salsbery26-Aug-08 6:52 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Mark Salsbery26-Aug-08 7:05
Mark Salsbery26-Aug-08 7:05 
AnswerRe: How much time a week do you spend struggling with windows? Pin
lisan_al_ghaib26-Aug-08 7:20
lisan_al_ghaib26-Aug-08 7:20 
JokeRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 7:51
teejayem26-Aug-08 7:51 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 8:25
Togakangaroo26-Aug-08 8:25 
GeneralRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 8:48
teejayem26-Aug-08 8:48 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Dan Neely26-Aug-08 10:47
Dan Neely26-Aug-08 10: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.