| Thread | Last Post | Replies |
|
| Launch VB App with Arguments via Hyperlink | 07 Mar 2006 14:01 GMT | 3 |
I have a VB application that has command-line arguments that I would like to launch via a hyperlink that is emailed to the user. If I use the syntax of "\\server\path\app.exe arg1,arg2" the link breaks at the space and executes the app without the arguments.
|
| Help - display four related tables in form | 07 Mar 2006 13:05 GMT | 2 |
I have four tables: tblCalls CallId - PK CallerName
|
| WHERE clause in ADO query of Excel data | 07 Mar 2006 12:12 GMT | 1 |
Private Sub btnOK_Click() On Error GoTo ErrorHandler ' Enable error-handling routine. Dim objRsExcel As Object Set objRsExcel = CreateObject("ADODB.Recordset")
|
| Problem converting bytes array into string | 07 Mar 2006 02:56 GMT | 4 |
What is wrong in the following code: Dim cds As COPYDATASTRUCT Dim buf(1 To 255) As Byte Call CopyMemory(cds, ByVal lParam, Len(cds))
|
| Creating an ActiveX control | 07 Mar 2006 01:20 GMT | 3 |
Back to the Shell project..... To refresh, the shell has a system tray (API Listview) , task swapper (VB Listview), full owner-draw icon start menu (OCX), and on the interface form is a label for the clock and 3 command buttons.
|
| call a control that is on another form using an array. | 06 Mar 2006 23:58 GMT | 1 |
I have 2 forms on form1 I have a button that is suppose to fire a command button on the 2nd form. The control it is suppose to call is stored in an array. I have to do this because I have alot of buttons that might have to stored.
|
| App hangs at showform on newly installed XPPro embedded sp2 | 06 Mar 2006 22:05 GMT | 6 |
We're running an application that calls the showform method in a particular dll and the code never reaches the form load in the same dll, it just hangs; no error. This only happens on new computers installed with XP Pro with SP2 embedded. Other computers that have been patched ...
|
| What considerations must be taken for app to run as a service? | 06 Mar 2006 22:05 GMT | 3 |
On startup my program needs and reads some customized registration data from Windows registry. Some users are running my app as a service on their machines, usually Windows Server 2003.
|
| Choosing an Installer | 06 Mar 2006 21:50 GMT | 13 |
We have been using the (VB6) Package and Deployment Wizard for years to distribute our software. We have made numerous modifications to it to meet our requierments, such as adding controls, revising the look and feel, suppressing alerts, adding activation/registration screens, ...
|
| Microsoft code did not work? | 06 Mar 2006 21:29 GMT | 1 |
Hi, guys, I have the following source code copied from MSDN, (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q299566) where Micrsoft XML 4.0 was referenced:
|
| Multiple Documents with fxscomex.dll | 06 Mar 2006 21:29 GMT | 2 |
Does anyone know a way of submitting more than one document to be the .body with fxscomex.dll? I have an app that produces multiple bmp's which need to be faxed, and currently it looks like I will have to send multiple faxes.
|
| Programmatically set reference to ActiveX dll | 06 Mar 2006 21:22 GMT | 2 |
How do I in VB6 (in a simple .exe or ActiveX dll) set a reference programmatically to another ActiveX dll? In VBA this is simple with AddFromFile, but sofar I haven't managed this yet in VB6.
|
| Resource icon issue | 06 Mar 2006 21:02 GMT | 12 |
I have a resource file which contains one 16x16 icon. When I use LoadResPicture (101, vbResIcon) the picture returned is 32x32. Any reason why, or how I can get it to default back to 16x16? Thanks guys
|
| OpenOffice 2 and MSDN 6 | 06 Mar 2006 20:38 GMT | 1 |
OK, this is a little off-topic, but someone might know anyway. I am having a strange problem - after installing OpenOffice 2, I am getting errors in MSDN, ie from start page I cannot click on "Visual Basic" I get "An error has occurred, do you wish to debug" etc. During
|
| Windows | 06 Mar 2006 18:54 GMT | 1 |
Is there a way to set the size and postion of the windows of external apps?
|