First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Sample button bar code crashes VB6
Folks I've been wanting to add a button bar/tool bar/whatever you call it to my utility to jazz up the interface. Yeah, I know it's eye candy but hey... So I found this neat sample code which works great in the IDE. http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=71482&lngWId=1 I commissioned a se... 26 Jun 2010 19:36
I need to convert hex colors from Photoshop to something usablein GDI
Jeff Johnson wrote: "John Smith" <spam(a)not-a-real-domain-name.com> wrote in message news:OxG92oYDLHA.5476(a)TK2MSFTNGP06.phx.gbl... Here's what my color values look like now: DrawBorder hdc, rct, lPnt, hPen, 10999801 If I replace the value above (10999801) with a value converted from hex to... 17 Jun 2010 17:54
How to MSChart updates work in VB5?
I tried to update a MSChart in a subroutine, but I don't get updates while the routine is running. The subroutine aquired more data and tries to update the chart, but I did not get a redisplay of the chart till the subroutine ended. I can get visible updates using a timer. I tired everything I knew about or c... 21 Jun 2010 09:08
Determing the public IP address of an RDP client
Folks So I'm interested in figuring out the public IP address of an RDP client. I found a thread tehat explains how to get the clients IP address. http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thread/thread/fce6ffe2eb96c5e5/14ec4ad477ab9b57 But if it's behind a router, such as my ... 19 Jun 2010 22:11
Distinguish local versus domain user account?
Is there a definitive test for whether the current user on a machine is operating under a local account or a domain account? I can see numerous ways to infer such a distinction, but nothing (in the API realm) that directly tells you this unambiguously. I suppose the LOGONSERVER environment variable is a prett... 17 Jun 2010 22:18
I need to convert hex colors from Photoshop to something usable in GDI
"John Smith" <spam(a)not-a-real-domain-name.com> wrote in message news:OxG92oYDLHA.5476(a)TK2MSFTNGP06.phx.gbl... Here's what my color values look like now: DrawBorder hdc, rct, lPnt, hPen, 10999801 If I replace the value above (10999801) with a value converted from hex to decimal it draws an entir... 16 Jun 2010 17:44
I need to convert hex colors from Photoshop to something usable inGDI
Here's what my color values look like now: DrawBorder hdc, rct, lPnt, hPen, 10999801 If I replace the value above (10999801) with a value converted from hex to decimal it draws an entirely different color. How can I accurately convert colors? Thank you ... 16 Jun 2010 16:37
Stuck in serial communication with Fire Alarm System
Hi all. I'm writing a program which is connected to Fire Alarm System via serial port. The Fire Alarm System will send me data like shown below. COMMON TRBL RST :: 22:18:50 16/06/2010 P:06 C:02 D:0137 Z6-4-9_BV_CLOSED 4S Corridor COMMON TRBL ACT :: 22:18:50 16/06/2010 P:06 C:02 D:0137 Z6-4-9_BV_C... 22 Jun 2010 05:01
Clear debug window
I am trying to create a function to clear the immediate window from my running code. I figured I would simply get the hWnd of the window and send the appropriate keystrokes. Well it seems it aint that simple. I am able to get the handle to the window and send the appropriate messages (keystrokes) to the wind... 18 Jun 2010 11:21
Format$ function
I have noticed that when: sVar = hex$(a byte value) ' value is within 0..255 debug.print Format$(sVar, "00") if the value of sVar is like 1a, 2a, 3a, 4a, ... 9a the return value is "00", while if it is any other hex value, it is properly returned. Can anyone please explain me if it some problem ... 16 Jun 2010 11:04
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31