Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 6:22
Luis Alonso Ramos22-Aug-02 6:22 
GeneralRe: Need for a Grid in C# Pin
Nnamdi Onyeyiri22-Aug-02 6:51
Nnamdi Onyeyiri22-Aug-02 6:51 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:16
Luis Alonso Ramos22-Aug-02 7:16 
GeneralRe: Need for a Grid in C# Pin
James T. Johnson22-Aug-02 6:31
James T. Johnson22-Aug-02 6:31 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:25
Luis Alonso Ramos22-Aug-02 7:25 
GeneralRe: Need for a Grid in C# Pin
Stephane Rodriguez.22-Aug-02 7:15
Stephane Rodriguez.22-Aug-02 7:15 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:24
Luis Alonso Ramos22-Aug-02 7:24 
GeneralRe: Need for a Grid in C# Pin
Stephane Rodriguez.22-Aug-02 8:14
Stephane Rodriguez.22-Aug-02 8:14 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 8:30
Luis Alonso Ramos22-Aug-02 8:30 
QuestionControl, or UserControl? Pin
Nnamdi Onyeyiri22-Aug-02 3:24
Nnamdi Onyeyiri22-Aug-02 3:24 
AnswerRe: Control, or UserControl? Pin
leppie22-Aug-02 3:46
leppie22-Aug-02 3:46 
AnswerRe: Control, or UserControl? Pin
James T. Johnson22-Aug-02 6:24
James T. Johnson22-Aug-02 6:24 
GeneralComponent Class Problem Pin
Chris Richner22-Aug-02 1:28
Chris Richner22-Aug-02 1:28 
GeneralRe: Component Class Problem Pin
James T. Johnson22-Aug-02 6:23
James T. Johnson22-Aug-02 6:23 
GeneralRe: Component Class Problem Pin
Chris Richner25-Aug-02 22:15
Chris Richner25-Aug-02 22:15 
Generalhelp me Pin
imran_rafique22-Aug-02 0:26
imran_rafique22-Aug-02 0:26 
GeneralRe: help me Pin
Stephane Rodriguez.22-Aug-02 1:43
Stephane Rodriguez.22-Aug-02 1:43 
GeneralRe: help me Pin
imran_rafique22-Aug-02 9:16
imran_rafique22-Aug-02 9:16 
GeneralRe: help me Pin
Stephane Rodriguez.22-Aug-02 10:19
Stephane Rodriguez.22-Aug-02 10:19 
GeneralInvoking Edit Label in ListView from Code Pin
Rüpel21-Aug-02 22:20
Rüpel21-Aug-02 22:20 
Generali can'T move my form... Pin
Atilla Selem21-Aug-02 21:05
Atilla Selem21-Aug-02 21:05 
GeneralRe: i can'T move my form... Pin
Stephane Rodriguez.21-Aug-02 21:30
Stephane Rodriguez.21-Aug-02 21:30 
GeneralRe: i can'T move my form... Pin
leppie21-Aug-02 21:58
leppie21-Aug-02 21:58 
Alternatively, capture the MouseDown event when clicked on the whole surface of the form (a picture in your case), then capture the MouseMove event to relocate and finally the MouseUp event to set the new position.

Hope this helps Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: i can'T move my form... Pin
Nnamdi Onyeyiri22-Aug-02 3:21
Nnamdi Onyeyiri22-Aug-02 3:21 
GeneralRe: i can'T move my form... Pin
leppie22-Aug-02 3:35
leppie22-Aug-02 3:35 

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.