Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
GeneralRe: picking random colors Pin
Heath Stewart26-Jun-04 14:05
protectorHeath Stewart26-Jun-04 14:05 
GeneralRe: picking random colors Pin
Karl 200027-Jun-04 7:31
Karl 200027-Jun-04 7:31 
GeneralGet domain name the machne has been logged into Pin
michalJ25-Jun-04 10:07
michalJ25-Jun-04 10:07 
GeneralRe: Get domain name the machne has been logged into Pin
Heath Stewart25-Jun-04 10:23
protectorHeath Stewart25-Jun-04 10:23 
GeneralC++ to C# - Dragging nightmare Pin
TylerBrinks25-Jun-04 8:07
TylerBrinks25-Jun-04 8:07 
GeneralRe: C++ to C# - Dragging nightmare Pin
Heath Stewart25-Jun-04 8:43
protectorHeath Stewart25-Jun-04 8:43 
GeneralRe: C++ to C# - Dragging nightmare Pin
TylerBrinks25-Jun-04 9:17
TylerBrinks25-Jun-04 9:17 
GeneralRe: C++ to C# - Dragging nightmare Pin
Heath Stewart25-Jun-04 9:50
protectorHeath Stewart25-Jun-04 9:50 
That's a simple problem, and that VB control won't help you. Download and install the Platform SDK if you don't have it already. Search for the GUIDs. I personally use GViM (Graphics VI iMproved) with a tags file created for each INCLUDE. This makes it fast to find things like this.

The interfaces you mentioned are documented in the Platform SDK, and you can always look at their declaration in the header files (which gives you the order of methods so you can get the VTBL order right for IUnknown-inheritted or dual interfaces. I do it all the time with poorly documented interfaces or to find orders or to find the pre-proc defs or GUIDs for anything.

 

Microsoft MVP, Visual C#
My Articles
GeneralDll Merge Pin
Visionsoft25-Jun-04 8:05
Visionsoft25-Jun-04 8:05 
GeneralRe: Dll Merge Pin
Heath Stewart25-Jun-04 8:38
protectorHeath Stewart25-Jun-04 8:38 
GeneralRe: Dll Merge Pin
leppie25-Jun-04 9:37
leppie25-Jun-04 9:37 
GeneralRe: Dll Merge Pin
Heath Stewart25-Jun-04 10:19
protectorHeath Stewart25-Jun-04 10:19 
Questionie control and ASP.NET not behaving? Pin
LongRange.Shooter25-Jun-04 5:10
LongRange.Shooter25-Jun-04 5:10 
AnswerRe: ie control and ASP.NET not behaving? Pin
Heath Stewart25-Jun-04 6:20
protectorHeath Stewart25-Jun-04 6:20 
GeneralExtended Ascii Encoding Pin
zainu25-Jun-04 2:46
zainu25-Jun-04 2:46 
GeneralRe: Extended Ascii Encoding Pin
Heath Stewart25-Jun-04 5:42
protectorHeath Stewart25-Jun-04 5:42 
GeneralRe: Extended Ascii Encoding Pin
zainu25-Jun-04 19:50
zainu25-Jun-04 19:50 
GeneralRe: Extended Ascii Encoding Pin
Heath Stewart26-Jun-04 14:02
protectorHeath Stewart26-Jun-04 14:02 
GeneralRe: Extended Ascii Encoding Pin
yosr20-Jan-13 1:33
yosr20-Jan-13 1:33 
GeneralRe: Extended Ascii Encoding Pin
Hovik Melkomian7-Jul-04 22:56
Hovik Melkomian7-Jul-04 22:56 
GeneralRe: Extended Ascii Encoding Pin
Heath Stewart8-Jul-04 3:45
protectorHeath Stewart8-Jul-04 3:45 
Generaltext encoding Pin
amatyasik25-Jun-04 2:01
amatyasik25-Jun-04 2:01 
GeneralRe: text encoding Pin
zainu25-Jun-04 2:53
zainu25-Jun-04 2:53 
GeneralRe: text encoding Pin
amatyasik25-Jun-04 2:56
amatyasik25-Jun-04 2:56 
Generalc# query biulder Pin
Member 114126625-Jun-04 1:46
Member 114126625-Jun-04 1:46 

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.