| Thread | Last Post | Replies |
|
| Add attachment to email in VB code | 28 Oct 2004 01:36 GMT | 1 |
How can I add an attachment to this email using my code below. txtAttach.Text is populated with a file path. However it doesn't seem to be working. I get an error that reads: 'Object doesn't support named arguments' Is something wrong in the syntax or code?
|
| Mediaplayer 6.4 - 9.0 | 28 Oct 2004 01:24 GMT | 2 |
a have this little problem, i am using a mediaplayer 6.4 (msdxm.ocx) now, and i want to use version 9. In 6.4 - to play something,
|
| Open Vb With Arguments | 28 Oct 2004 01:19 GMT | 8 |
how can i open vb with a starting arguments? i want it accept some arguments and then use them in my splash screen.
|
| VB 5.0 Forms activation/load is not working properly in Win XP and working fine in Win NT | 27 Oct 2004 22:22 GMT | 2 |
We have some application developed in VB 5.0 and compatible for both Windows NT and Windows XP. On Windows NT it is working fine and Windows XP randomly while activating/loading one form , it is bring up another form which is hiden in the background. This is not happening alway.
|
| I need hepl with disabeling filed with the ActiveSheet.ShowDataForm procedure | 27 Oct 2004 21:59 GMT | 1 |
I want to prompt the user a form in which on of the field is disable meaning locked. where "testRight" is the sub range of fields that I want to remain locked
|
| Printer Scripts | 27 Oct 2004 21:33 GMT | 1 |
I am trying to mass delete and create printers...I need to know how t use and IF EXIST of an existing printer(s) before I delete it. Thi script will run at logon and delete 5 printers and create 5 ne printers. The problem is if there are not any of those 5 printers, i
|
| path for packaging script file ? | 27 Oct 2004 20:30 GMT | 1 |
When you package files, it keeps track of the file list in the packaging script file. What is the path to this file?
|
| section break | 27 Oct 2004 20:29 GMT | 2 |
in vb6, i want to insert(copy) couples word docs. to a big doc., myDoc. i use range.insertfile command. and, i want to put a section break after each insertfiled portion. instead, it puts the break in the beginning of the portion. anyone has any idea?
|
| Displaying labels in a pop-up modeless form | 27 Oct 2004 19:09 GMT | 2 |
I'm sure this is something stupid, but my brain isn't working today. I have a pop-up form that I want to display while some background processes are occurring. The form has a couple of label fields that I fill in at run time. Here is the code I am using:
|
| Window API MS Access | 27 Oct 2004 18:21 GMT | 1 |
Do anyone know how I can open a MS Access Table from VB, so it will open in a Access Window. When I do it I just get a blank page. And where on Microsoft can I find more information about this subject.
|
| Need help with licensing information... | 27 Oct 2004 18:05 GMT | 2 |
I am having a problem with a licensing issue. When I start my project, it generates a log file that contains the following information... Line 131: Cannot load control txtComments; license not found. Line 131: Cannot load control txtComments; license not found.
|
| Properties that return Objects | 27 Oct 2004 17:39 GMT | 11 |
What is the benifit of using properties that return objects?
|
| Supporting multiple langugages | 27 Oct 2004 17:33 GMT | 13 |
Hi everyone - I have a SQL database that stores various information from users around the world. I need to analyze the data but soon realized my inability of understanding languages other than English and Spanish. I would like to develop a simple routine that can do the ...
|
| Determining the next value of an autoincrement field? | 27 Oct 2004 16:43 GMT | 1 |
List: Is there any way to determine the next value of an autoincrement field in a Jet database? We're using Jet 3.51 and DAO.
|
| how to use FOR in batch file to send DLLs to RegSer32 ? | 27 Oct 2004 16:30 GMT | 7 |
I need to register many DLLs and OCXs using RegSvr32 during development. Someone mentioned that i could use the FOR command in a batch file i.e for %%i in (*.ocx) do regsvr32 /c /s %%i |more If having some trouble using it correctly for exammple:
|