| Thread | Last Post | Replies |
|
| Terminate Process | 31 May 2008 11:26 GMT | 2 |
Hello,is possible know when an user kill the process (not the aplication) from the task manager or qith the taskkill command ?? If terminate aplication fires in my vb program then queryunload event but if terminate process not.
|
| DhcpRequestParams from dhcpcsvc.dll | 30 May 2008 11:58 GMT | 9 |
I found old threads about this but not any solved one. I want to retrieves DHCP options from my vb6 program (option 66 for exemple). Start point seems to be the DhcpRequestParams but I didn't find any
|
| screen recording | 27 May 2008 22:49 GMT | 2 |
required free vb 6 source code for screen recording
|
| problem using sdk | 27 May 2008 22:48 GMT | 13 |
I have an sdk that I need to use (secbank.dll to access the Biometrika Fx3000 fingerprint scanner) I have had to covert from the 'C' header file sample into a VB DLL function, but I've obviously go it wrong because Access keeps on
|
| MSFT API links broken | 22 May 2008 09:09 GMT | 6 |
I am finding that ALL of my bookmarks to API reference material at MSFT are no longer valid For example http://msdn.microsoft.com/en-us/library/ms123402.aspx
|
| Declarations for IcmpSetTimeout | 21 May 2008 09:51 GMT | 1 |
Hi, I've been looking for the declaration for IcmpSetTimeout everywhere, but can't find it for VB. Does anyone know how to declare it? Thank you very much,
|
| User control | 20 May 2008 20:02 GMT | 2 |
please, could you help me with the such deal: i need to create User control(Windowless) with dynamically created Edit box within it. Edit box must be created via calling "CreateWindowEx" function. But i can't display it on my User control.
|
| Is there a message for ListView equivalent to LB_SETTOPINDEX for ListBox? | 20 May 2008 07:54 GMT | 1 |
Is there a message for ListView equivalent to LB_SETTOPINDEX for ListBox? The following is in Load event; With lvwOutput hwndLVOutput = .hwnd
|
| exe vb = service xp | 18 May 2008 10:08 GMT | 2 |
Hello,is possible add an exe make in vb to the list of services of xp ??? And mark the service for not down ??? Thanks in advance.
|
| API to return a folder's type: <SYMLINKD> or <JUNCTION> | 17 May 2008 02:00 GMT | 1 |
Anyone know of an api that will return whether a folder is a true folder or is actually a symbolic link/junction? Perhaps an API that returns folder properties?
|
| Hooking WM_NCHITTEST or Usercontrol does not affect Left and Top | 16 May 2008 17:13 GMT | 6 |
I am having a few issues when hooking WM_NCHITTEST in VB6 then reading the new values given to Left and Top of a Usercontrol. My Windows hook returns HTCAPTION for WM_NCHITTEST when the user clicks on the Usercontrol. This has the affect of moving the
|
| iPhone/iTouch graphics | 14 May 2008 07:55 GMT | 1 |
Has anybody seen any examples of iTouch or iPhone style UI graphics done in VB? I am working on a personal jukebox (mp3 player) and would like to implement an album/track display which is similar to the iTouch/
|
| Invalid handle after calling LsaQueryInformationPolicy | 13 May 2008 22:01 GMT | 4 |
I am trying to programmatically turn on auditing for our users so that we can use event viewer to trace DCOM issues. These users are not computer savvy and we need to do as much programmatically for them as possible.
|
| CreateProcessAsUser for creating processes without Vista UAC pop-u | 09 May 2008 10:02 GMT | 5 |
I have been using CreateProcessAsUser for creating processes (e.g. notepad, etc) which works all fine on all Windows OS except in Vista, which gives me a UAC pop-up before it opens the actual application.
|
| ShellExecute not working with Adobe reader 8 | 09 May 2008 09:00 GMT | 1 |
i hava a VB application that is used to run different application by using ShellExecute. These applications also includes Adode reader to open .pdf files. The application is working fine with Adode reader 7 till now but after the installation of Adobe reader 8 the
|