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

C#

 
GeneralRe: in continuation of previous message Pin
J4amieC9-Dec-04 23:37
J4amieC9-Dec-04 23:37 
GeneralSo, good luck... Pin
Daniel Turini10-Dec-04 0:08
Daniel Turini10-Dec-04 0:08 
GeneralRe: So, good luck... Pin
Allah Kaa Bandaa10-Dec-04 0:14
Allah Kaa Bandaa10-Dec-04 0:14 
GeneralRe: So, good luck... Pin
J4amieC10-Dec-04 1:05
J4amieC10-Dec-04 1:05 
GeneralRe: in continuation of previous message Pin
DavidNohejl10-Dec-04 1:25
DavidNohejl10-Dec-04 1:25 
GeneralRe: in continuation of previous message Pin
Alex Korchemniy10-Dec-04 8:54
Alex Korchemniy10-Dec-04 8:54 
GeneralMoving Child Windows Pin
Tyrus1829-Dec-04 19:31
Tyrus1829-Dec-04 19:31 
GeneralRe: Moving Child Windows Pin
Anonymous9-Dec-04 20:55
Anonymous9-Dec-04 20:55 
when the mouse is clicked on the child window, it is not clicked in the upper lefthand corner, it's offset by some (x, y), record that offset when the mouse is clicked, and add it the mouse position when you do the move

mouseclick (x, y) {

mouseoffet = point (x, y);
}

mousemouse () {

if(dragging)
{
this.Location = MousePosition + mouseoffset;
}

you're losing that offset.


GeneralRe: Moving Child Windows Pin
Anonymous9-Dec-04 21:08
Anonymous9-Dec-04 21:08 
GeneralRe: Moving Child Windows Pin
Stefan Troschuetz9-Dec-04 23:06
Stefan Troschuetz9-Dec-04 23:06 
GeneralResize window Pin
Anonymous9-Dec-04 19:30
Anonymous9-Dec-04 19:30 
GeneralRe: Resize window Pin
Tyrus1829-Dec-04 19:34
Tyrus1829-Dec-04 19:34 
Generalquery a database which contains dates Pin
steve_rm9-Dec-04 19:05
steve_rm9-Dec-04 19:05 
GeneralRe: query a database which contains dates Pin
Jay Shankar9-Dec-04 19:21
Jay Shankar9-Dec-04 19:21 
GeneralRe: query a database which contains dates Pin
Jay Shankar9-Dec-04 19:32
Jay Shankar9-Dec-04 19:32 
QuestionUsing a dynamic Byte array? Pin
tantiboh9-Dec-04 18:57
tantiboh9-Dec-04 18:57 
AnswerRe: Using a dynamic Byte array? Pin
Daniel Turini9-Dec-04 22:12
Daniel Turini9-Dec-04 22:12 
GeneralRe: Using a dynamic Byte array? Pin
tantiboh10-Dec-04 11:08
tantiboh10-Dec-04 11:08 
Generalbase class for Window Form class Pin
ting6689-Dec-04 14:41
ting6689-Dec-04 14:41 
GeneralRe: base class for Window Form class Pin
Javier Lozano9-Dec-04 16:11
Javier Lozano9-Dec-04 16:11 
GeneralRe: base class for Window Form class Pin
ting6689-Dec-04 23:05
ting6689-Dec-04 23:05 
QuestionHow to open a matlab program? Pin
Kiran Satish9-Dec-04 14:34
Kiran Satish9-Dec-04 14:34 
AnswerRe: How to open a matlab program? Pin
Christian Graus9-Dec-04 14:39
protectorChristian Graus9-Dec-04 14:39 
GeneralRe: How to open a matlab program? Pin
Kiran Satish9-Dec-04 15:32
Kiran Satish9-Dec-04 15:32 
AnswerRe: How to open a matlab program? Pin
Daniel Turini9-Dec-04 22:08
Daniel Turini9-Dec-04 22: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.