| Thread | Last Post | Replies |
|
| how to convert? | 22 Oct 2004 01:23 GMT | 5 |
hello, anybody can help me please how can i convert this value? WM_COMMAND = 0x0111 to visual basic value?
|
| Applying a pointer to an object | 21 Oct 2004 23:30 GMT | 7 |
I just wonder if anybody could help me with the problem: I have a c++ .dll, which exports a function: IMyInterface GetObject() {
|
| Defaulting values in Internet Explorer (IE) 5 or above by creating a plugin in Visual Basic | 21 Oct 2004 21:51 GMT | 2 |
I want to create a plugin in Visual Basic 6.0 that will default values for a certain website (e.g. name, address, phone number etc.) I know this is possible becuase, for example, Nortong Password Manager 2004 reads and writes to HTML controls in IE automatically.
|
| ICQ | 21 Oct 2004 17:18 GMT | 1 |
i found different exampels of vb programs to acces ICQ but no one could really send a text message to a special UIN. can anyone help me?
|
| Sql | 21 Oct 2004 15:01 GMT | 3 |
I finally figured the problem I just need a solution! The field is defined as Cust_# when I run the sql statement 'Select * From Arcustom Where Cust_# = 35' I get the error message: Unknown column Cust_#. If I redefine the field as CustNumber then it works. Is there a work around?
|
| toolbuttonmenus | 21 Oct 2004 03:57 GMT | 1 |
dus someone knows how to reach the buttonmenus for the normal buttons i use the select case button.key but it won't work withe the buttonmenus
|
| Detecting that web page is loaded | 21 Oct 2004 03:21 GMT | 2 |
I am using the web browser control in VB6 and need a reliable way of detecting when the page is completely loaded. The "wbMain_DocumentComplete" doesn't seem to fire at the appropriate times. I am trying to use the following code:
|
| Common Dialog Control | 21 Oct 2004 01:02 GMT | 3 |
In the following code, where do I trap the dlgOpenFile.CancelError? Private Sub Form_Load() dlgOpenFile.DialogTitle = "Open File" dlgOpenFile.InitDir = App.Path
|
| cancel common dialog | 20 Oct 2004 18:57 GMT | 2 |
I get an error when i select the cancel button of my common dialog how can i acces the cancel this cancel button? thanks maarten
|
| Minimise to system tray: Tips to reduce memory load | 20 Oct 2004 16:13 GMT | 2 |
Some people are reporting that when my application is minimised to the system tray it takes up a large amount of memory. Does anyone know of any FAQ or tips on the best way to reduce the memory usage of a VB application once it has been minimised to the
|
| DataList | 20 Oct 2004 12:49 GMT | 1 |
I use a DataList to display content of a database. The records in the table contain two fields named "Title" and "URL". I display the field "Title" in the DataList. Now I want the corresponding field "URL" displayed by DblClicking on a DataList-item
|
| Updating bound DataGrid | 20 Oct 2004 12:32 GMT | 1 |
I have a bound DataGrid control setup something like this... Set Rs = New ADODB.Recordset With Rs Set .ActiveConnection = GlobalDecs.cn
|
| Saving different data structures to a file | 20 Oct 2004 03:28 GMT | 4 |
I've made a CAD style app that uses different arrays of data types for arcs, points, lines etc. The one difficulty I'm having is storing these different data types to a single file.
|
| Password within the executable file | 20 Oct 2004 03:26 GMT | 4 |
I want to place a password (plain text) within the exe file of the project I develop. With a different program I would like to acces that array space and place a password in it. The projcts exe file would then verify that password and continue or quit. Is a construction like this ...
|
| Winsock trouble... | 20 Oct 2004 02:49 GMT | 1 |
I'm trying to create an application that has both a server and a client and I have a problem in using the Winsock control to do this... I use: "GateSock.Listen" on Form load and then in "Private Sub
|