|
GPS Info VB6 I have a Sprint USB U720 data dongle that has both internet and GPS access. I can use the app that comes with it to see lat and lon but I would like to use VB6 to query lat and lon from the code that interfaces the U720 USB device. Has anyone seen how to do this? ... 15 Jul 2008 02:03
I was dissed by Raymond Chen "Kevin Provance" <casey(a)tpasoft.com> skrev i meddelandet news:%23g8NRTe5IHA.2348(a)TK2MSFTNGP06.phx.gbl... http://blogs.msdn.com/oldnewthing/archive/2008/07/14/8730046.aspx Awesome, huh? I don't know whether to be insulted or thrilled. - Kev Choose thrilled, tastes much better :)) /Henn... 14 Jul 2008 17:51
What is this C++ "&" in VB6? Hi, can somebody tell me what this "&" (C++) means in VB6? I have the following code void OnWindowPosChanged(HWND hwnd, const WINDOWPOS *pwp) { if (pwp->flags & SWP_SHOWWINDOW) { window_was_shown(); } if (pwp->flags & SWP_HIDEWINDOW) { window_was_hidden(); } if (!(p... 14 Jul 2008 13:42
Making Registry Changes in HKEY_LOCAL_MACHINE & Vista Hello I am using Vista and need to make set values in HKEY_LOCAL_MACHINE category of the registry. This is not working in Vista but works in XP. I am using VB.NET I know you need to elevate the credentials of the application in Vista but dont know how to do that. Any sample code for the same would be apprec... 14 Jul 2008 08:32
Persist Types VB6SP6 What is the best way to persist a Type. Type may contain Control, Object, Variant, String, Long etc. Want to persist like WritePrivateProfileString or SaveSetting (save and delete too) using a Section and Key. Do not need too much speed. No sorting or searching required. ... 14 Jul 2008 17:51
Revise my code Would anybody here take a look at my code? I am experiencing an "out of memory" error, and I just can't find the error. It's a routine to build two memory DCs. I call this routine at every usercontrol resize event. If I resize the form often, the error occurs, so I guess I forgot something but what? Public Su... 14 Jul 2008 16:49
File write without linebreak Trying to write a string to file with the Write statement, but without getting a trailing linebreak. Sub test() Dim strFile As String Dim hFile As Long strFile = "C:\testing.txt" hFile = FreeFile Open strFile For Output As hFile Write #hFile, "test" Close #hFile End Sub Thi... 23 Jul 2008 14:20
ignore On Jul 6, 10:40 pm, grandmasterl...(a)googlemail.com wrote: stellenangebot hamburg arbeitsangebot deutschland Schweisser Schweißerin stellenangebote koeln stellenangebot pharma stellenangebote klinikum Werbetexter Werbetexterin stellenangebot wien stellenangebot mannheim + + + ARBEITSANGEBOTE I... 13 Jul 2008 03:52
Repost: OT - comment about spam in this and other newsgroups Please DO NOT post follow-ups TO the spam. No matter how funny YOU think you can be. The very existence of a thread makes it harder for those who are charged with identifying the spam for removal. Bob -- ... 13 Jul 2008 01:50
CRYPTO API I have looked at documentation about CAPICOM but still don't know how to use it to retrieve the signer information from a DLL and verify it. Please can someone help me and explain how to use it. It doesn't need to be CAPICOM, it can be the CRYPTO API. Thanks ... 12 Jul 2008 23:48 |