| Thread | Last Post | Replies |
|
| Migration VB6 to VB.NET | 25 Feb 2005 14:27 GMT | 5 |
I have the code advisor instaled. My problems are: * The OLE container control has no equivalent in Visual Basic .NET Windows Forms.
|
| How to execute a program at a certain time, like 9:00pm... | 25 Feb 2005 14:24 GMT | 5 |
I have visual studio 6 in which I've developed a lot of VB applications. I have a client that would like to send updates to its customer's via email using a process that kicks off at say 9:00pm M-F. I know how to make an ASP page send email, especially in response to a form being ...
|
| Capture WM_HELP Message | 25 Feb 2005 06:16 GMT | 11 |
I want to capture the WM_HELP message in order to trigger the help file for a my application. Anybody got any suggestions? All help appreciated. Sun
|
| Win32 API functions? | 25 Feb 2005 05:28 GMT | 3 |
Any idea where I can get a list of the Winsock API functions that describe their purpose? Other than just trying what seems like would be good names? I have hand written all my winsock code thus far. Thanks in advance, BT3
|
| Is there an easy test for String or Hex | 25 Feb 2005 05:20 GMT | 3 |
I'm trying to make up a test to see if the first 2 chrs of a string are a hex number or a string.Its a exercise mainly but I want the first 2 chrs of a password to be a hex number the rest could be numbers or letters.If it's hex then the test procedes,if it's not it stops and
|
| Opening Outlook Message From a VB Form? (rookie) | 25 Feb 2005 01:57 GMT | 3 |
I need to be able to have a text box or a button that my users can click on that will bring up a blank email form with a pre-defined To: addressed filled out. The subject and Message will need to remane blank for the user to fill in. The result I am looking for is something ...
|
| Accessing the Active Directory from Visual Basic | 24 Feb 2005 23:17 GMT | 4 |
I want to be able to access the Active Directory from within Visual Basic. I was pointed to the shortcut http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/acce ssing_active_directory.asp Problem is that most of what is written there is chinese to me.
|
| ODBC-Connection | 24 Feb 2005 22:44 GMT | 3 |
I like to create automaticly a ODBC-Datasource for connecting to a database. I know that this must be possible but I don't have an idea how to do! Thanks for every help! Nijazi Halimaji
|
| Optional parameters | 24 Feb 2005 20:28 GMT | 9 |
Is there a way to test inside a subroutine if an optional parameter in that subroutine's Sub statement was actually included in the call to that subroutine or not? Public Sub Sub1(Param1 As String, Optional Param2 As Long)
|
| Detecting Access vs. Access Runtime | 24 Feb 2005 19:47 GMT | 1 |
I am trying to detect installations of Office Products using the following code: Public Function WordInstalled() As Boolean Dim objWord As Object
|
| Pictures with Access | 24 Feb 2005 19:30 GMT | 3 |
I am using VB6.0 SP5 I am trying to use the OLE Control. I need to save the selected Picture (by user) to an Access 2000 Table.
|
| please help SELECT | 24 Feb 2005 19:26 GMT | 4 |
I can't figure out what is wrong with this StrSQLDUP = "SELECT * FROM tblINrDUPTest WHERE tblINRDUPTest.plan=" & txtRTOValues Set rsDUP = New ADODB.Recordset
|
| Converting Url's | 24 Feb 2005 18:02 GMT | 2 |
I have a need to change an encrypted url into a valid url. First off I'm not sure if its encrypted or just a long... I need to change something like this: A09305D77AAD2A776477B4E501ED427D1E79
|
| Dual monitor ScreenPrint | 24 Feb 2005 17:10 GMT | 2 |
My users want to be able to PrintScreen (VB 6). I used to have just VB's FormPrint, but that did not work well. So, I have this code now:
|
| twips color?!?!?? | 24 Feb 2005 17:09 GMT | 1 |
hello everybody and thank u for ur help i want tell u more about my project if u have any suggestions that will help me out please dont hesitate. well my project is measure the intensity of a laser simply ill be
|