Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Question about a frame and two buttons
vb6 - 1 Apr 2006 9:24 PM - 12 messages
Hello all, I am trying to modify a program I downloaded from google. On the vb form there is a frame and two buttons. I want to delete the frame, but leave the buttons, but whenever I try to delete the frame, the buttons are deleted as well? ...
Score How can I show hidden files in FileListBox?
Javad - 1 Apr 2006 7:25 PM - 4 messages
How can I show hidden files in FileListBox? and what is the best "File Explorer" for my VB6 program? (I want to have a file-explorer in my program) Thank you! ...
Score See if file exists
WH - 1 Apr 2006 6:36 PM - 17 messages
What is te simplest way in VB6 to check if a file on the HD exists or not (for example C:\Photographs\mypicture.jpg). I can't find any method or function to check it. Thanks ...
Score VB6 Quick 2-D array
Renee - 1 Apr 2006 6:22 PM - 2 messages
I accidentally posted this Friday (31-March) in the BUGS ng. I'm reposting here where I originally intended this to be read. Group, I have a file I am reading into one long string using Get. The discrete pieces of data are tab-delimited, and each line ends in a CRLF ...
Score Converting a bitmap from 24 bits format to 8 bits format
Nour - 1 Apr 2006 5:47 PM - 5 messages
Hi, I am trying to do that in vb 6. I found a sample code on the net which was converting to 1 bit. I tried to change it to convert to 8 bits but couldn't get it done. ...
Score VB6 Compile date
Johan_Stäck - 1 Apr 2006 4:41 PM - 6 messages
Hello! I wonder: is there a way to get the compile date/time automatically included in my .exe so that it can be displayed in an about box etc? Now, I have an assign statement that I have to alter every time I ...
Score Question about Line / drawing graph
vb6 - 1 Apr 2006 11:18 AM - 5 messages
Hi, I need to plot a graph from a set of points. I looked in google and found that I can use or Line or mschart control. Since it looks easier to use Line I tried the following: Private Sub Form_Load() ...
Score Process Monitor CPU
Lorin - 1 Apr 2006 2:39 AM - 2 messages
I am writing a process monitor. Currently it can show the   Name of the Process   ID   Thread   Parent ID I need to get the CPU % just like Windows Task Manager. Mem Usage would be nice, but not necessary. ...
Score Compiling VB projects
Ivan Debono - 1 Apr 2006 2:01 AM - 5 messages
Hi all, Is there a way to compile vb6 projects through the command line using a batch file? What I require is that the projects are compiled using the default settings of the vbp and that I can change one or more conditional compilation ...
Score Assigning distinct sound playback device to each application
Simon - 1 Apr 2006 12:52 AM - 3 messages
Hi, Everyone! Suppose I am running several sound playing applications in Windows and I also have several sound playback devices (e.g. speakers, headphones, etc.). I know that each application may playback its sound on a distinct device. I do not have the source code of the applications, so ...
Score VB 6 ActiveX control deployment; VB 6 runtime dll compatibility
David Slee - 31 Mar 2006 10:11 PM - 2 messages
Please be kind as I'm new to VB 6.  I've created an VB 6 ActiveX control that will be deployed to our corporate Intranet. We have lots of vendor applications that rely on VB 6 runtime dlls. How do I distribute the ...
Score I need select which instance of a multiple running process
Waist - 31 Mar 2006 8:38 PM - 2 messages
I am using VB6. I need to look for a running app that may have more than one session currently running. If it has more than one session running, I need to modify one instance by looking into the perferences ...
Score Count # Rows Return From SQL Server?
Chris Moore - 31 Mar 2006 8:34 PM - 9 messages
I am using the following code to pull some data from a SQL Server table.  I need to know how to fin dout the # of rows that were returned.  Thanks With cn1         .Provider = "SQLOLEDB.1" ...
Score Starting a new Thread in VB6
Joy2006 - 31 Mar 2006 6:41 PM - 11 messages
In a simple VB6 Project, how do I start a new Thread? For e.g. I have a simple form which opens up a file and does some modification on it. I want to do this modification in a different ...
Score ComboBox Change event not firing
Darhl Thomason - 31 Mar 2006 6:02 PM - 7 messages
I have a combo box on my form that when I change the value, the Change event never fires.  Could someone please explain to me how this works?  I've read the help files and it seems like I'm doing it right. ...
Score How to move folder with files (.tif) to different directory?
elena - 31 Mar 2006 3:47 PM - 5 messages
Hi, All I have to move a number of subfolders to archive directory with all their context - .tif files, some of subfolders have up to 400 .tif files. The code below always return an error 70 Permission denied of the last subfolder. ...
Score Search Function
ayaari - 31 Mar 2006 3:46 PM - 2 messages
Hello, I am new at vb6 and programing, can some one help me to build a Function that serach text fied (a long text)  in a table on database, i succeed to build sql query that find exact expression, but what if the words are not in ...
Score OCX problem in VB Outlook AddIn
Rui Oliveira - 31 Mar 2006 3:41 PM - 2 messages
We have developed an Outlook AddIn and we what use an OCX on it. But when we use an OCX on it, appears an error after we close the Outlook. The OCX works like we desire. But when we close the Outlook appears a DDE ...
Score Calling functions dynamically
hardieca - 31 Mar 2006 3:23 PM - 7 messages
Hi, I've written an application in C# that needs to be converted to VB6. It's all pretty straight-forward, except I have a method in a base class that is inherited into all derived classes that first checks to ...
Score VBP saved without change
Matthis - 31 Mar 2006 11:26 AM - 4 messages
Hi, every time I open and compile one of my VB6 projects VB asks whether it should save the VBP file. If I do so, the file is saved without any changes, but the question comes again the next time I open the project. ...
Score reading harddisk serial number
ezelsari85 - 31 Mar 2006 10:53 AM - 2 messages
Hi all, Could you help me please to find out how to read the harddisk serial number in java ? Thanks a lot!! ...
Score How do I increment the cellnumber in VBA for Excel
den1s - 31 Mar 2006 5:33 AM - 3 messages
Hi, I would like the output of my code to start in "A1" and either store data laterally "B1", "C1" etc or vertically i.e. "A2", "A3" etc etc. could someone help me with the relevant command? ...
Score Test for open windows
RichG - 31 Mar 2006 4:13 AM - 5 messages
In VB 5 I could have a form named frmTest and open it with frmTest.Show Now in VB.net I have to Dim frm as New frmTest frm.show The problem is I only want one instance of frmTest open, not a new one each ...
Score Multiple DirectSound Buffers?
FrankAm - 31 Mar 2006 2:36 AM - 3 messages
Anybody know how to set up multiple secondary buffers in DirectSound, whereby I have 24 small wav files, and I want to marry each of them to their own buffer so that I do not need to first load each file before I ...
Score how to send email via outlook w/o confirmation window (vba)?
VB Newbie - 31 Mar 2006 1:33 AM - 8 messages
greetings pros, im wondering how can i send an email via outlook using vb6 without prompting the Outlook's confirmation window?  or is there any way? thanks in advannce, VB Newbie ...
Score Shortcut Key
Tim Baur - 30 Mar 2006 9:05 PM - 4 messages
I just ran across a shortcut key in the VB6 IDE that many of you may know, but was new to me.  When modifying a control property in the design window, select the control so it has focus.  Now, to quickly go to that control's ...
Score How to make GUI app to run as a process.....
Jack - 30 Mar 2006 8:26 PM - 8 messages
How to make GUI application to run as a process (to be seen by TaskManager as a process under Processes tab but not being listed under Applications tab)? Of course in that case GUI will not be visible. Is that possible? ...
Score Printing Only Selected rows in FlexGrid
SteveC - 30 Mar 2006 6:20 PM - 5 messages
I have no problem printing the entire contents of a Flexgrid,but I have yet to figure out how to print only selected rowsand the selected rows may not be row 4,5 6 etc, they may be row 7,15,16 20,30 etc..Selecting ...
Score Serilization of custom object
Squigge - 30 Mar 2006 5:09 PM - 7 messages
Hello, I've been trying to serialize a custom object for transfer to a web services and I'm running into a lot of problems. First of all, I'm wanting to serialize the entire object, both private and public ...
Score Abderaware
Chris Gallucci - 30 Mar 2006 4:06 PM - 5 messages
What happened to Zane Thomas & Abderaware? Apologies for the off-topic post. ChrisG ...
Score Get / Put Array of Types
Lorin - 30 Mar 2006 3:59 PM - 12 messages
Need better way to save and load an array of types. Private Type tStuff   tStuffName as String   tStuffAddress as string End Type Public atStuff() as tStuff atStuff(0).tStuffName = "Me" atStuff(0).tStuffAddress = "Here" atStuff(1).tStuffName = "Myself" ...
Score Help Enumerating Network Resources
Mike - 30 Mar 2006 3:10 PM - 2 messages
Hello, I have been successful in using WNetOpenEnum and WNetEnumResource using VB6 on a Win2K machine.  However, I have one problem.  When WNetEnumResource enumerates a domain it returns a server name in all caps.  I would like display the resrouces as Windows Explorer would do, ...
Score Scheduler opens multiple excel sessions
gsak101 - 30 Mar 2006 1:16 PM - 2 messages
I am trying to schedule a macro that makes some cosmetic changes to all open excel workbooks and the saves each of them under a slightly diferent file name.  My code works well when I open the macros manually.  However, I want to schedule a few files to run each day. ...
Score VB Code to zip files&folders
Anuj Kumar - 30 Mar 2006 11:01 AM - 3 messages
Hi, Can somebody let me know how could i zip files using vb6. *** Sent via Developersdex [link] *** ...
Score API Call to get the memory usage of a particular process
Peri - 30 Mar 2006 11:00 AM - 2 messages
Dear All, Can anyone help me out to get the memory used (Both Physical and Virtual) by a specific process using an API call. Thanks and Regards, Peri ...
Score Weird cmd.exe problem
BKM - 30 Mar 2006 10:41 AM - 2 messages
I'm trying to add code to my VB6 program that would automatically schedule a task to run my program in the future, but I'm having problems. Here's my code. Private Sub Command1_Click()    x = Shell("C:\WINDOWS\System32\cmd.exe", vbNormalFocus) ...
Score Extract Text From Images(jpg)
Octopus0 - 30 Mar 2006 10:04 AM - 4 messages
hi, i want a way to extract numbers from an images like for example i have an image for a car and i want to extract the plate number of the car,so does any one know how to do that??? ...
Score RichText Box
manjumanoj - 30 Mar 2006 9:49 AM - 2 messages
In VB .Net is it possible to put page break in Rich Text Box? -- manjumanoj ------------------------------------------------------------------------ Posted via [link] ------------------------------------------------------------------------ ...
Score Re: Back-End Vs Front-End
Galen Boyer - 30 Mar 2006 5:05 AM - 3 messages
On Tue, 28 Mar 2006, dillon@SpamMinuSaccessdenied.darktech.org wrote: It should be in both places really.  The database design will protect the integrity of the data, but the software should understand the constraints of the database and be proactive instead of getting errors ...
Score FTP Putting of files
Bob Leffew - 30 Mar 2006 12:30 AM - 2 messages
I have an VB6 program in which I FTP files from a specific folder on the local drive out to a specific folder on the hosting server. Files are added to the folder on the local drive daily. Nightly the content in the folder is FTP'd to the hosting server.  Problem ...
Score Showing array contents on a form
BruceS - 29 Mar 2006 11:36 PM - 5 messages
Hi! Worked with Office VBA a while, but attempting first shot at straight VB.  Using VB 6.0 SP 6 in Visual Studio and have a couple of things I need to learn how to do.  As notes, this project has no data source.  Data is loaded from text files, ...
Score Extracting a string from a sentence
den1s - 29 Mar 2006 10:13 PM - 16 messages
I was wondering if there is a command to extract a specific string from a sentence. Let's say, I have the following sentence: "One two three four five six seven eight" And I was wanting to extract the phrase "one". ...
Score Writing an e-mail in code
Sheldon - 29 Mar 2006 9:02 PM - 4 messages
I am using VB6 and have several programs running unattended (no forms, no user interaction).  How do I send an email when (if) the program encounters an error that forces abnormal termination? Thanks Sheldon ...
Score Procedure not firing
Sheldon - 29 Mar 2006 8:06 PM - 4 messages
I have a form with a menu item that Exits the program.  The code behind mnuExit needs to be run when exiting the program.  How do I get the procedure to run when the user clicks the "X" on the top right of the form? ...
Score File Name Command Line Parameter
will f - 29 Mar 2006 7:45 PM - 7 messages
Greetings. I have created a file association with a VB app so that the app starts with a command line parameter containing the path of the file that is double-clicked. When I double click on a file in the My Documents folder C:\Documents and ...
Score Find file in VB
- 29 Mar 2006 7:25 PM - 3 messages
Hallo everybody. I have a problem in VB6: i want to find a file, having as output the normal visualization of WIN. In VB I wrote: Private Sub Command1_Click() With Label1 ..LinkTopic = "Folders|AppProperties" ..LinkMode = vbLinkManual ..LinkExecute "[OpenFindFile(,)]" End With ...
Score Special Folders in VB 2005
DCC - 29 Mar 2006 6:47 PM - 3 messages
I need to resolve Windows special folders.  From what I have read it would seem that using CSIDL's and SHGetSpecialFolderPath and SHGetFolderPath was the way to accomplish that in VB6 and VB.NET.  Is this still the best method ...
Score VB6 - ActiveX DLL with 2 forms and a class
jhall@datalyzer.com - 29 Mar 2006 6:29 PM - 7 messages
I have a ActiveX DLL project with 2 forms and a class frmSheet frmChart class To simplify: class has two subs: Public Sub CalcDisplayChart(ID as long)     'do calcs     'fill in chart info     'frmChart.chart.properties = x 'a large set of properties are set ...
Score disappearing VBE toolbar menu items
RB Smissaert - 29 Mar 2006 5:49 PM - 4 messages
Using VB6 Enterprise SP6. There is a problem with menu items under Project disappearing, these are Project properties and Project references. I keep putting them back via Customize, Command, but it is getting a bit of a nuisance. Any tips how to avoid this trouble? ...
Score Unlocking a keyboard
GwenP - 29 Mar 2006 4:11 PM - 6 messages
Does anyone have any code to unlock a keyboard?  I have code to lock a keyboard which I can do at the end of a program, however for it to work I need to unlock the keyboard at the beginning of the ...
Score Making a 1-d array from a 2-d array, easy way?
Maury Markowitz - 29 Mar 2006 4:01 PM - 3 messages
ADODB's GetRows method always returns a 2-d array, even if there is only one element (column). I need to turn this (0 to 0, 0 to 13) resulting array into a (0 to 13) array. I can't find anything like this in the dox, is there some ...
Score Shipping MDAC With App
Dan Johnson - 29 Mar 2006 3:59 PM - 7 messages
MDAC adds a lot, in terms of size, to the setup.exe for our app.  Is there any reason to ship MDAC if we set Windows XP as the minimum operating systems for our users? Dan ...
Score Word and VB
Emma - 29 Mar 2006 2:30 PM - 8 messages
How can I populate a Word document from within VB? More like a mail merge, but in reverse. The word document will be a pre-defined form with fields to be populated. I want the user to be able to click on a button when viewing a ...
Score Visual Basic 6.0 Package and Deployment wizard
Keith - 29 Mar 2006 2:00 PM - 3 messages
I was wondering if there is a way to unpackage a 6.0 executable.  The VB project files, setup file for the application I developed were removed and I need to make edits and do installations on other machines and I ...
Score Slow response using DIR or FSO when there are many files in a folder
Jerry Spence1 - 29 Mar 2006 9:11 AM - 9 messages
I have many small .jpg files in many folders. There could be about 15,000. I am trying to get the file name of the first one and I have tried Myfile = DIR ("*.jpg") and also fso. This is an incredibly slow operation and it may ...
Score VB6 question
Mike P - 29 Mar 2006 8:51 AM - 3 messages
If you are reading a field from a database in a loop and then adding the value in the field to a variable, how do you test that the value is not null before adding it?  This code gives a type mismatch error : ...
Score Re: Dropdownlist Problem
Jan Hyde - 29 Mar 2006 8:24 AM - 2 messages
newsgroups***@gmail.com's wild thoughts were released on 28 Mar 2006 08:58:31 -0800 bearing the following fruit: This group is for VB6 or below. I'll take a guess that you're programming in VB.NET for ...
Score Help! How do I get the SSID of my connection?
applebag - 29 Mar 2006 6:55 AM - 6 messages
As teh topic says, I would liek to programatically get the current SSID (any any extra information on the connection if available) from within VB6. way. I have been unable to find any code I can use in VB6 however. I ...
Score Sending email formatted as html
Jack - 29 Mar 2006 4:15 AM - 4 messages
Hello,           How to send email in html format? Jack ...
Score Datagrid with VB 2005 Refresh Issue
mfahnestock - 29 Mar 2006 4:11 AM - 2 messages
Hi all! Aspiring VB programmer losing hair <And Sleep> over this problem.  I have spent several days researching through the various usenets and resources to no avail, and so now I am taking the next step. Situation: ...
Score Remote Desktops
eSolTec, Inc. 501(c)(3) - 29 Mar 2006 1:41 AM - 2 messages
I'm new to the managed newsgroups and I'm trying to find terminology and knowledge based articles on accessing a remote desktop through either HTTP or TCP using .NET Framework 2.0. I'm a nonprofit and Microsoft MAR (Microsoft ...
Score URGENT NEWBIE HELP = Why doesn't this work
Clubsprint - 29 Mar 2006 1:01 AM - 3 messages
I'm trying to hobble together a script that will copy the contents of one directory to another and it's not working and I'm not sure why. The script is to fix up some profile issues we have with a number of users. ...
Score getting application handle
Owen - 28 Mar 2006 10:16 PM - 2 messages
Hello: I work in VB6 and I have a Delphi Dll that I must pass the main handle of the vb application, not the form of the application. I don't know if the VB's application have it. but in delphi 7 exist a Application object that ...
Score Can't delete files using Scripting.FileSystemObject on windows 200
Amit - 28 Mar 2006 9:11 PM - 3 messages
Hi, I am trying to delete a set of files by making the following VB call that uses FileSystemObject. The code is working fine on windows 2003 but its failing on windows 2000. Any help on how to delete these files on windows ...
Score IsHardDrive(?)
John Brown - 28 Mar 2006 8:00 PM - 2 messages
How can I tell what type of drive the user has selected in a CommonDialogue.ShowSave box? (Hard Drive, Removable Drive, Zip Drive, CD, Jump/Flash drive, shared drive) In my application I have a routine that allows the user to back-up their ...
Score Project Files, Modules, Extra Files
Jim Carlock - 28 Mar 2006 7:36 PM - 6 messages
I swear I've seen a project in the past whereby extra files are not included in the Modules section of the Project Properties, but an extra section. I thought I figured out how to do this in the past as well. This ...
Score Re: Schema.ini Does Not Import The Correct Data Type...
Larry Rebich - 28 Mar 2006 7:09 PM - 2 messages
I found some registry settings that affect the way ADO imports text files. See this tip. Some years ago I wrote a tip of the month that I call 'Using ADO to Read and Parse a Text File'. Link to [link] then look for the ...
Score Need help- facing problem runnig vb script to gather s/w&h/w inventory
SSR - 28 Mar 2006 6:41 PM - 2 messages
Hi, I am trying to run the vb script to gether inventory s/w, h/w, user info, network info etc., for windows 2000, xp, 2003 servers. unfortunately i am not getting any reports generated while running. It should give me the reports in .csv format. ...
Score File Attribute 8225
Rama Raju - 28 Mar 2006 6:07 PM - 2 messages
Hi, When i am using the GetAttr, we will get the the integer 8225. But when we set the attribute, we get a error message saying "invalid procedure call or argument". The below is the code.. Could any one please help me why this error is ...
Score Can Someone Clarify
canusehelp - 28 Mar 2006 2:56 PM - 3 messages
Just a little confused here. Is Visual Basic 2005 Express Edition really VB.Net - or is there really Visual Basic 6.0 - VB 2005 (an enhancement to VB 6.0) and also a VB.Net. Not trying to be stupid - but there are so many microsoft products ...
Score VB6 package available somewhere?
EPPack - 28 Mar 2006 2:08 PM - 24 messages
Bear with me here :) I need to teach myself ASP.Net but I have no VB at all, other than as a long time programmer I can certainly follow it easily enough, just don't have the syntax to write it. I found an older "SAMS Teach ...
Score Automatize two keys-stokes?
RE - 28 Mar 2006 1:38 PM - 3 messages
My son is asking if it is possible to program a program that pushes two keys alternatively with 1 second delay when he is playing a game but has to go and do other stuff? For example when he has to go and eat then he ...
Score VB6 UDT:s
Johan_Stäck - 28 Mar 2006 10:32 AM - 10 messages
I have for the last days been hunting down a problem that still evades me. Basically, what I want to do is to copy data (using CopyMemory) from a buffer into a UDT. After the copy, the UDT does not contain what I expected. ...
Score vb6.0 couldn't 'Auto list members'
Jordi - 28 Mar 2006 10:20 AM - 10 messages
Hi, I use vb6.0 sp6 +vss 6.0 + windows 2000 I have checked the options 'tools->option->Text   Editor->All Languages->General->Auto   list   members',but somtimes,when I type the ...
Score visual studio installer
pb - 28 Mar 2006 10:02 AM - 4 messages
I'm using visual studio installer for the outputs of a Visual basic 6.0 project to create an MSI.  Is there any way to add custom install dialogs.  For instance, asking the user if they want to install the upgrade or new ...
Score Excel automation
Martin Walke - 28 Mar 2006 9:50 AM - 6 messages
Hi all, Can anyone tell me if there's a limit to the size of data that you can insert into an excel cell using VB6 automation? I'm transferring data into a worksheet but whenever the data is more than about 1000 bytes I get an ...
Score Help with temporary recordsets
Damon - 28 Mar 2006 9:31 AM - 2 messages
Hi, I have a temporary recordset which is based on two recordsets.  When I load this temp. recordset into a datagrid the id's are our iof order i.e. 5, 3, 1 etc.  Is there any way I can order the recordset by the id column once it is ...
Score Problem with scripting.filesystemsobject
Camper Joe - 28 Mar 2006 7:42 AM - 4 messages
Hi My code is as following in VB6: Set fsAcc = CreateObject("Scripting.FileSystemObject") and I get the following error: Automation error Library not registered What would this library be, and where can I register it? Thanks ...
Score How to simulate Ctrl-click with click?
sam.s.kong - 28 Mar 2006 1:08 AM - 3 messages
Hello! I have a control which has items in it. If I click an item, it is selected. If I Ctrl-click an item, multiple items are selected just like Windows Explorer. My client wants to multiple-select by clicking instead of ...
Score School project help: Need to write letters for 7th grade project
Neill Silva - 28 Mar 2006 12:36 AM - 4 messages
Hi, I am doing a career project in my 7th grade English class I need to send letters to programmers, interviewing them, and asking them about the career of Computer Programming in order to get credit for this assignment. And I was ...
Score Timer??
TimL - 27 Mar 2006 7:36 PM - 15 messages
I am using VB6. I have an application that a someone is running and I want to close the app if he/she has stepped away for more than 15 minutes.  If someone starts working in the app before the 15 minutes are up, I want the timer to start ...
Score Strange problem, after changing computer
Jack - 27 Mar 2006 6:32 PM - 26 messages
Hello, I changed computer, but it has the same Windows XP SP2 as I used before. But now, in new computer in visual basic, the files and directories names follows 8.1 format, .. Long names are abbreviated by using ~1 ...
Score General comment
Rick - 27 Mar 2006 5:32 PM - 13 messages
Could anyone from Microsft site fix their site? When I try to get somewhere in MSDN, specially in the download area and .NET Framework area, the system is so slow that it gets throught, I don't know how many html pages back a forth ,that I can go and have lunch and come back and ...
Score Use VBScript to enumerate currently logged on users???
MKielman - 27 Mar 2006 5:32 PM - 2 messages
All, I have seen many scripts using Win32_LogonSession but none of them eliminate all the stale sessions. I desperately need help doing this. Right now I am using vbscript to execute the "query user" command but dealing with the output of that is very messy! Please help! ...
Score Re: VB.NET vs java
Jan Hyde - 27 Mar 2006 3:27 PM - 2 messages
released on 27 Mar 2006 01:26:40 -0800 bearing the following fruit: Dunno, we use VB6 so most folks here are not in a position to say. Jan Hyde (VB MVP) ...
Score Re: Anyone use any components from Mabry?
NOtcarvinSPAM - 27 Mar 2006 1:01 PM - 4 messages
Over the past 3 weeks I have: I've submitted bug reports using the web forms present on the site, twice. I've sent emails to the ones listed on the site, four times. Called the phone number found (which rolls to Customer Support so it ...
Score Getting user profile folder
suwon - 27 Mar 2006 9:34 AM - 3 messages
Hi, I have difficulties of getting user profile folder. does anybody can help me with this issue thanks suwon ...
Score prob with capturing dos program standard out
m2o2r2g2 - 27 Mar 2006 4:24 AM - 2 messages
Hi guys Firstly I am new to VB (never got around to learning it) and I have read the old thread regarding this ( [url][link]] ) And ironically I had already stumbled on the same code segment from vbhelper. However I am having trouble trying to get it to execute correctly. ...
Score printing directly to printer
Alonso - 26 Mar 2006 10:54 PM - 12 messages
This may be an easy one... but I just can not do it.  I need to send a command to a printer, which means I need it to get the raw data, skipping the Printer Driver.  But I need to do it using the Printer Driver, not a Generic ...
Score VB6 and Windows Vista
Anthony - 26 Mar 2006 10:53 PM - 11 messages
I am trying to wrap my mind around the new "managed" offerings of Windows Vista, and what limitations we will face if we use vb6 apps in that OS. My understanding is, many (or all) of the "cool" new things in Vista (I am ...
Score Please help!!!
Leisa - 26 Mar 2006 10:50 PM - 3 messages
I'm working with vb6, and having to connect to a Microsoft Access database that the user picks out. I have this part working great - I'm connected. However, the table names are different from db to db (such as station1data, ...
Score Get source code from visual basic .exe file
Venugopal Vemuri - 26 Mar 2006 10:49 PM - 7 messages
Hi,    I have an .exe file in for which we do not have the source code.  The ..exe was written in vb 5. The program is very important to us.  Is there a wasy we get to the source ...
Score Msgbox if data not valid -maskedEditControl
Sandy - 26 Mar 2006 10:48 PM - 11 messages
Hello - I have a masked edit control formatted as It works like it's supposed to, however, I would like to display a message if someone, for instance, tries to type a number in the first or second place.  How do I go about doing that? ...
Score Set Focus
Marv Wade - 26 Mar 2006 7:05 PM - 6 messages
I have a form with a collection  of ten text boxes. The  first box has an index of zero, and the Tab index of the box is 2.  To give that text box focus what do I use in place of the variable N.  Is it 0 or 2? ...
Next »