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

C#

 
AnswerRe: Need Help getting bits from bytes. Pin
Ravadre10-Feb-09 7:15
Ravadre10-Feb-09 7:15 
GeneralRe: Need Help getting bits from bytes. [modified] Pin
Muratus10-Feb-09 7:40
Muratus10-Feb-09 7:40 
GeneralRe: Need Help getting bits from bytes. Pin
Ravadre10-Feb-09 9:24
Ravadre10-Feb-09 9:24 
GeneralRe: Need Help getting bits from bytes. Pin
Muratus10-Feb-09 9:56
Muratus10-Feb-09 9:56 
GeneralRe: Need Help getting bits from bytes. Pin
Ravadre10-Feb-09 10:14
Ravadre10-Feb-09 10:14 
GeneralRe: Need Help getting bits from bytes. Pin
Muratus10-Feb-09 10:53
Muratus10-Feb-09 10:53 
AnswerRe: Need Help getting bits from bytes. [modified] Pin
#realJSOP10-Feb-09 9:59
professional#realJSOP10-Feb-09 9:59 
AnswerRe: Need Help getting bits from bytes. Pin
Alan N10-Feb-09 14:59
Alan N10-Feb-09 14:59 
QuestionUpload file to sharepoint without/without sharepoint.dll Pin
Burdzy10-Feb-09 6:17
Burdzy10-Feb-09 6:17 
AnswerRe: Upload file to sharepoint without/without sharepoint.dll Pin
musefan10-Feb-09 6:28
musefan10-Feb-09 6:28 
GeneralRe: Upload file to sharepoint without/without sharepoint.dll Pin
Burdzy10-Feb-09 6:48
Burdzy10-Feb-09 6:48 
QuestionNetwork info Pin
Froz3n10-Feb-09 5:58
Froz3n10-Feb-09 5:58 
QuestionStreamReader.ReadLine() Pin
staticv10-Feb-09 5:19
staticv10-Feb-09 5:19 
AnswerRe: StreamReader.ReadLine() Pin
Dave Kreskowiak10-Feb-09 5:25
mveDave Kreskowiak10-Feb-09 5:25 
AnswerRe: StreamReader.ReadLine() Pin
Rob Philpott10-Feb-09 5:28
Rob Philpott10-Feb-09 5:28 
GeneralRe: StreamReader.ReadLine() [modified] Pin
staticv10-Feb-09 5:50
staticv10-Feb-09 5:50 
AnswerRe: StreamReader.ReadLine() Pin
Luc Pattyn10-Feb-09 7:08
sitebuilderLuc Pattyn10-Feb-09 7:08 
Question'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
abbd10-Feb-09 5:16
abbd10-Feb-09 5:16 
AnswerRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Dave Kreskowiak10-Feb-09 5:23
mveDave Kreskowiak10-Feb-09 5:23 
GeneralRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
abbd10-Feb-09 6:05
abbd10-Feb-09 6:05 
GeneralRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Dave Kreskowiak10-Feb-09 6:38
mveDave Kreskowiak10-Feb-09 6:38 
AnswerRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Luc Pattyn10-Feb-09 7:12
sitebuilderLuc Pattyn10-Feb-09 7:12 
GeneralRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
abbd10-Feb-09 21:53
abbd10-Feb-09 21:53 
I create a web service witch generate a picture :

<br />
private System.Drawing.Image pictImage;<br />
public static Image GetImage(byte[] bytes, bool makeTransparent)<br />
{}<br />


then, i create a winforms application whitch present a costumer of this web service,

<br />
encode.Service rr;<br />
rr = new encode.Service();<br />
 <br />
pictureBox1.Image = (rr.Picture("C:\\Documents and Settings\\Administrateur\\Bureau\\logo.jpg"));<br />


but there are an error : Error 1 Cannot implicitly convert type 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' C:\Documents and Settings\Administrateur\Mes documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 62 38 WindowsApplication1

help me, thank you verry mutch.
AnswerRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Luc Pattyn11-Feb-09 0:06
sitebuilderLuc Pattyn11-Feb-09 0:06 
QuestionSQLServer Query Problem - Solved ... thx Pin
benny merkle10-Feb-09 4:50
benny merkle10-Feb-09 4:50 

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.