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

C#

 
AnswerRe: Listbox with tooltips? Pin
Nnamdi Onyeyiri1-Aug-02 2:50
Nnamdi Onyeyiri1-Aug-02 2:50 
GeneralRe: Listbox with tooltips? Pin
Nish Nishant1-Aug-02 6:10
sitebuilderNish Nishant1-Aug-02 6:10 
GeneralRe: Listbox with tooltips? Pin
Nnamdi Onyeyiri1-Aug-02 9:54
Nnamdi Onyeyiri1-Aug-02 9:54 
GeneralWeb Services Implementation Guide Pin
Stanford Powers31-Jul-02 18:32
sussStanford Powers31-Jul-02 18:32 
GeneralMaking a button in C#/.NET the Default for the form Pin
31-Jul-02 13:03
suss31-Jul-02 13:03 
GeneralRe: Making a button in C#/.NET the Default for the form Pin
rift31-Jul-02 14:03
rift31-Jul-02 14:03 
GeneralCreating a Microsoft Word plugin ! Pin
Maerlin31-Jul-02 4:36
Maerlin31-Jul-02 4:36 
QuestionWhat does the GCHandle object? Pin
Anonymous30-Jul-02 23:13
Anonymous30-Jul-02 23:13 
Can everyone explain me the following lines?
<br />
GCHandle handle = GCHandle.Alloc( savedArray, GCHandleType.Pinned );<br />
int scan0 = (int) handle.AddrOfPinnedObject();<br />
scan0 += (h - 1) * stride;<br />
Bitmap b = new Bitmap( w, h, -stride, PixelFormat.Format24bppRgb, (IntPtr) scan0 );<br />
handle.Free();<br />

What does the GCHandle object? Can I use the "fixed" keyword instead, to get the adress of "savedArry"?
AnswerRe: What does the GCHandle object? Pin
Eric Gunnerson (msft)31-Jul-02 6:54
Eric Gunnerson (msft)31-Jul-02 6:54 
GeneralRe: What does the GCHandle object? Pin
Anonymous31-Jul-02 9:50
Anonymous31-Jul-02 9:50 
GeneralRe: What does the GCHandle object? Pin
Eric Gunnerson (msft)31-Jul-02 10:35
Eric Gunnerson (msft)31-Jul-02 10:35 
GeneralMessages not reaching WndProc Pin
Kastro30-Jul-02 19:11
Kastro30-Jul-02 19:11 
GeneralRe: Messages not reaching WndProc Pin
Kastro30-Jul-02 19:51
Kastro30-Jul-02 19:51 
QuestionHow do I hide a property from the property window? Pin
Ray Cassick30-Jul-02 18:42
Ray Cassick30-Jul-02 18:42 
AnswerRe: How do I hide a property from the property window? Pin
Andy Smith30-Jul-02 19:42
Andy Smith30-Jul-02 19:42 
GeneralRe: How do I hide a property from the property window? Pin
Ray Cassick31-Jul-02 2:41
Ray Cassick31-Jul-02 2:41 
GeneralRe: How do I hide a property from the property window? Pin
Ray Cassick31-Jul-02 18:49
Ray Cassick31-Jul-02 18:49 
GeneralRe: How do I hide a property from the property window? Pin
Nathan Blomquist1-Aug-02 1:27
Nathan Blomquist1-Aug-02 1:27 
QuestionBug in VS.NET? Pin
Johnny Zee30-Jul-02 10:01
sussJohnny Zee30-Jul-02 10:01 
AnswerRe: Bug in VS.NET? Pin
Johnny Zee1-Aug-02 2:49
sussJohnny Zee1-Aug-02 2:49 
GeneralThe Web Service FREEZE the App Pin
laphijia30-Jul-02 9:05
laphijia30-Jul-02 9:05 
GeneralRe: The Web Service FREEZE the App Pin
James T. Johnson30-Jul-02 16:56
James T. Johnson30-Jul-02 16:56 
GeneralLate binding to objects... Pin
Ryan Cromwell30-Jul-02 7:47
Ryan Cromwell30-Jul-02 7:47 
GeneralRe: Late binding to objects... Pin
Andy Smith30-Jul-02 8:34
Andy Smith30-Jul-02 8:34 
GeneralRe: Late binding to objects... Pin
Ryan Cromwell30-Jul-02 8:44
Ryan Cromwell30-Jul-02 8:44 

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.