I am having a bit of an issue with the VB based program Attachmate Extra.
In a nutshell, I'm able to write a vb-esque macro or two in the attachmate language but I'm having a tough time figu...
I want my application's menu to look nice. Now I do have graphic design skills, but I was hoping there are some ones I can just buy or use?
Here's the menus I need (I have put * next to hard ...
I have a VB6 application that is really old and was never really used. One of my co-workers needs to run it on her computer temporarily to get some information off of it.
She doesn't have ...
I am using:
Private Function WindowTextGet(ByVal hwnd As Long) As String
Dim strBuff As String, lngLen As Long
lngLen = SendMessage(hwnd, WM_GETTEXTLENGTH, 0, 0)
If lngLen > ...
Hi All
ive got this code below and it works fine, i am trying to add so it also add's the memberships but i cant seem to get it working, any ideas?
Hi
I hope someone can help me out and point me in the direction I need ot be. If anyone has anything they have used before or examples that have that may be useful it will be appreciated. ...
I am new to Visual Basic so I am running into a a bit of a problem. I have a GUI that has the ID and weight of a package and calculates the shipping charge using a constant that is $0.12 per ...
I want to know how to rotate [by 90Deg.] and center a known text [for e.g. Test123] inside a picture box. the dimensions of the picture box would be around 700(w) x 2400(h).
Sample code wou...
Hi;
We've been working with a tour operator. We would like to get their information via XML SOAP web services.
I requested informationfrom them via SOAP web services. I can get all t...
Hey experts,
When you run a VB6 application in Vista, and it contains standard buttons, the buttons will look rather bland compared to other applications on the system. On other dialogs, th...
I need to scan my servers for any scheduled tasks that run as a particular user account. I've tried Win32_ScheduledJob but it only shows tasks created using the AT command, not the scheduled ...
I have a huge list of mail merge documents which were previously connected to a database that is no longer used. I now wish to change the datasource on each and every one of these documents. ...
Internet Explorer 8.
Just wanted to give a heads up to all experts about a problem I ran into this morning.
It appears that any attempt to launch IE with Shell(), CreateProcess(), Proce...
Hi
I have an SQL which looks like the one below, however it is far longer.
I Execute it from VB6 using something like this:
Dim con As ADODB.Connection
Set con = cnxn
con....
I have a form that has 4 labels (LB1, LB2, LB3, LB4). When the form opens a Macro launches a VBA Module that has 4 parts (DS1, DS2, DS3, DS4). Currently as each part completes a MsgBox opens...
please see attachment for explpanation
In my appplication Login.vb is my start up form. Once the user hits OK and password is validated I would like to open the second form and close the Login.vb without closing the application. wh...
Hi Experts,
I am trying to run a sample project that uses the zlib.dll compression library.
The project is here: http://www.frez.co.uk/freecode.htm#zlibwrapper
It works on my developmen...
I have create a VBS logon script which is attached to the users OU and run as a logogn script with a group policy.But the script run only when the user is a local administrator on the workstai...
I have an application with 3 embedded resources:
1. batch.bat
2. script.vbs
3. program.exe
I want to click a button and have the resources copied to the same directory as the applicati...
I closed a very similar question with mmoore500 and may have lost contact with him after thinking the problem was solved..
/
I need to join a semi-circle to a line segment in Adobe Illustrat...
I have a WPF RichTextBox that I'm using in my VB.NET 2005 project. It works great, but there's one thing that is being kind of annoying about it. When a user enters text into the box, it autom...
Hello, thanks for taking time to look at my post. Here is the problem, I am trying to send a mouseclick via the code below and it works fine. But I was wondering how would I send a "virtual" m...
I am using VBA from within MS Access. I am trying to get data from a 2 password protected sites (I have an account for each) to get data. I don't want to go through a browser and have been tr...
I want a simple way to get the current mouse position in PERL, but only when I Left Click with the mouse.
Thanks!