Click here to Skip to main content
15,910,471 members
Home / Discussions / C#
   

C#

 
QuestionHow convert string stream to XML ? Pin
Yanshof21-Oct-05 23:44
Yanshof21-Oct-05 23:44 
AnswerRe: How convert string stream to XML ? Pin
S. Senthil Kumar22-Oct-05 0:57
S. Senthil Kumar22-Oct-05 0:57 
QuestionPRODUCT KET VS.2005 BETA 2 Pin
Greeky21-Oct-05 23:43
Greeky21-Oct-05 23:43 
AnswerRe: PRODUCT KET VS.2005 BETA 2 Pin
XeoN-Kc22-Oct-05 2:52
XeoN-Kc22-Oct-05 2:52 
GeneralRe: PRODUCT KET VS.2005 BETA 2 Pin
André Ziegler22-Oct-05 3:56
André Ziegler22-Oct-05 3:56 
AnswerRe: PRODUCT KET VS.2005 BETA 2 Pin
Daniel Grunwald22-Oct-05 5:16
Daniel Grunwald22-Oct-05 5:16 
QuestionWebDav Protocol Methods Pin
Brihadish21-Oct-05 23:07
Brihadish21-Oct-05 23:07 
QuestionImage Converting to TGA,SVG etc.. Pin
idris cinn21-Oct-05 21:16
idris cinn21-Oct-05 21:16 
AnswerRe: Image Converting to TGA,SVG etc.. Pin
idris cinn23-Oct-05 20:25
idris cinn23-Oct-05 20:25 
Questionfiles address temp Pin
Member 161931221-Oct-05 20:31
Member 161931221-Oct-05 20:31 
QuestionServerControl TextBox ViewState Pin
antinyarun21-Oct-05 20:28
antinyarun21-Oct-05 20:28 
Questionsearch a string that is in database table or not Pin
antinyarun21-Oct-05 20:17
antinyarun21-Oct-05 20:17 
AnswerRe: search a string that is in database table or not Pin
sreesiri21-Oct-05 20:34
sreesiri21-Oct-05 20:34 
Questionhow to update database when the page/window is closed Pin
sreesiri21-Oct-05 20:02
sreesiri21-Oct-05 20:02 
AnswerRe: how to update database when the page/window is closed Pin
S. Senthil Kumar21-Oct-05 20:32
S. Senthil Kumar21-Oct-05 20:32 
GeneralRe: how to update database when the page/window is closed Pin
Anonymous21-Oct-05 21:02
Anonymous21-Oct-05 21:02 
GeneralRe: how to update database when the page/window is closed Pin
André Ziegler22-Oct-05 4:25
André Ziegler22-Oct-05 4:25 
GeneralRe: how to update database when the page/window is closed Pin
sreesiri23-Oct-05 18:27
sreesiri23-Oct-05 18:27 
QuestionTreeView node detection Pin
picasso221-Oct-05 19:33
picasso221-Oct-05 19:33 
AnswerRe: TreeView node detection Pin
S. Senthil Kumar21-Oct-05 20:29
S. Senthil Kumar21-Oct-05 20:29 
Questionhow to redirect to another page when current page is closed Pin
Anonymous21-Oct-05 19:18
Anonymous21-Oct-05 19:18 
AnswerRe: how to redirect to another page when current page is closed Pin
dabuskol22-Oct-05 1:07
dabuskol22-Oct-05 1:07 
AnswerRe: how to redirect to another page when current page is closed Pin
MoustafaS22-Oct-05 6:57
MoustafaS22-Oct-05 6:57 
QuestionBitmap Image in customize control Pin
luckyeagle21-Oct-05 18:52
luckyeagle21-Oct-05 18:52 
Hello, Everybody.

I have created a customize control in C# using VS.Net 2005(but has the same problem in VS 2003)
then I insert it into a windows application form and setup some properties,
and it compiles without any problem.

But when I reopen the solution second time and I come to design view of the application form, D'Oh! | :doh: it shows an error message:
Failed to create component 'scontrol'. The error message follows: 'System.ArgumentException: Parameter is not valid.at System.Drawing.Bitmap..ctor(String filename) in the scontrol.cs line98'

line98: Bitmap bw = new Bitmap(@"beforeBtn.bmp");

Then I think it cann't find the image I used for the button backgroundImage of the scontrol.cs. Then I copied the images into the application form directory with solution and also in the bin folder, however it doesn't solve the bug.

Does anyone understand what has happened and why compiler cann't find the image to initialize my scontrol in an application form? How can I make it work?

CheersSmile | :)


-- modified at 1:08 Saturday 22nd October, 2005
QuestionI want to develop a live video display windows form control Pin
varmag21-Oct-05 18:30
varmag21-Oct-05 18:30 

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.