Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
Questionhow can we bind datagrid with custom collection Pin
333soori20-Nov-06 22:40
333soori20-Nov-06 22:40 
AnswerRe: how can we bind datagrid with custom collection Pin
Christian Graus20-Nov-06 22:58
protectorChristian Graus20-Nov-06 22:58 
GeneralRe: how can we bind datagrid with custom collection Pin
333soori20-Nov-06 23:34
333soori20-Nov-06 23:34 
GeneralRe: how can we bind datagrid with custom collection Pin
A T I F21-Nov-06 2:57
A T I F21-Nov-06 2:57 
QuestionConverting image to Base64? Pin
Support12320-Nov-06 22:14
Support12320-Nov-06 22:14 
AnswerRe: Converting image to Base64? Pin
Guffa20-Nov-06 23:44
Guffa20-Nov-06 23:44 
GeneralRe: Converting image to Base64? Pin
Support12321-Nov-06 0:02
Support12321-Nov-06 0:02 
GeneralRe: Converting image to Base64? Pin
Guffa21-Nov-06 0:31
Guffa21-Nov-06 0:31 
NarutoFan#1 wrote:
would it be possible to insert a path with the file name (like for example: "C:\img\img123.jpg" ) in the Image srcImage = new Bitmap(txtGIFImageFile.Text); part?


I take it that you have no clue how the code really works?

The new Bitmap() part is loading the image from the file specified in the text box. Of course you can use any string you like instead of reading a string from a text box.

Are you going to convert the image from one format to anohter? Otherwise there is no reason to load the image and then save it again.

---
b { font-weight: normal; }

GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 3:48
Support12323-Nov-06 3:48 
AnswerRe: Converting image to Base64? Pin
Guffa23-Nov-06 7:59
Guffa23-Nov-06 7:59 
GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 20:23
Support12323-Nov-06 20:23 
GeneralRe: Converting image to Base64? Pin
Support12324-Nov-06 0:42
Support12324-Nov-06 0:42 
QuestionEmail Pin
daniel9920-Nov-06 21:51
daniel9920-Nov-06 21:51 
AnswerRe: Email Pin
Christian Graus20-Nov-06 21:54
protectorChristian Graus20-Nov-06 21:54 
AnswerRe: Email Pin
lost in transition 21-Nov-06 4:42
lost in transition 21-Nov-06 4:42 
Question3D in c# Pin
amin saffari20-Nov-06 21:16
amin saffari20-Nov-06 21:16 
AnswerRe: 3D in c# Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
GeneralRe: 3D in c# Pin
lmoelleb20-Nov-06 22:38
lmoelleb20-Nov-06 22:38 
GeneralRe: 3D in c# Pin
amin saffari20-Nov-06 23:38
amin saffari20-Nov-06 23:38 
AnswerRe: 3D in c# Pin
klanglieferant20-Nov-06 23:54
klanglieferant20-Nov-06 23:54 
QuestionHow can we disable individual nodes in a treeview in .Net? Pin
TinyTin20-Nov-06 21:01
TinyTin20-Nov-06 21:01 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
ednrgc21-Nov-06 1:58
ednrgc21-Nov-06 1:58 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
TinyTin21-Nov-06 17:50
TinyTin21-Nov-06 17:50 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
lmoelleb21-Nov-06 20:40
lmoelleb21-Nov-06 20:40 

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.