Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: win32 API or DirectSound Pin
André Ziegler23-Oct-05 11:16
André Ziegler23-Oct-05 11:16 
GeneralRe: win32 API or DirectSound Pin
pakFari23-Oct-05 16:56
pakFari23-Oct-05 16:56 
GeneralRe: win32 API or DirectSound Pin
André Ziegler24-Oct-05 12:26
André Ziegler24-Oct-05 12:26 
QuestionUsing C++ class in C# project Pin
patgo22-Oct-05 7:42
patgo22-Oct-05 7:42 
AnswerRe: Using C++ class in C# project Pin
S. Senthil Kumar23-Oct-05 2:25
S. Senthil Kumar23-Oct-05 2:25 
QuestionRepeating an image instead of resizing it Pin
Melanius22-Oct-05 7:23
Melanius22-Oct-05 7:23 
QuestionHow to retrieve email address from exchange. Pin
Member 107077822-Oct-05 7:15
Member 107077822-Oct-05 7:15 
QuestionHow to fix the form location on the screen? Pin
majidbhutta22-Oct-05 6:50
majidbhutta22-Oct-05 6:50 
I m Displaying an instance of independent form as modally mean with ShowDialog() method in the child of a Prent Form. i want to make the displayed modal Showdialog Form notmoveable(normally we move a dialog box with help of mouse click and drag the dialog changing its location). I want to keep the location of the dialog fix. Or in other word i want to limitize its location within a specied Area. How to achieve this purpose. Please help me.
Thnx in Advance.
ParentForm p;
ChildForm c;
IndependentForm inf;

Parent Form Loads(){
c.show();
}
// now there is an instance of independent form that gets displayed when we click a button on theChildForm Instance;

on click(.. ...){
inf.ShowDialog(this);
}

// Now the problem is i want to limitize the or fix its location{Location of inf.ShowDialog(this)} making it not dragable or only dragable within specied coordnates;


QuestionRe: How to fix the form location on the screen? Pin
sejal12312-Jan-09 19:52
sejal12312-Jan-09 19:52 
QuestionResizing of controls Pin
wasife22-Oct-05 6:09
wasife22-Oct-05 6:09 
AnswerRe: Resizing of controls Pin
MoustafaS22-Oct-05 6:52
MoustafaS22-Oct-05 6:52 
Questionunmanaged dll problems/questions Pin
FreeClimber22-Oct-05 5:52
FreeClimber22-Oct-05 5:52 
QuestionProblem in using DirectSound Pin
Anonymous22-Oct-05 3:12
Anonymous22-Oct-05 3:12 
AnswerRe: Problem in using DirectSound Pin
André Ziegler22-Oct-05 4:03
André Ziegler22-Oct-05 4:03 
Questionchanging image format Pin
XeoN-Kc22-Oct-05 2:16
XeoN-Kc22-Oct-05 2:16 
AnswerRe: changing image format Pin
Andrew Kirillov22-Oct-05 3:04
Andrew Kirillov22-Oct-05 3:04 
QuestionMemory consumption Pin
mohammad92922-Oct-05 2:15
mohammad92922-Oct-05 2:15 
QuestionHeader/Detail Approach Pin
dabuskol22-Oct-05 1:14
dabuskol22-Oct-05 1:14 
QuestionChanging Regional Settings Pin
Zapss22-Oct-05 0:54
Zapss22-Oct-05 0:54 
QuestionVisual Inheritance : Peculiar Behaviour VS.2005 Beta 2 Pin
akyriako7821-Oct-05 23:59
akyriako7821-Oct-05 23:59 
AnswerRe: Visual Inheritance : Peculiar Behaviour VS.2005 Beta 2 Pin
André Ziegler22-Oct-05 4:08
André Ziegler22-Oct-05 4:08 
QuestionHow convert string stream to XML ? Pin
Yanshof21-Oct-05 23:44
Yanshof21-Oct-05 23:44 
AnswerRe: How convert string stream to XML ? Pin
S. Senthil Kumar22-Oct-05 0:57
S. Senthil Kumar22-Oct-05 0:57 
QuestionPRODUCT KET VS.2005 BETA 2 Pin
Greeky21-Oct-05 23:43
Greeky21-Oct-05 23:43 
AnswerRe: PRODUCT KET VS.2005 BETA 2 Pin
XeoN-Kc22-Oct-05 2:52
XeoN-Kc22-Oct-05 2:52 

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.