| Thread | Last Post | Replies |
|
| API to get network login | 11 Feb 2005 15:23 GMT | 6 |
Can someone tell me if there is an API function to get the nt network login name from a VB6 application. Thanks Ellie
|
| Renaming a forder in FSO | 11 Feb 2005 14:55 GMT | 1 |
I have to rename a folder by using FSO. Can i rename it without creating a new folder and moving the files to the new location and deleting the existing folder. Is there a direct way to rename a folder ?
|
| Checking for domain groups | 11 Feb 2005 13:12 GMT | 1 |
I'm trying to determine if a user is a member of a domain group and I'm having some trouble with some code. I'm getting an automation error invalid syntax on the
|
| Force processor to equally spend time between clients ? | 11 Feb 2005 12:46 GMT | 6 |
I have a main application that calls an ActiveX DLL (prWinsockWrapper.dll) which contains a form with winsock control and a public class (clsWinsockMain). The control events are wrapped into the clsWinsockMain.
|
| Total Newb! | 11 Feb 2005 10:48 GMT | 5 |
How do you make text flash? Say when i click on an image for instance, i want the text in a label to start flashing? TIA
|
| Nunit Multiple Test Fixture Setups Teardowns in VB.net | 11 Feb 2005 03:09 GMT | 1 |
I have been recently been putting together a test environment for a mutiple Project Visual Studio Solution. The test environment is declared as a separate Project 'TestEnvironment' and within this I have a folder representing each Project of the Solution.
|
| ParamArray | 11 Feb 2005 02:19 GMT | 3 |
We want to put the whole paramarray cellset to an array. Is this possible in VB. Dim MembersTest() As variant MembersTest=ParamArray
|
| change/remove selected node backcolor in treeview | 11 Feb 2005 02:14 GMT | 1 |
I would like to change or remove the selected node backcolor in a treeview. It currently changes it to blue but I woulike like to disable that. I can't find a property, is there a way to do this? Thanks
|
| How to generate PDF File? | 11 Feb 2005 01:13 GMT | 10 |
Is there a PDF VB control available or do I just need to have the Adobe product installed? Thanks. Greg Teets
|
| Interaction with a text interface | 11 Feb 2005 00:59 GMT | 2 |
I need to know how I can accomplish this. The company I am working for uses an old program with a text interface. This interface talks to a database that I have no access to. This interface is similar to a Dos command prompt. You type in commands and the interface displays ...
|
| Scroll bar on Forms | 11 Feb 2005 00:51 GMT | 7 |
I have some forms that are rather long in a program. If the screen resolution is correct or the screen is large enough, a user can see the entire form. However if the resolution is too large or they have a small screen the user cannot see the fields at the bottom of the form.
|
| Migrate Microsoft Application (Visual basic) Apps to Unix O.S | 11 Feb 2005 00:45 GMT | 4 |
How to migrate Microsoft Application (Visual basic) apps running under windows O.S. to Mac Machine thats using Unix Operating System.. Is it possible in Visual Basic 6.0 ?? Is it practically possible in .Net framework 1.1??
|
| Lat, Long coordinates | 11 Feb 2005 00:37 GMT | 4 |
Hi, I would like to know if its possible to display coordinates of geoRef Tiff image in Lat, Long Coordinates under mouse_move Event in Visual Basic 6...
|
| Can I make an Operator(and/or) into a variable? | 11 Feb 2005 00:36 GMT | 5 |
I have... If InStr(.TextMatrix(intRowCntr, intSearchCol1), strSearch1) > 0 And _ InStr(.TextMatrix(intRowCntr, intSearchCol2), strSearch2) > 0
|
| API - GetLastInputInfo problem | 10 Feb 2005 23:11 GMT | 2 |
I'm trying to implement the API call for GetLastInputInfo but i'm having problem to make it run correctly. this is what I have: Private Declare Function GetTickCount Lib "kernel32" () As Long
|