Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: Win32_Process Pin
Dave Kreskowiak13-Feb-05 17:51
mveDave Kreskowiak13-Feb-05 17:51 
GeneralRe: Win32_Process Pin
skrishnasarma13-Feb-05 22:39
skrishnasarma13-Feb-05 22:39 
GeneralC# solution compiler Pin
mikker_12310-Feb-05 15:30
mikker_12310-Feb-05 15:30 
GeneralRe: C# solution compiler Pin
Andy Brummer10-Feb-05 16:23
sitebuilderAndy Brummer10-Feb-05 16:23 
GeneralPassing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Muhammad Nadir Khan10-Feb-05 15:30
Muhammad Nadir Khan10-Feb-05 15:30 
GeneralRe: Passing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Dave Kreskowiak11-Feb-05 4:11
mveDave Kreskowiak11-Feb-05 4:11 
GeneralRe: Passing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Muhammad Nadir Khan14-Feb-05 5:24
Muhammad Nadir Khan14-Feb-05 5:24 
GeneralRe: Passing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Dave Kreskowiak14-Feb-05 11:10
mveDave Kreskowiak14-Feb-05 11:10 
This is code from Wine! A Win32 emulation library for Linux. God only knows what FIX32 and WTPKT types really are. Have fun with this one, this is as far as I can take it. There was a mistake near the bottom, lcSysMode is listed as a BOOL type and you had it as an integer.
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto )]
public struct LOGCONTEXT 
{
[ MarshalAs( UnmanagedType.ByValTStr, SizeConst = 40 )] public string lcName;
public uint lcOptions;
public uint lcStatus;
public uint lcLocks;
public uint lcMsgBase;
public uint lcDevice;
public uint lcPktRate;
public uint lcPktData;
public uint lcPktMode;
public uint lcMoveMask;
public int lcBtnDnMask;
public int lcBtnUpMask;
public int lcInOrgX;
public int lcInOrgY;
public int lcInOrgZ;
public int lcInExtX;
public int lcInExtY;
public int lcInExtZ;
public int lcOutOrgX;
public int lcOutOrgY;
public int lcOutOrgZ;
public int lcOutExtX;
public int lcOutExtY;
public int lcOutExtZ;
public uint lcSensX;
public uint lcSensY;
public uint lcSensZ;
public bool lcSysMode;
public int lcSysOrgX;
public int lcSysOrgY;
public int lcSysExtX;
public int lcSysExtY;
public uint lcSysSensX;
public uint lcSysSensY;
}



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Passing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Muhammad Nadir Khan16-Feb-05 8:36
Muhammad Nadir Khan16-Feb-05 8:36 
GeneralRe: Passing window handle from 'Form' class to a winapi function (WTOpen of wintab32.dll) Pin
Dave Kreskowiak16-Feb-05 10:01
mveDave Kreskowiak16-Feb-05 10:01 
GeneralOctal numbers in C# Pin
S. Senthil Kumar10-Feb-05 14:49
S. Senthil Kumar10-Feb-05 14:49 
GeneralRe: Octal numbers in C# Pin
Dave Kreskowiak11-Feb-05 4:06
mveDave Kreskowiak11-Feb-05 4:06 
GeneralRe: Octal numbers in C# Pin
S. Senthil Kumar11-Feb-05 7:12
S. Senthil Kumar11-Feb-05 7:12 
GeneralRe: Octal numbers in C# Pin
Dave Kreskowiak11-Feb-05 9:09
mveDave Kreskowiak11-Feb-05 9:09 
GeneralScroll To Caret For exterior TextBox Scrolling Pin
SubterII10-Feb-05 13:35
SubterII10-Feb-05 13:35 
GeneralRe: Scroll To Caret For exterior TextBox Scrolling Pin
Dave Kreskowiak11-Feb-05 3:59
mveDave Kreskowiak11-Feb-05 3:59 
GeneralPlaying wav sounds in a .NET Web App Pin
Anonymous10-Feb-05 13:29
Anonymous10-Feb-05 13:29 
GeneralRe: Playing wav sounds in a .NET Web App Pin
Christian Graus10-Feb-05 14:22
protectorChristian Graus10-Feb-05 14:22 
GeneralRe: Playing wav sounds in a .NET Web App Pin
Dave Kreskowiak11-Feb-05 3:54
mveDave Kreskowiak11-Feb-05 3:54 
GeneralRe: Playing wav sounds in a .NET Web App Pin
Christian Graus13-Feb-05 19:28
protectorChristian Graus13-Feb-05 19:28 
GeneralRe: Playing wav sounds in a .NET Web App Pin
Dave Kreskowiak11-Feb-05 3:53
mveDave Kreskowiak11-Feb-05 3:53 
GeneralBuilding a treeview from an object graph (reflection) Pin
Rein Petersen10-Feb-05 11:19
Rein Petersen10-Feb-05 11:19 
GeneralFile Compression Pin
Shady Aly10-Feb-05 10:58
Shady Aly10-Feb-05 10:58 
GeneralRe: File Compression Pin
therealmccoy10-Feb-05 11:19
therealmccoy10-Feb-05 11:19 
GeneralRe: File Compression Pin
mikker_12310-Feb-05 15:43
mikker_12310-Feb-05 15:43 

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.