John Sibly

3,077
Reputation
260 views

Registered User

Name John Sibly
Member for 1 year
Seen 2 hours ago
Website
Location London
Age 29
Software Engineer based in London
Nov
27
accepted VS2008, Windows Mobile Installer project
Nov
16
awarded  Popular Question
Nov
14
revised What is the best client from Windows to Mac for VNC?
Added link to download page
Nov
11
revised WCF MSMQ - How do I handle message failure
Fixed attribute name
Nov
11
answered Getting latitude and longitude without a GPS (Windows Mobile)
Nov
10
comment C# - get event from SetWindowText
Great stuff. It's the .NET equivalent to sub-classing a window using MFC or the Win32 API
Nov
10
accepted C# - get event from SetWindowText
Nov
10
answered C# - get event from SetWindowText
Nov
10
revised X509 guide/tutorial in C#
Extra info
Nov
10
answered X509 guide/tutorial in C#
Nov
5
accepted Calling 32bit Code from 64bit Process
Nov
5
answered How to remember to use return value?
Nov
4
answered BlackBerry JAR file problem
Nov
4
accepted Print a GUID variable
Nov
4
awarded  Cleanup
Nov
4
revised Print a GUID variable
added description of data4
Nov
4
revised Print a GUID variable
Added example
Nov
4
answered Print a GUID variable
Nov
3
accepted how to obtain code from repository using WinCvs
Nov
3
answered how to obtain code from repository using WinCvs
Oct
30
awarded  Popular Question
Oct
27
awarded  Notable Question
Oct
23
accepted How to get window handle from a CDialog derived class ?
Oct
23
answered How to get window handle from a CDialog derived class ?
Oct
20
comment “Don’t show this again” option in message boxes
You might also consider setting a flag in the registry (under HKEY_CURRENT_USER) to ignore the dialog for the current Windows user
Sep
23
accepted Hows does a windows color get calculated from ARGB.
Sep
22
comment Hows does a windows color get calculated from ARGB.
Essentially yes - as Alexandre showed the disassembled code is very similar. The idea of OLE Color is that it can include a flag indicating that the colour is a system colour, such as "button face". Since these may appear differently on different operating systems/themes they would be useful if you want to make your application match the current windows theme. If they don't include a flag then they'll behave just like a Win32 colour.
Sep
22
answered Hows does a windows color get calculated from ARGB.
Sep
22
revised C#: How do I get the path of the assembly the code is in?
deleted 9 characters in body
Sep
18
comment Control Windows sound volume
In our situation the volume would drop/increase when the focus changes. As you suggested, the only way of increasing the volume while maintaining the volume of other applications in this situation would be to increase the volume of your underlying audio data. The Vista sound architecture is a major step forwards in this respect.
Sep
18
answered bare minimum you need to work for an opensource project
Sep
18
accepted What’s the point of _MERGE_PROXYSTUB?
Sep
18
answered Control Windows sound volume
Sep
18
revised Being Able to Debug a WinForms Application and Avoid the GUI from Freezing
More detail
Sep
18
answered Being Able to Debug a WinForms Application and Avoid the GUI from Freezing
Sep
18
answered What’s the point of _MERGE_PROXYSTUB?
Sep
18
answered Debugging 64-bit C++ from 64-bit .NET Code - how?
Sep
17
revised Writing to binary file in C++ and C#
Added code formatting
Sep
17
comment Can windows detect when a monitor, mouse, keyboard is disconnected?
Which language are you using?
Sep
17
revised Can windows detect when a monitor, mouse, keyboard is disconnected?
fixed grammer
Sep
17
revised How to register form for WM_DEVICECHANGE message in windows mobile
Extra link and sample app
Sep
17
revised Can windows detect when a monitor, mouse, keyboard is disconnected?
Added another link
Sep
17
answered How to register form for WM_DEVICECHANGE message in windows mobile
Sep
17
answered Can windows detect when a monitor, mouse, keyboard is disconnected?
Sep
10
awarded  Good Question
Aug
27
comment Two basic question about compiling and libraries
What platform are you using? If Windows I'd suggest building a static library or DLL from which you can link to from external code, but these are Windows specific
Aug
27
answered How to solve the following problem in VC++
Aug
26
comment context menu parent?
Have you considered using a combo box? This might be more intuitive for your users to understand
Aug
24
revised What are some 3D games written in C#?
More links
Aug
24
answered What are some 3D games written in C#?