| Thread | Last Post | Replies |
|
| Simple SQL Connection | 31 Jul 2007 20:10 GMT | 1 |
I'm a new to VBS and searched sites for vbs script but non of them worked. I'm looking for a script which will create a connection to the database, do a select on a table and then output it in command line. Many thanks for the reply.
|
| Range Addressing | 31 Jul 2007 14:20 GMT | 2 |
When I want to address a range of cells I have been using a formula such as the following: Selection.AutoFill Destination:=Range.Cells("W2:W6475"), Type:=xlFillDefault This works quite well when the length is fixed or doesn't change very much,
|
| Get output from Java Class called from Visual Basic | 31 Jul 2007 06:36 GMT | 1 |
I am using VB 6.0, and need to call a Java class. It is exposed through command line arguements but I can't seem to get the output back. Does anyone have some basic code to help me do this? My current attempt was using a batch file, but I can't get the java code's return
|
| LookupAccountName fails and GetUserName returns unexpected user | 30 Jul 2007 16:36 GMT | 1 |
On a Vista computer I am logged into my account as User1 which is an Admin account. I have some code that calls GetUserName. It returns the current user name as User2. What? Why would it do that? The only thing I can think of is that I accessed a network resource which needed the ...
|
| Dragging an object within container | 30 Jul 2007 12:33 GMT | 4 |
I want the user to be able to drag a label object around inside a conatiner, namely a panel of a split container. Can anyone piont me in the right direction on where to start with this? That is, do I need to trap the mouse position and whether they are holding the mouse button ...
|
| Multi-Dimensional Arrays | 30 Jul 2007 11:14 GMT | 6 |
Is it possible to declare a dynamic 2 dimension array? At the moment I'm trying
|
| Clearing the form after saving - (newbie) | 30 Jul 2007 09:04 GMT | 1 |
I am new to VB.net and i am currently working on a windows application. I have this form which add records to the database: it looks like this ItemID: [txtItemID]
|
| Rotation Of Bitmap | 29 Jul 2007 22:24 GMT | 6 |
I'm making a compass and need to rotate the arrow. I only found Bitmap rotation algorithms on Google so reformatted it as a 256 Color Bitmap. The problem I'm having is that when I rotate it, it becomes very pixelated and since I've spent alot of time getting the program to look ...
|
| I think im in over my head, can some help? | 29 Jul 2007 16:05 GMT | 1 |
Hi, i have done a little web programming before and SQL. I know how to display calls to DB tables and get them to display and the like...but my VB.NET language skills are not the strongest. My situation goes like this, i have a database that tracks
|
| Grapics | 29 Jul 2007 02:32 GMT | 2 |
I created a logo using MS Paint (BMP format) and include it on my VB6 forms. Now I want to include it on CD labels. My problem is the background is not transparent for that use. I tried converting to a GIF file using HiJaak, but for some reason cannot get the transparency that ...
|
| Websites that have Complete Visual Basic programs | 28 Jul 2007 14:24 GMT | 1 |
Just thought I would ask this group if you know "where/which" webistes offer Visual Basic 6 complete application programs with the source code that I might buy (and also learn examples from the source code...)
|
| A question on Classes | 28 Jul 2007 10:13 GMT | 3 |
Is it better to use 1 class and have many procedures in this class or is it better to have many classes and have one or two procedures in each class? Regards Brian
|
| Connection to Access 2000 | 28 Jul 2007 06:17 GMT | 4 |
I did a lot of programming of VB 6 against Access .mdb files a couple of years ago but was distressed recently to find that I couldn't couple to Access 2000. Is there any patches or drivers or whatever that will fix this?
|
| PROJHBJHG | 28 Jul 2007 06:13 GMT | 1 |
|
| make puzzle | 28 Jul 2007 06:11 GMT | 1 |
how can make a puzzle that it can load a picture and divide it automatically to smaller pieces? Thanks
|