Click here to Skip to main content
15,900,725 members
Home / Discussions / C#
   

C#

 
GeneralRe: Registry Scan Pin
Nader Elshehabi8-Sep-06 13:11
Nader Elshehabi8-Sep-06 13:11 
Questionhow to export summaries? Pin
michal.kreslik7-Sep-06 16:25
michal.kreslik7-Sep-06 16:25 
AnswerRe: how to export summaries? Pin
Nader Elshehabi7-Sep-06 18:03
Nader Elshehabi7-Sep-06 18:03 
QuestionStoring multi data in a row Pin
Glen Harvy7-Sep-06 15:19
Glen Harvy7-Sep-06 15:19 
AnswerRe: Storing multi data in a row Pin
Nader Elshehabi7-Sep-06 18:26
Nader Elshehabi7-Sep-06 18:26 
AnswerRe: Storing multi data in a row Pin
Guffa7-Sep-06 19:05
Guffa7-Sep-06 19:05 
QuestionMS Exit Program Icon Pin
Glen Harvy7-Sep-06 14:30
Glen Harvy7-Sep-06 14:30 
AnswerRe: MS Exit Program Icon Pin
Insincere Dave7-Sep-06 14:55
Insincere Dave7-Sep-06 14:55 
You could press print screen and make one, I was looking for some Icon software today and found icofx quite good, or try this code Big Grin | :-D

<br />
            using(Bitmap bmp = new Bitmap(16,16))<br />
            {<br />
                using(Graphics g = Graphics.FromImage(bmp))<br />
                {<br />
                    VisualStyleRenderer r = new VisualStyleRenderer(VisualStyleElement.Window.CloseButton.Normal);<br />
                    r.DrawBackground(g,new Rectangle(0,0,16,16));<br />
                    bmp.Save("close.png",ImageFormat.Png);<br />
                }<br />
            }<br />

GeneralRe: MS Exit Program Icon Pin
Glen Harvy7-Sep-06 15:44
Glen Harvy7-Sep-06 15:44 
QuestionADS Pin
HahnTech7-Sep-06 13:19
HahnTech7-Sep-06 13:19 
QuestionC# form caption Pin
Chris_McGrath7-Sep-06 13:11
Chris_McGrath7-Sep-06 13:11 
AnswerRe: C# form caption Pin
Bhupi Bhai7-Sep-06 23:44
Bhupi Bhai7-Sep-06 23:44 
GeneralRe: C# form caption Pin
Chris_McGrath11-Sep-06 13:42
Chris_McGrath11-Sep-06 13:42 
Questionread files from folder Pin
btota7-Sep-06 10:30
btota7-Sep-06 10:30 
AnswerRe: read files from folder Pin
Stefan Troschuetz7-Sep-06 10:35
Stefan Troschuetz7-Sep-06 10:35 
AnswerRe: read files from folder Pin
Aaron Dilliard7-Sep-06 10:54
Aaron Dilliard7-Sep-06 10:54 
AnswerRe: read files from folder Pin
chandler837-Sep-06 18:57
chandler837-Sep-06 18:57 
QuestionDatabase C# Pin
Nicostancila7-Sep-06 9:53
Nicostancila7-Sep-06 9:53 
AnswerRe: Database C# Pin
Stefan Troschuetz7-Sep-06 10:04
Stefan Troschuetz7-Sep-06 10:04 
AnswerRe: Database C# Pin
Aaron Dilliard7-Sep-06 11:22
Aaron Dilliard7-Sep-06 11:22 
GeneralRe: Database C# Pin
Cl.Kurtz7-Sep-06 21:10
Cl.Kurtz7-Sep-06 21:10 
AnswerRe: Database C# Pin
TheCardinal9-Sep-06 8:26
TheCardinal9-Sep-06 8:26 
Questionstore image as binary Pin
Mohammed Elkholy7-Sep-06 8:54
Mohammed Elkholy7-Sep-06 8:54 
AnswerRe: store image as binary Pin
Nader Elshehabi7-Sep-06 9:06
Nader Elshehabi7-Sep-06 9:06 
AnswerRe: store image as binary Pin
Judah Gabriel Himango7-Sep-06 9:08
sponsorJudah Gabriel Himango7-Sep-06 9:08 

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.