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

C#

 
QuestionOutlook COM Add-in HOW-TO? Pin
Adrian Hall17-Dec-03 13:12
Adrian Hall17-Dec-03 13:12 
GeneralRichTextBox Problem Pin
eranas17-Dec-03 8:21
eranas17-Dec-03 8:21 
GeneralRe: RichTextBox Problem Pin
Heath Stewart17-Dec-03 8:34
protectorHeath Stewart17-Dec-03 8:34 
GeneralRe: RichTextBox Problem Pin
eranas21-Dec-03 1:19
eranas21-Dec-03 1:19 
GeneralC# Long to C++ Long Pin
Tristan Rhodes17-Dec-03 5:15
Tristan Rhodes17-Dec-03 5:15 
GeneralRe: C# Long to C++ Long Pin
Member 26118817-Dec-03 5:28
Member 26118817-Dec-03 5:28 
GeneralRe: C# Long to C++ Long Pin
Alvaro Mendez17-Dec-03 5:36
Alvaro Mendez17-Dec-03 5:36 
GeneralRe: C# Long to C++ Long Pin
Heath Stewart17-Dec-03 6:48
protectorHeath Stewart17-Dec-03 6:48 
Actually, be careful with uint. It's not CLS-compliant and you should try to avoid those. I have almost always used int for DWORD with absolutely no problems. Microsoft does the same throughout the BCL, too. While DWORD's can't be negative, the bit representation is still the same so even passing a negative int to a DWORD in some native function works.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: C# Long to C++ Long Pin
leppie17-Dec-03 7:15
leppie17-Dec-03 7:15 
GeneralRe: C# Long to C++ Long Pin
Heath Stewart17-Dec-03 8:32
protectorHeath Stewart17-Dec-03 8:32 
GeneralSearch in C# files Pin
Mike Osbahr17-Dec-03 3:40
Mike Osbahr17-Dec-03 3:40 
GeneralRe: Search in C# files Pin
Heath Stewart17-Dec-03 5:03
protectorHeath Stewart17-Dec-03 5:03 
GeneralRe: Search in C# files Pin
Kentamanos17-Dec-03 16:36
Kentamanos17-Dec-03 16:36 
GeneralRe: Search in C# files Pin
Heath Stewart18-Dec-03 2:53
protectorHeath Stewart18-Dec-03 2:53 
GeneralScope Pin
Ken Galer17-Dec-03 2:32
Ken Galer17-Dec-03 2:32 
GeneralRe: Scope Pin
Philip Fitzsimons17-Dec-03 2:42
Philip Fitzsimons17-Dec-03 2:42 
GeneralRe: Scope Pin
Ken Galer17-Dec-03 3:10
Ken Galer17-Dec-03 3:10 
GeneralRe: Scope Pin
Member 26118817-Dec-03 5:04
Member 26118817-Dec-03 5:04 
GeneralRe: Scope Pin
Heath Stewart17-Dec-03 5:01
protectorHeath Stewart17-Dec-03 5:01 
GeneralRe: Scope Pin
Ken Galer17-Dec-03 6:35
Ken Galer17-Dec-03 6:35 
GeneralRe: Scope Pin
Heath Stewart17-Dec-03 6:43
protectorHeath Stewart17-Dec-03 6:43 
QuestionSerialize WebControls.Unit class? Pin
milkydb16-Dec-03 23:54
sussmilkydb16-Dec-03 23:54 
AnswerRe: Serialize WebControls.Unit class? Pin
Heath Stewart17-Dec-03 4:59
protectorHeath Stewart17-Dec-03 4:59 
GeneralType.GetInterface Method Pin
Jinwah16-Dec-03 23:30
Jinwah16-Dec-03 23:30 
GeneralRe: Type.GetInterface Method Pin
Heath Stewart17-Dec-03 4:55
protectorHeath Stewart17-Dec-03 4:55 

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.