I want to create a simple application in VB .NET that runs as an icon in the system tray. I.e I do not want any dialogs etc. Can anyone please advise if this is straight forward or please poin...
I am running the Microsoft VB file xcacls.vbs from a script, the file is stored on a remote share but whenever it is called I get the Open File Security Warning, I would like to be able to su...
I am having this same problem, but I am not the developer. I am a network administrator trying to silently push a VB application to users desktops. I am using a ZENworks 7 Application Object t...
I'm trying to get the device ID and/or serial number from a connected Pocket PC using a desktop application I'm writing in VB.NET 2005. I've read through a lot of stuff that I found on Google....
How can i do the following in visual basic v6?
Open a .txt file ( e.g c:\test.txt )
Start searching for the string <a href=" from the top of the .txt file
If found on .txt file then grab ...
I tried a lot of free codes on EE and other sites however i am unable to find something that really worked. What i want to do here is to send an email using SMTP authentication.
Could you p...
Dear Experts
I am having problems to save barcode bmp files as OLE object in MS Access OLE Object Field
I have a folder containing barcode images numbered sequentially e.g.
110001.bmp, 11...
I have a text file with 23 pipe delimited columns to it. I need to do the following to it:
1-Eliminate columns 1, 3, 4, 7, 8, 9, 11
2-Then of remaining columns, move column 4 to column 2 ...
I am trying to access the clipboard in VBA for Microsoft Word, but I get the following compile error on the statement below: User-defined type not defined.
In Tools->References, which refer...
Dear Experts,
I dowload winscard.dll(Version 5.1.2600.2180) from online to use inside my program. When I try to register it in both system32 and my project folder, I faced the following error...
I have an application that tries to update a row in an Access database but I get the following exception on one system:
System.Data.Odbc.OdbcException: ERROR [22018] [Microsoft][ODBC Microsof...
Hi Experts,
I have a project that references the Winsock control (MSWINSCK.OCX).
I use it in a class, via these statements:
Public WithEvents Winsock1 As Winsock
Set Winsock1...
All
I am endeavouring to 'write' (and not succeeding to well) a macro to:
begin at AE3, find next blank cell and autosum, then find next blank cell and autosum until last row of data
...
Hello is it possible to create a installer that can install (.exe, not source) multiple programs silently without having the user to attend to it at all?
I have seen a number of Scripts which perform part of what I need, but I have not been able to find one that does it all. I have a batch which often will not run for users operating remotely ...
I've got a relatively small isolated network of 15 Windows machines (mixture of XP and Win 2k). No DHCP / DNS for them, they all have static IP addresses that I maintain a local hosts file for...
I have created a service application that runs fine but I have realised that I need a system tray icon that displays one icon if the service is running and another if the service is down. I al...
I guess the title says it all - what is the best way to check if an access table exists from VB.NET. If it exists I will do nothing but if it doesn't then I will need to create the table.
T...
What is the best way to detect proxy settings using VBA?
1. direct (no proxy)
2. manual
3. auto proxy
I am using Microsoft SOAP Toolkit 3 (MSSOAP30.dll) to call a web service in Micros...
I looked many solutions here but still unable to locate what I need.
I have code to make a transparent form.
I have a third party VB control to display a transparent gif aninmation which
...
I have two workbooks, workbookA & WorkbookB.
Workbook A contains a bunch of data, with usernames.
Workbook B contains usernames and business.
I need to do a vlookup that will look up th...
Hi
I am trying to install visual basic on windows vista but not successful. Please provide few links where I can install visual basic 6.0 , if that is possible on windows vista.
I already ...
i want to past a screen shot as a compressed image to my e-mail
Our front desk sends a lot of internal e-mail with a screen shot in it.
our e-mail boxes are full every week.
is there a wa...
scenario: the welcome screen comes up because of screen-saver or user having pressed switch user (i.e. a user is already logged on and my vb.net app is running in memory), and now i would simp...
I'm trying to create cabinet file in Visual Basic 6.
I got the Cabinet.dll, but i did not find any reference on how I could make it work with vb6. (Found some on .NET, but it's an old project...