Description:
Microsoft Visual Basic newsgroup.
|
|
|
I Need a Program to Deliver My Installation Package to a Windows\Temp Folder
|
| |
I have a self-sufficient installation package, but I need a delivery program that will get through the Vista/7 protections and dump the package in a Windows Temp folder, then kickoff my installation package by running Setup.exe. That it -- after doing that it should go away. Seems like a simple task, but I can't find a free program that will do... more »
|
|
PC Time Update From Internet
|
| |
I would like a VB6 app that will cause the PC to get updated to internet time. Is there an API to do this? I found nothing while searching but probably do not know the terminology to search for.
|
|
Comments on code signing
|
| |
Folks So I purchased a digital code signing certificate. $99 USD per year at [link] Once I got the certificate I spent an hour and a half searching and searching for the right tool. At first I was looking for codesign and then was looking for signcode. I ended up with about 20 browser... more »
|
|
Creating a self deleting executable using .NET
|
| |
I am trying to create an application for the Windows Mobile 5.0 (or higher) platform. One of the features of the application is that it has a panic button that automatically closes down the application and deletes the executable. I have been trying to find a technical solution for this feature but it has... more »
|
|
Index Tabs
|
| |
I was wondering if it were possible to have a form with index tabs on the side that would behave like contol buttons. These tabs would open a section of a document. An example would be a patient file where section one would be personal information, section two would be medical information, section three... more »
|
|
Read File Properties
|
| |
How would I read the file version properties of a standard DLL? In particular I need the company name property from VISA32.dll. VISA32.dll is a standardized Virtual Instrumentation Software Architecture function library that is published by several manufacturers. I need the manufacturer name of the *installed* library.... more »
|
|
Setting CPU Affinity - Hyperthread CPU
|
| |
Is it possible to set CPU affinity on hyperthreaded cores from VB6? I can set real cores but not Intel HyperThreded ones, there must be something extra/different I need to do? Hints, Tips, URLs appreciated! Ed
|
|
Thoughts on Collections
|
| |
I have a class where I would like to store UDTs in collections, but since the class is private I can't do that. This is a class to organize data and make it easily searchable. What I've come up with as the simplest approach to what I need is a collection that holds collections. The main collection might hold up to... more »
|
|
Snapshot of screen
|
| |
Hi VB lovers, I'm using the following code to get a snapshot of the screen in a StdPicture object. [link] However my problem is I need to get the space used (no of bytes) by the image in memory. Is this possible? If not I would like to convert the image... more »
|
|
ODBC driver error with Visual Foxpro Version 9
|
| |
We have a VB6 application that works fine up to version 6 when using Microsoft Visual Foxpro driver (6.01.8629.01) to connect to a .dbf file . With Visual Foxpro version 9 (driver version 1.00.02.00) run on XP it gives the error message: [Microsoft][ODBC Driver Manager] Driver does not support this function. Is... more »
|
|
|