Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
GeneralRe: Key pressed Pin
DaveyM6917-Jan-08 2:38
professionalDaveyM6917-Jan-08 2:38 
GeneralRe: Key pressed Pin
DaveyM6917-Jan-08 2:51
professionalDaveyM6917-Jan-08 2:51 
GeneralRe: Key pressed Pin
Abhijit Jana17-Jan-08 2:26
professionalAbhijit Jana17-Jan-08 2:26 
GeneralRe: Key pressed Pin
Luc Pattyn17-Jan-08 4:00
sitebuilderLuc Pattyn17-Jan-08 4:00 
GeneralShort Keys Pin
t_nedelchev17-Jan-08 1:33
t_nedelchev17-Jan-08 1:33 
GeneralRe: Short Keys Pin
DaveyM6917-Jan-08 1:46
professionalDaveyM6917-Jan-08 1:46 
GeneralRe: Short Keys Pin
t_nedelchev17-Jan-08 1:50
t_nedelchev17-Jan-08 1:50 
GeneralHowto PictureBox to a bitmap Pin
electriac17-Jan-08 0:39
electriac17-Jan-08 0:39 
I am out of my element when doing graphics. Can someone give me hand.

<br />
<br />
private void draw()<br />
        {<br />
            if (end == 0) // The L_mousebutton is down<br />
            {<br />
                g = pictureBox1.CreateGraphics();<br />
                pictureBox1.Image = bitmap;<br />
            }<br />
           <br />
            g.DrawRectangle(new Pen(border, (int)n_size.Value), startX, startY, endX - startX, endY - startY);<br />
           <br />
            if (end == 1) // The L_mousebutton is up<br />
	    {<br />
                // here I want to put the edited image in the bitmap<br />
                // the reverse of the above.<br />
                <br />
                bitmap = pictureBox1.Image; // Does not work<br />
<br />
		//At this point I have the new image in pictureBox1 and I want <br />
                //to put this new image into bitmap. Could someone show me a <br />
                //code snippet.<br />
	    } <br />
        }<br />
<br />


TNX
GeneralRe: Howto PictureBox to a bitmap Pin
Giorgi Dalakishvili17-Jan-08 1:09
mentorGiorgi Dalakishvili17-Jan-08 1:09 
GeneralRe: Howto PictureBox to a bitmap Pin
electriac17-Jan-08 1:18
electriac17-Jan-08 1:18 
GeneralRe: Howto PictureBox to a bitmap Pin
Giorgi Dalakishvili17-Jan-08 1:47
mentorGiorgi Dalakishvili17-Jan-08 1:47 
AnswerRe: Howto PictureBox to a bitmap Pin
Abhijit Jana17-Jan-08 2:25
professionalAbhijit Jana17-Jan-08 2:25 
GeneralImport + Export Excel file to MS SQL Server Pin
Member 287894017-Jan-08 0:37
Member 287894017-Jan-08 0:37 
GeneralRe: Import + Export Excel file to MS SQL Server Pin
Giorgi Dalakishvili17-Jan-08 1:14
mentorGiorgi Dalakishvili17-Jan-08 1:14 
GeneralRe: Import + Export Excel file to MS SQL Server Pin
Member 287894017-Jan-08 1:45
Member 287894017-Jan-08 1:45 
GeneralRe: Import + Export Excel file to MS SQL Server Pin
Giorgi Dalakishvili17-Jan-08 3:58
mentorGiorgi Dalakishvili17-Jan-08 3:58 
Question[Message Deleted] Pin
EmersioN17-Jan-08 0:36
EmersioN17-Jan-08 0:36 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Paul Conrad17-Jan-08 13:31
professionalPaul Conrad17-Jan-08 13:31 
GeneralRe: How protect a .EXE againt Process Termination ? Pin
Scott Dorman18-Jan-08 9:27
professionalScott Dorman18-Jan-08 9:27 
Generaldatepicker control in asp .net Pin
chithra.r17-Jan-08 0:28
chithra.r17-Jan-08 0:28 
GeneralRe: datepicker control in asp .net Pin
J$17-Jan-08 6:18
J$17-Jan-08 6:18 
GeneralProblem with Windows application in C# Pin
Member 305788717-Jan-08 0:01
Member 305788717-Jan-08 0:01 
GeneralRe: Problem with Windows application in C# Pin
DaveyM6917-Jan-08 2:04
professionalDaveyM6917-Jan-08 2:04 
Generalsending free sms Pin
razanabanu16-Jan-08 23:49
razanabanu16-Jan-08 23:49 
GeneralRe: sending free sms Pin
Colin Angus Mackay17-Jan-08 0:00
Colin Angus Mackay17-Jan-08 0:00 

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.