Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox Text Color Pin
half-life5-Nov-07 4:48
half-life5-Nov-07 4:48 
QuestionColor of Title bar Pin
coder_help5-Nov-07 3:25
coder_help5-Nov-07 3:25 
AnswerRe: Color of Title bar Pin
half-life5-Nov-07 3:31
half-life5-Nov-07 3:31 
AnswerRe: Color of Title bar Pin
Tamimi - Code5-Nov-07 3:48
Tamimi - Code5-Nov-07 3:48 
GeneralRe: Color of Title bar Pin
coder_help5-Nov-07 4:00
coder_help5-Nov-07 4:00 
GeneralRe: Color of Title bar Pin
coder_help5-Nov-07 4:01
coder_help5-Nov-07 4:01 
GeneralRe: Color of Title bar Pin
Luc Pattyn5-Nov-07 5:21
sitebuilderLuc Pattyn5-Nov-07 5:21 
GeneralRe: Color of Title bar Pin
MasterSharp5-Nov-07 12:34
MasterSharp5-Nov-07 12:34 
I just did this and wondered the same thing. For the Title Bar, you have to create a bool (for example, mouseIsDown to false), picturebox, and three buttons. Then, for that picturebox, look for the MouseDown, MouseMove, and MouseUp events. THen, in MouseDown, have the bool set true. In mouseMove:
blah blah event<br />
{<br />
  if (mouseIsDown == true)<br />
       (change the form location to reach the mouses)<br />
}


Then, in MouseUp, set mouseIsDown to false.
There's more to it, but I hope it gives you the idea.
Big Grin | :-D Good luck

- "Achieving all knowledge does not mean achieving all wisdom."
- "What's THIS button do... ... ... ?"

AnswerRe: Color of Title bar Pin
Francofu5-Nov-07 18:00
Francofu5-Nov-07 18:00 
QuestionMultiple Series on a ReportViewer chart Pin
ChrisFarrugia5-Nov-07 3:05
ChrisFarrugia5-Nov-07 3:05 
AnswerRe: Multiple Series on a ReportViewer chart Pin
led mike5-Nov-07 5:24
led mike5-Nov-07 5:24 
GeneralRe: Multiple Series on a ReportViewer chart Pin
ChrisFarrugia5-Nov-07 5:39
ChrisFarrugia5-Nov-07 5:39 
GeneralRe: Multiple Series on a ReportViewer chart Pin
led mike5-Nov-07 6:24
led mike5-Nov-07 6:24 
QuestionChange the global cursor Pin
QzRz5-Nov-07 2:27
QzRz5-Nov-07 2:27 
AnswerRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 3:09
mvePete O'Hanlon5-Nov-07 3:09 
GeneralRe: Change the global cursor Pin
QzRz5-Nov-07 3:17
QzRz5-Nov-07 3:17 
GeneralRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 3:35
mvePete O'Hanlon5-Nov-07 3:35 
GeneralRe: Change the global cursor Pin
QzRz5-Nov-07 4:10
QzRz5-Nov-07 4:10 
GeneralRe: Change the global cursor Pin
Pete O'Hanlon5-Nov-07 4:15
mvePete O'Hanlon5-Nov-07 4:15 
QuestionCheckboxes in datagridview Pin
akkram5-Nov-07 2:26
akkram5-Nov-07 2:26 
AnswerRe: Checkboxes in datagridview Pin
half-life5-Nov-07 4:45
half-life5-Nov-07 4:45 
GeneralRe: Checkboxes in datagridview Pin
akkram5-Nov-07 5:21
akkram5-Nov-07 5:21 
GeneralRe: Checkboxes in datagridview Pin
half-life5-Nov-07 5:32
half-life5-Nov-07 5:32 
GeneralRe: Checkboxes in datagridview Pin
akkram5-Nov-07 5:30
akkram5-Nov-07 5:30 
Questionimport vrml Pin
GeoVx12345-Nov-07 1:23
GeoVx12345-Nov-07 1:23 

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.