Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
Questionproblem for Security in Sql 2005 Express. Pin
hdv2122-Dec-06 23:21
hdv2122-Dec-06 23:21 
AnswerRe: problem for Security in Sql 2005 Express. Pin
minnie mouse3-Dec-06 11:53
minnie mouse3-Dec-06 11:53 
QuestionHow to create the console of editing of the register on C#? Pin
Andrey Azarov2-Dec-06 23:16
Andrey Azarov2-Dec-06 23:16 
AnswerRe: How to create the console of editing of the register on C#? Pin
Christian Graus2-Dec-06 23:28
protectorChristian Graus2-Dec-06 23:28 
GeneralRe: How to create the console of editing of the register on C#? Pin
Andrey Azarov3-Dec-06 1:15
Andrey Azarov3-Dec-06 1:15 
AnswerRe: How to create the console of editing of the register on C#? Pin
mav.northwind3-Dec-06 5:08
mav.northwind3-Dec-06 5:08 
QuestionHow to move controls in runtime ? Pin
Aldorado2-Dec-06 22:54
Aldorado2-Dec-06 22:54 
AnswerRe: How to move controls in runtime ? Pin
Christian Graus2-Dec-06 23:31
protectorChristian Graus2-Dec-06 23:31 
Basically, you want to write code which tracks the mouse position, and draws the controls based on where you move the mouse. You want to handle all your mouse events, down, move and up. Then you need to keep track of the items you've drawn, and where they are. If you build it with actual controls, then you can use their click events to help you ( in a derived class, I'd think )


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: How to move controls in runtime ? Pin
Aldorado2-Dec-06 23:39
Aldorado2-Dec-06 23:39 
GeneralRe: How to move controls in runtime ? Pin
Christian Graus3-Dec-06 0:03
protectorChristian Graus3-Dec-06 0:03 
AnswerRe: How to move controls in runtime ? Pin
oggelito2-Dec-06 23:54
oggelito2-Dec-06 23:54 
GeneralRe: How to move controls in runtime ? Pin
Aldorado5-Dec-06 4:15
Aldorado5-Dec-06 4:15 
Questiongrade Pin
asp0032-Dec-06 21:35
asp0032-Dec-06 21:35 
AnswerRe: grade Pin
Tamimi - Code2-Dec-06 21:48
Tamimi - Code2-Dec-06 21:48 
AnswerRe: grade Pin
Joe Woodbury2-Dec-06 22:50
professionalJoe Woodbury2-Dec-06 22:50 
GeneralRe: grade Pin
Guffa3-Dec-06 5:45
Guffa3-Dec-06 5:45 
AnswerRe: grade Pin
Paul Conrad3-Dec-06 9:01
professionalPaul Conrad3-Dec-06 9:01 
AnswerRe: grade Pin
ednrgc4-Dec-06 4:10
ednrgc4-Dec-06 4:10 
Questionreverse anumber Pin
asp0032-Dec-06 21:33
asp0032-Dec-06 21:33 
AnswerRe: reverse anumber Pin
Prakash Nadar2-Dec-06 22:28
Prakash Nadar2-Dec-06 22:28 
AnswerRe: reverse anumber Pin
Joe Woodbury2-Dec-06 23:05
professionalJoe Woodbury2-Dec-06 23:05 
AnswerRe: reverse anumber Pin
Paul Conrad3-Dec-06 9:01
professionalPaul Conrad3-Dec-06 9:01 
GeneralRe: reverse anumber Pin
ednrgc4-Dec-06 4:08
ednrgc4-Dec-06 4:08 
Questionreverse anumber Pin
asp0032-Dec-06 21:33
asp0032-Dec-06 21:33 
AnswerRe: reverse anumber Pin
Christian Graus2-Dec-06 22:48
protectorChristian Graus2-Dec-06 22:48 

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.