| Thread | Last Post | Replies |
|
| What is : | 06 Dec 2003 19:46 GMT | 32 |
I am maintaining code and found this statement: Toolbar.Buttons("edit").Enabled = False: mnuEdit.Enabled = False what does the : mean? I can't find it anywhere in any of my VB books or on the internet. Help?
|
| Using a GoSub replacement in vb.NET | 06 Dec 2003 19:35 GMT | 3 |
I know I'm asking a question that I should know an answer to but I don't. I spent about 30 minutes searching the MSDN and another 20 minutes in the microsoft.com site trying to find the answer. Eventually the only thing I
|
| Command-line argument | 05 Dec 2003 20:19 GMT | 4 |
Hi, All I need to launch from one VB.exe another VB.exe and pass parameters. How can i do this by using command line argument.
|
| max number of arguments | 04 Dec 2003 22:15 GMT | 7 |
Is there a maximum number of arguments a Sub can have? When i try to code a Sub with more than 59 arguments, I get an error message - "Too many arguments". Is there any way to get around this?
|
| Problem with SQL SELECT | 04 Dec 2003 19:47 GMT | 2 |
I am trying to put results from a SELECT phrase into a flexgrid The results are in American date format and I want it to be "dd/MM/yyyy" Please advise what to add in the SELECT phrase. Someone told me to use todate but I do not know how to use.
|
| CreateObject Syntax for the Collection Object | 04 Dec 2003 16:03 GMT | 3 |
I want to create a collection in an ASP page and am having a problem. I need to use CreateObject() to do it and can't seem to get the syntax right. I am using the code below. Any help would be greatly appreciated!
|
| copy files from one dir. to another.. | 04 Dec 2003 10:13 GMT | 2 |
Hi ... I am making a program in VB 6 in which I need to take all files from one specific user-desired folder .. and then want to save them into another folder with auto-generated
|
| How to get the full URL of a file | 04 Dec 2003 09:58 GMT | 2 |
i use a common dialog box to let the user choose a file from disk. i can get the filename and filetitle from the common dialog box, but how can i convert this to a full url name? (for example convert "c:\abc\temp.doc"
|
| msgbox constant issue | 03 Dec 2003 22:26 GMT | 1 |
Basically, I'd like a list of all users - in a msgBox .... and then, the user clicks OK. Where am I screwing up ? Do I have to declare some kind of array ? If so, how ? ' Prompt user for strBaseDN.
|
| CD Burning | 02 Dec 2003 18:32 GMT | 2 |
Can anyone give me a hint on how to record CDs from VB? Are there any API calls for it? The application is intended for WinXP. Thanks,
|
| How do you print line draw characters on an HP laser? | 02 Dec 2003 17:35 GMT | 4 |
I have been trying to print the line-drawing characters on an HP laserjet in order to reproduce a report previously generated by an HP mini computer. The characters are those that for the corners, sides and
|
| plus number in V.Basic 6 | 02 Dec 2003 16:39 GMT | 2 |
I want to write a code in V.Basic 6 in order to plus every Month (+1) automatically when the Month change, Field's name is "Total", and is txt. For example: This Month(Aug) there is the number 5 in the
|
| New ActiveX DLL compile error | 01 Dec 2003 10:30 GMT | 2 |
I found some code on the internet that I'd like to put into a new DLL, but I'm not sure how to do it. I tried to create the project, but the following publically defined constant produces the error just after that: Public Const WUM_RESETNOTIFICATION As Long = &H407
|
| Help in Control Array | 01 Dec 2003 01:50 GMT | 5 |
is there are any way to know in code if a control is in array or not? thanks
|