| Thread | Last Post | Replies |
|
| Message Box Questions | 20 Jan 2006 01:06 GMT | 13 |
Thanks for your time. I need to use a vbyesno or a vbokcancel type message box in my application (vb6). I need to incorporate a graphic or icon of some sort(stop sign, exclamation mark, etc). These two message box types don't include a graphic.
|
| OSRegSetValueEx versus RegSetValueEx | 20 Jan 2006 00:31 GMT | 11 |
The code I am checking contains OSRegSetValueEx() function. I cannot find any reference to it on MSDN site, but there is a reference to RegSetValueEx() What is the difference?
|
| Wait for ActiveX DLL to return a value | 19 Jan 2006 23:47 GMT | 15 |
Hi All, and everything of the best for 2006. I'm using VB5 sp3 and am wondering if there's a better way to do this. My main app. on form MMmain has buttons used to open forms which reside in numerous individual ActiveX DLLs.
|
| Best way to get version number from website? | 19 Jan 2006 23:17 GMT | 4 |
Trying to code in a foolproof way to get the latest version number of an install file from a website. This website is setup by myself, so I upload a little text file holding the version number. This is the code I have that the users of the software will run to check
|
| Problems opening Database created with other System.mdw | 19 Jan 2006 21:03 GMT | 3 |
I have problems accessing a access database from my VB program which was created on a machine with another system.mdw file. It says that I don't have permission to read the data. Can this be solved or do I have to start using the same system.mdw
|
| Webpage can be loaded? | 19 Jan 2006 17:50 GMT | 3 |
I am developing a VB6 application in which i have to connect to following URL: http://localhost:9999 and verify if the page can be loaded (this is the page rendered by another
|
| Short and sweet: Passing objects by value | 19 Jan 2006 17:44 GMT | 4 |
In my short example below, I passed an object BYVAL, update a property on the object, and after returning to the calling sub, noticed that the property was changed dispite the fact that ByVal was used. Does this confirm that objects are always passed BYREF regardless that ByVal ...
|
| Tabstrip Control - VB6 (urgent) | 19 Jan 2006 17:19 GMT | 5 |
This might be a very basic question. I am making some changes to an existing application in visual basic 6.0. There is already a tabstrip control with 7 tabs and controls for each tab. I have to insert an 8th tab,and add a label and a combobox for that tab. There are already 7
|
| create a vb programm as a service | 19 Jan 2006 16:01 GMT | 3 |
How can I create a VB programm, as a service. For the moment my programm (still finished) is running as wel. It starts on windows statup, minimized in the task bar, but I think it is better to launch it as a service ( Like norton , skype ...)
|
| unexpected vbkey**** values | 19 Jan 2006 15:26 GMT | 8 |
In VB6, when I trap the forward slash key ("/") I expect to see the keycode as vbKeyDivide (111). Instead it comes as 191. Why is that? Dan
|
| !!Famous Software ftp download 2006!! | 19 Jan 2006 15:07 GMT | 4 |
We provide cracked softwares, these software are all in english language and absolutely full cracked. They are best softwares and best price. The list is not full, any more need, please mail me: zhtom1976@hotmail.com TEKSOFT£º
|
| Insert data in VB.Net | 19 Jan 2006 14:12 GMT | 2 |
i am inserting the data into database throught variables using the code below: Dim objCon As New OleDbConnection(CONNECTION) Dim objCmd As New OleDbCommand(SQL, objCon)
|
| Change First Day of the Week | 19 Jan 2006 13:48 GMT | 4 |
I want to use "ww" to capture the week number when I post transactions to a SQL database. However, my week starts on Monday and ends on Sunday. The VB default is Sunday through Saturday. Can anyone provide me with sample code to tell me how to change the starting weekday?
|
| vs2003 vbnet user settings | 19 Jan 2006 11:48 GMT | 3 |
I always used to use a db to store user settings in my windows form apps and i know u can use user settings and application settings in vs2005, is it feature available in vs2003/ 1.1 framework as well? I had trouble locating it. I want to update my app to use the application ...
|
| form with toolbar has errors during load | 19 Jan 2006 09:56 GMT | 13 |
I have a project with form (called from another form) that has a toolbar on it and when I open the project from new and run it and go into that form on exiting the form I get an error message saying "Errors during load. Refer to formname.log for details. On looking in the log it ...
|