| Thread | Last Post | Replies |
|
| VB 2005 variable declarations and method calls | 31 Mar 2006 20:28 GMT | 9 |
I'm moving from VB6 to VB 2005. Two questions: 1. One book I'm using has syntax like Dim testConnection as SqlConnection = New SqlConnection(connectionString)
|
| using shell function | 31 Mar 2006 14:10 GMT | 3 |
hi everbody i am trying to use sheel function at activate wordpad through vb is there any way to use properties of wordpa? myobj=shell(pathname,windowstat)
|
| Is this possible | 29 Mar 2006 03:55 GMT | 20 |
I run this code to list all the CD tracks from the My Music Library the FileName is hard typed into the program like:- FileName = Dir("C:\Documents and Settings\Ron\My Documents\My Music\The Artists Name\The CD Name\*.*")
|
| user path | 29 Mar 2006 03:53 GMT | 1 |
how to get user path in VB6 code base on their user profile ? thks a lot suwon
|
| Get source code from VB .exe file : URGENT | 28 Mar 2006 06:40 GMT | 5 |
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 code from .exe file.
|
| vb functions | 24 Mar 2006 10:04 GMT | 19 |
is there any function in vb lke between() e.g if between(a1, a2,a3) then some code end if
|
| detecting value types | 24 Mar 2006 09:53 GMT | 6 |
i have several textboxes. When 'ok' is pressed i need to findout if the value is a string or an integer and then do what ever i need to do... how do I find out value type? i tryed:
|
| How can I rename files with namws on MS Excel columns? | 23 Mar 2006 19:51 GMT | 1 |
I have an excel sheet with information as below: s/n|Surname |First_name |Picture |Rt_thumb |Lft_Thumb 1 John James d:\aaa.jpg d:\bbb.jpg d:\ccc.jpg 2 Festus Kujore d:\ddd.jpg d:\eee.jpg d:\fff.jpg
|
| VB screensaver file names | 22 Mar 2006 23:14 GMT | 5 |
I have written a screensaver, but I need to change the file name to an .exe and then to a .scr i think. I am unsure of how to do this... If anyone could give me some help to convert my screensaver into a file that can be recognized by the properties menu on the computer that ...
|
| Same IE content as an image | 16 Mar 2006 08:20 GMT | 1 |
Is there any method that I could use to save a webpage as an image even if the webpage is larger than the screen? Thank you
|
| Calender Program | 15 Mar 2006 20:09 GMT | 2 |
I don't know if I am in the right area or not, but I have a little calender program that a friend wrote and on some computers the first day of the week starts on Sunday and on the others, it starts on Monday. There are 4 files that make up this program, a .EXE, .FRM, .VBP, and ...
|
| Silly Shell() question | 15 Mar 2006 19:48 GMT | 5 |
I'm banging my head against a wall here. I'm trying to get the Shell() function to execute a particular command-line, and failing. The command line is: CMD /C "path\tool.exe" param 1>stdout.tmp 2>stderr.tmp
|
| Where is ThisWorkbook.Sheets("xx") ?? Unable to resolve 'ThisWorkbook' | 14 Mar 2006 23:25 GMT | 1 |
I am converting an EXCEL VBA application to Visual Basic (2003). I am not having much luck finding how to convert statements containing references to things like ThisWorkbook.Sheets("sheetname"). I am not using Visual Studio Tools (which may be my problem)... I would
|
| creating text file useing open stat. #1 for random access | 14 Mar 2006 16:30 GMT | 16 |
hi I have a text file like ; acNo name amt acno=space(10)
|
| Visual Basic Excel Reading in Comma Delimited Text Files | 14 Mar 2006 15:12 GMT | 2 |
I am new to VBA- specifically in excel. I am able to open file, read file, and close file. Each line read has several “cells” of data. However, the testfile.txt is comma delimited. Basically, I have a database.txt file which contains information that I
|