| Thread | Last Post | Replies |
|
| Two "@" (at the rate) signs in Internet Transfer Protocol's URL | 01 May 2006 00:20 GMT | 1 |
Internet Transfer Control (Inet) is not happy with 2 "@" signs in its URL. Some ISP's these days provide FTP usernames of the type <unique_username>@<domain>.<toplevel>. The problem with transfering data through VB's Inet control is that it dislikes 2 "@" when sending
|
| Sharing variables and code in an OCX between two ctl's and a .bas | 30 Apr 2006 21:31 GMT | 2 |
I have an OCX which has two CTL's in it. I'd like to create some code that both of the CTL's can make use of. The shared code and the two CTL's all need to share some global variables. The problem is, I'm having a bit of trouble coming up with the appropriate syntax that permits ...
|
| regular expression | 30 Apr 2006 18:38 GMT | 2 |
I am trying to validate a textbox in which the user enters the following - "smtp.servername.com|net|org|etc... and I cannot. I have tried. The string is in the form xxxxx.xxxxxxx.xxx. Does anyone have any idea how to validate this string.
|
| VB6 Get Remote MAC Address Windows 98 | 30 Apr 2006 14:17 GMT | 3 |
I'm really struggling with this one. I have this working just fine in 2000 and XP using the SendARP API. Unfortunately, however, this API does not exist in 98. I need some way to retrieve a MAC address of a remote machine via the remote machine's IP address. Basically, all I
|
| Randomize question | 30 Apr 2006 14:04 GMT | 9 |
I have the following code developed and it works fine. The number 125 in line 12 is the index number in the table. I have a two column Access table with the week number and a word associated with that number. There are 25 words per week and I want to randomly generate 25 words ...
|
| Calling Screensaver | 30 Apr 2006 08:37 GMT | 2 |
can anybody tell me how I can activate the screensaver from VB? Thanks for your help Ole
|
| type casting, how to | 30 Apr 2006 05:44 GMT | 2 |
Can someone explain this new-to-visualbasic programmer why my statement throws an exception? I have defined a class: Class myDataSet
|
| Why Statement Doesn't Execute | 30 Apr 2006 05:44 GMT | 1 |
I have the following: Sub ResetToED2() Application.Replace Field:="Duration", Test:="contains", Value:="1d?", Replacement:="1ed", ReplaceAll:=True, Next:=False,
|
| Mouse wierdness! Anyone experienced this? | 30 Apr 2006 04:47 GMT | 4 |
I just started moving my VB6 and my developed apps over to another machine. For some reason, the mouse points and clicks fine... but the scroll device doesn't work with VB6 development environment on this machine! It's a standard Microsoft Wheel mouse, and works fine in all
|
| Executing a VB-script from VB6 | 29 Apr 2006 20:06 GMT | 4 |
I need to execute a VB-script from my Vb6 application (ActiveX exe application) and cannot figure out how to receive the output generated by the script back to my application. It's a regular VB.script (.vbs) and I have no problem executing it, the
|
| textbox and tabkey | 29 Apr 2006 17:05 GMT | 11 |
is there any way to detect that the tab-key is pressed in a textbox
|
| Mouse Co-ordinates Over Menu? | 29 Apr 2006 13:59 GMT | 2 |
How do I get the mouse position i.e. the X & Y co-ordinates when the mouse is moved over different menu items under a menu? A sample code will be highly appreciated......... Thanks,
|
| System-Wide ADO Failure | 29 Apr 2006 13:50 GMT | 1 |
I'm running VB6 Enterprise on Windows Me. Something strange happened to my system, where any program that uses ADODB blows up as soon as you try to instantiate a recordset object. All my projects in VB are affected and even other programs on my computer also blow up with a Type ...
|
| Menu Tags? | 29 Apr 2006 10:11 GMT | 5 |
Using the following code, the Caption of a menu item gets displayed in a Label when the mouse is moved over a menu item (for e.g. if the mouse is over a menu item whose Caption is "New", then the Label will display "New"):
|
| Recommendations for working with Word from within VB6 | 29 Apr 2006 09:49 GMT | 2 |
I'm currently developing an application which will need to be creating documents in Word format and subsequently be either printer, faxed, or e-mailed. The latter part I'm pretty sure I can handle, but this is my very first venture into working with Word documents, and would ...
|