Click here to Skip to main content
15,902,817 members
Home / Discussions / C#
   

C#

 
Generalchange from C++ code to C# Pin
Rulala10-Aug-04 15:55
Rulala10-Aug-04 15:55 
GeneralRe: change from C++ code to C# Pin
Christian Graus10-Aug-04 16:24
protectorChristian Graus10-Aug-04 16:24 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 17:37
Rulala10-Aug-04 17:37 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 19:30
protectorHeath Stewart10-Aug-04 19:30 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 19:55
Rulala10-Aug-04 19:55 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 20:43
protectorHeath Stewart10-Aug-04 20:43 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 21:36
Rulala10-Aug-04 21:36 
GeneralButton Position in textbox Pin
DougW4810-Aug-04 12:41
DougW4810-Aug-04 12:41 
I have a class that I inherited from the DataGridTextBoxColumn class. There is a button that is in the textbox of this column, similar to a combobox button (only it has different functionality than the combobox). Anyways, first thing in the override Edit function, I am positioning the button so that it is on the right hand side of the TextBox.

The code seems simple enough...

myButton.SetBounds( this.TextBox.Width - this.TextBox.Height, 0, this.TextBox.Height, this.TextBox.Height );

Something is crazy about this though. This code works perfectly when the application runs under the .NET Framework 1.0.3705, and the button is always positioned exactly as desired. However, when the application runs under the .NET Framework 1.1, the button REFUSES to go where it is supposed to! What's the discrepancy between these versions, and what in the world am I doing wrong?

This isn't the only place I'm noticing a difference in the behavior of my program, but it seems like no matter what I do, I can't seem to prevent these effects from occurring. Need Help!

Thanks a ton!
GeneralMSGraph Chart in a WinForm Pin
Mark Finley10-Aug-04 11:36
Mark Finley10-Aug-04 11:36 
GeneralRe: MSGraph Chart in a WinForm Pin
sreejith ss nair10-Aug-04 16:55
sreejith ss nair10-Aug-04 16:55 
GeneralC# Windows Setup and Deployment application Pin
TrevorBo10-Aug-04 10:56
TrevorBo10-Aug-04 10:56 
GeneralRe: C# Windows Setup and Deployment application Pin
Heath Stewart10-Aug-04 11:23
protectorHeath Stewart10-Aug-04 11:23 
GeneralRe: C# Windows Setup and Deployment application Pin
LongRange.Shooter11-Aug-04 7:52
LongRange.Shooter11-Aug-04 7:52 
GeneralRe: C# Windows Setup and Deployment application Pin
TrevorBo11-Aug-04 11:08
TrevorBo11-Aug-04 11:08 
GeneralWhen to call .EndInvoke Pin
Judah Gabriel Himango10-Aug-04 10:49
sponsorJudah Gabriel Himango10-Aug-04 10:49 
GeneralRe: When to call .EndInvoke Pin
Nick Parker10-Aug-04 11:18
protectorNick Parker10-Aug-04 11:18 
GeneralRe: When to call .EndInvoke Pin
Judah Gabriel Himango11-Aug-04 4:16
sponsorJudah Gabriel Himango11-Aug-04 4:16 
GeneralRe: When to call .EndInvoke Pin
Heath Stewart10-Aug-04 11:31
protectorHeath Stewart10-Aug-04 11:31 
GeneralGetting a list of installed appliactions Pin
leifm10-Aug-04 10:20
leifm10-Aug-04 10:20 
GeneralRe: Getting a list of installed appliactions Pin
Nick Parker10-Aug-04 10:44
protectorNick Parker10-Aug-04 10:44 
GeneralRe: Getting a list of installed appliactions Pin
Heath Stewart10-Aug-04 11:33
protectorHeath Stewart10-Aug-04 11:33 
GeneralA problem in DataGrid Pin
ImanMahmoud10-Aug-04 9:25
ImanMahmoud10-Aug-04 9:25 
GeneralComboboxes and Tooltips Pin
fozzwald10-Aug-04 9:10
fozzwald10-Aug-04 9:10 
GeneralHook up a static object to the Property Grid Pin
matthias s.10-Aug-04 8:54
matthias s.10-Aug-04 8:54 
GeneralRe: Hook up a static object to the Property Grid Pin
Nick Parker10-Aug-04 10:39
protectorNick Parker10-Aug-04 10:39 

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.