| Thread | Last Post | Replies |
|
| Err: 98 after compiling - but worked before | 04 Jan 2007 16:37 GMT | 3 |
This is weird I had this working in the ide in a project group...I swear!!! :-) now after recompiling it no longer works either in the compiled exe or in the ide :-(
|
| Problems with VB6 Printer Compatible Object | 04 Jan 2007 15:51 GMT | 5 |
I found some problems with the VB6 Printer Compatible Object they released for VB.NET. Who is the best person on the VB.NET team to contact about this? While it is clear the Print method doesn't emulate VB6's syntax it
|
| Type mismatch error using Mozilla ActiveX in place of Microsoft WebBrowser | 04 Jan 2007 15:16 GMT | 1 |
I'm using Mozilla Control 1.0 Type Library (Mozilla Browser control) instead of Microsoft's Webbrowser control because 'm facing lots of problem with IE7. So decided to shift to Mozilla ActiveX control.
|
| Need help with deleting string | 04 Jan 2007 14:59 GMT | 7 |
Hello. I have command button that add user to file and to list box and also creating user dir. Now i have another button for deleting user, but i need help here with removing user string from txt file. Private Sub cmdAddUser_Click()
|
| Minimizing a modal form to the task bar | 04 Jan 2007 14:30 GMT | 4 |
I have a main form which displays several other modal forms. When one of these modal forms is displayed, if I minimize it, it minimizes to the desktop and not the task bar (XP Pro). How can I minimize it to the task bar instead of the desktop. TIA
|
| Copyright on menuicons of Visual Studio | 04 Jan 2007 12:13 GMT | 8 |
I'm developing a VB6 app with a menu and toolbaar and would like to give it the appearance of Visual Studio 2005. Does anyone know if I may use the toobar-icons from VS2005 in my VB6 app (and still distribute this app commercially)?
|
| My VB.Net app prevents windows from shutting down. | 04 Jan 2007 10:02 GMT | 1 |
For the life of me I can't figure out why my VB.net app is preventing winxp from shutting down. A frmHidden puts a tray icon in the system tray, then shows hides three other forms.
|
| New project form1 class missing form1_load( ) method | 04 Jan 2007 09:34 GMT | 3 |
I just created a VB 'Windows Application' project under VB 2005 for the first time. When I do this, my form1.vb file looks like this: Public Class Form1
|
| Get/Let/Set | 04 Jan 2007 02:41 GMT | 2 |
Hi: Can any one please give me a simple example of get/let/set. I want to create three textbox and pass some values thru GET/LET/SET as i think this is easy for me to understand them Thanks,
|
| How can I pass information to an App with Shell? | 03 Jan 2007 22:50 GMT | 26 |
I want one application to start another and to inform the shelled-to program of a path and the name of a file. How can I do this? Information woll be appreciated, Stan Hliliard
|
| exec sp_CurUser_Get | 03 Jan 2007 21:32 GMT | 1 |
Hi: Can any one please tell me is what is executing in the resultset. Is this is a method? i am trying to debug the old code. Set cn = CreateObject("ADODB.Connection") cn.Open "Provider=SQLOLEDB; Data Source=OMS0062K\DEVELOPMENT;
|
| Wnen the window is considered as having Maximized state? | 03 Jan 2007 19:43 GMT | 7 |
If the user resizes window manually so the window position and dimension matches Maximized state is that window maximized or not? How to find a difference? Jack
|
| output parameters | 03 Jan 2007 18:42 GMT | 4 |
I am trying to return an output parameter from a stored procedure, and I am then trying to write this value to the screen using Response.Write. Can anybody tell me what I am doing wrong? If Request.QueryString("Approve") = "y" then
|
| Water Cad | 03 Jan 2007 18:24 GMT | 7 |
I need the WaterCad Software.
|
| Help! How do I set the Instancing Property of a VB6 class? | 03 Jan 2007 18:04 GMT | 1 |
I have a VB6 project and I have been asked to set the Instancing property to 5-Multiuse. Every google reference I have states "Make sure your class Instancing property is set to...." but it doesn't tell me the correct syntax to do this.
|