Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
QuestionError in registering plugin Pin
am 20097-Jul-08 1:21
am 20097-Jul-08 1:21 
QuestionAttribute not being set when invoking java web service from c# Pin
Simon Lime7-Jul-08 1:19
Simon Lime7-Jul-08 1:19 
AnswerRe: Attribute not being set when invoking java web service from c# Pin
Simon Lime7-Jul-08 1:30
Simon Lime7-Jul-08 1:30 
Questionhow to write "connection string" in namespace or webconfig file ? Pin
sacr837-Jul-08 0:28
sacr837-Jul-08 0:28 
AnswerCross post Pin
dan!sh 7-Jul-08 0:36
professional dan!sh 7-Jul-08 0:36 
QuestionBitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 0:18
kevinlin_57-Jul-08 0:18 
AnswerRe: Bitmap constructor(Image, Int32, Int32)~! Pin
leppie7-Jul-08 0:24
leppie7-Jul-08 0:24 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 19:29
kevinlin_57-Jul-08 19:29 
specific error?Didn't I describe my problem clearly?The problem I encountered in my program was:
I wrote a code like this:

Image image=new Bitmap(originalImage,originalImage.Width+changedSize,originalImage.Height+changedSize)


When I ran the application, the system gave me an error message like: 'Argument 1' cannot convert 'System.Drawing.Image' to 'int'. 'Argument 3' cannot convert 'int' to 'System.Drawing.Image.PixelFormat'.

Can anybody tell me why?

Thank you~!
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
leppie7-Jul-08 19:58
leppie7-Jul-08 19:58 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 22:31
kevinlin_57-Jul-08 22:31 
AnswerRe: Bitmap constructor(Image, Int32, Int32)~! Pin
Guffa7-Jul-08 1:40
Guffa7-Jul-08 1:40 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
kevinlin_57-Jul-08 19:43
kevinlin_57-Jul-08 19:43 
GeneralRe: Bitmap constructor(Image, Int32, Int32)~! Pin
Guffa8-Jul-08 4:02
Guffa8-Jul-08 4:02 
QuestionCan i create a unassigned array of my class object Pin
wasimsharp7-Jul-08 0:06
wasimsharp7-Jul-08 0:06 
AnswerRe: Can i create a unassigned array of my class object Pin
moon_stick7-Jul-08 0:21
moon_stick7-Jul-08 0:21 
GeneralRe: Can i create a unassigned array of my class object Pin
leppie7-Jul-08 0:25
leppie7-Jul-08 0:25 
GeneralRe: Can i create a unassigned array of my class object Pin
moon_stick7-Jul-08 0:27
moon_stick7-Jul-08 0:27 
QuestionSetup & Deployment for windows application Pin
K V Sekhar6-Jul-08 22:35
K V Sekhar6-Jul-08 22:35 
AnswerRe: Setup & Deployment for windows application Pin
dibya_20037-Jul-08 0:03
dibya_20037-Jul-08 0:03 
GeneralRe: Setup & Deployment for windows application Pin
vishnukamath7-Jul-08 2:46
vishnukamath7-Jul-08 2:46 
QuestionSetUp and Deployment::How to uninstall multiple msi's using uninstall custom action [modified] Pin
hieroglyphix6-Jul-08 21:41
hieroglyphix6-Jul-08 21:41 
Questionadding data from textbox to oracle table Pin
varun_mca_ju6-Jul-08 21:30
varun_mca_ju6-Jul-08 21:30 
Questionhow to identify the language used by the current opereating windows system? Pin
Seraph_summer6-Jul-08 20:56
Seraph_summer6-Jul-08 20:56 
AnswerRe: how to identify the language used by the current opereating windows system? Pin
stancrm6-Jul-08 21:30
stancrm6-Jul-08 21:30 
Questionhow to connect Oracle[C#] Pin
dibya_20036-Jul-08 20:45
dibya_20036-Jul-08 20:45 

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.