| VB Syntax (view all ...) | Last Post | Replies |
|
| Create a hyperlink in a string value | 15 Aug 2008 01:11 GMT | 5 |
Hello, I have an Access Database. In this database, durring several different ocations an e-mail message will be generate and sent to whoever. What I want to do is create a string of some sort that will store the location of the
|
| shell command bug | 13 Aug 2008 20:38 GMT | 1 |
The following prog does start the app except the two statements: AppActivate(ProcID) SendKeys.SendWait("username") cause some kind of unspecified error where I'm supposed to send an error
|
| Javacc VB.net grammar problem | 25 Jul 2008 13:34 GMT | 11 |
Hi All; I am new to javacc but I am working on writing VB.Net grammar for javacc and while parsing given sorce code the parser generates some errors like:
|
|
| Enterprise Development (view all ...) | Last Post | Replies |
|
| ShellExecuteEx Printto | 11 Jul 2008 18:03 GMT | 1 |
I have a need to print some PDF documents in the background from my application. There are a couple things that aren't clear or my expectation is too high. My first issue is that I am only able to get Acrobat to display minimized, I
|
| How to get printer names in Terminal Services session | 08 Jul 2008 20:30 GMT | 2 |
I writting a VB6 program that will run when a user logs into a terminal server. I would like to be able to get all the printer names that come over to the users session. I would also like to be able to identify the users default printer.
|
| credwrite sample | 07 Jul 2008 07:53 GMT | 1 |
I want to use credwrite method in VB but it's too difficult to find the sample code could you help me...^^
|
|
| Database Access (view all ...) | Last Post | Replies |
|
| Save a picturebox Picture into a Long Binary (OLE Object) field in a mdb | 08 Sep 2008 14:02 GMT | 3 |
I want to save the Picture object into a Long Binary (OLE Object) field in a mdb database without using the data control. Could not find any direction searching the web. Anyone knows an example?
|
| How can I switch keyboard language from VB code. | 08 Sep 2008 09:45 GMT | 5 |
I am writing an MS Access application. Text in some controls on forms must be typed in Cyrillic, in others - in English. How can I change keyboard language from code upon entering certain control?
|
| Connecting to MS Access Database online via VB | 08 Sep 2008 02:50 GMT | 2 |
Hi there I need assistance on how to connect to a Miscrosoft Access Database which is stored on an online server through VB Can anyone help. Regards
|
|
| Controls (view all ...) | Last Post | Replies |
|
| Infinity symbol | 06 Sep 2008 21:31 GMT | 7 |
Does anyone know how to display the infinity symbol in a textbox in VB 6.0? Thanks for your help. Bob
|
| Double data Type limits | 06 Sep 2008 18:55 GMT | 9 |
I was just goofing around, and I was wondering if anyone knows of any example that can get around the limits of a Double data type in VB 6. For example if you look at the calculator in windows, you can easily go beyond the limits of double, e.g. 1000! (factorial of 1000).
|
| Microsoft Forms 2.0 unicode ok, but keyboard confused | 05 Sep 2008 00:12 GMT | 1 |
I add Microsoft Forms 2.0 textbox control in VB6 project to display Unicode value in French for example. But then I need anothe rone to enter a value in my currently set keyboard. But the editable Textbox does not receive correct input from keyboard and
|
|
| COM (view all ...) | Last Post | Replies |
|
| Problemas with security on com+ in 2003 server | 03 Sep 2008 06:14 GMT | 1 |
I imported a new COM+ Component that was working in 2000 server + IIS and I putt it to a 2003 server for work with the web that i mount in the IIS too. It´s impossible view the website in local or from internet... it say (in service components) that I have a problem with the ...
|
| Registration Problems for my DLL | 02 Sep 2008 23:41 GMT | 6 |
I have a DLL long running in multiple locations. A new customer, however, is running into problems. After further investigation, the DLL registration succeeds but I found there to be no entry in the registry. Could permissions (2003 server) be a problem? Anything else? Why would ...
|
| Embed and automate an Excel worksheet by using MFC and Visual C++ | 30 Aug 2008 07:30 GMT | 1 |
I try to run the 'Embed and automate an Excel worksheet by using MFC' example described in the 'Microsoft Help and Support' (URL: http://support.microsoft.com/?kbid=311546), Including (as described in article) for "CApplication.h", "CWorkbook.h",
|
|
| Win API (view all ...) | Last Post | Replies |
|
| API_mciSendString hangs | 07 Sep 2008 23:15 GMT | 2 |
I'm using the mp3.bas from Michael Karathanasis for years in a little prog for mp3s. (http://www.vbforums.com/attachment.php?attachmentid=3227&d=994045718) Since some days the above Api fails when is called by API_mciSendString "open " & mmName & " type MPEGVideo alias mp3", 0, 0, 0
|
| Scrolling Scrollbar in IE6 | 04 Sep 2008 13:31 GMT | 6 |
Using VB6 and trying to interact with an instance of IE6. I need my program to be able to scroll the scrollbars in IE. I suspect that I can use SetScrollPos API, but how do I get the hwnd of the scrollbar (I can get the hwnd of the main IE window, but not the Scrollbar)?
|
| SetFileInformationByHandle He | 04 Sep 2008 04:25 GMT | 7 |
I'm writing a filecopier using APIs. I've gotten everything working, but I want to set the destination file's date stamps match the source file's. I can get the info using GetFileInformationByHandle, but I'm stumped on the SetFileInformationByHandle. I'm using the Unicode ...
|
|
| Crystal Report (view all ...) | Last Post | Replies |
|
| Need help on Distinct Sum | 06 Sep 2008 13:38 GMT | - |
I'm using Crystall Reports 8.5 and I have a table look like this InvoiceNum Amt 1 100 1 100
|
| "Report Header" in the middle of the first page | 05 Sep 2008 16:58 GMT | 2 |
I would like to place a "Page Header"-Section before a "Report header"- Section: {Page header} Logo ___________________________________________
|
| Problem with Crystal Report 8.5 Export and Word 2003 last update july 2008 | 03 Sep 2008 14:33 GMT | - |
I have problems to read document saved with export function in Crystal Report 8.5 Preview in "Word for Windows documents" format. This problems appears after Word 2003 Update of July 2008. What's happened?
|
|
| Deployment (view all ...) | Last Post | Replies |
|
| VB.NET Memory Leaks | 05 Sep 2008 08:02 GMT | 1 |
I have the following code in my vb.net app and when it runs, the memory usage at the Windows Task Manager keeps increasing for the application and stops after a while. I'm using some bitmaps and sound in the program. How would I stop the size thing to increase! I went to these ...
|
| WDS - exclude MAC address or MAC address range? | 01 Sep 2008 16:19 GMT | 2 |
My client is using Windows Server 2003 WDS with PXE. I have another server, Wyse Device Manager, that also uses PXE to image Wyse thin clients. The two PXE server tend to conflict with each other. Is there an easy way to exclude MAC addresses or MAC address ranges within
|
| ClickOnce Deployment of application to multiple destinations | 26 Aug 2008 07:31 GMT | 3 |
I'm using VB2005 and I'm studying the possibility to apply ClickOnce deployment instead of traditional *.msi. In a simple testing environment, I can make the deployment successfully. However, the real world is a little bit complicated.
|
|
| General (view all ...) | Last Post | Replies |
|
| How do I write to an alternative registry file other than the Windows Registry? | 08 Sep 2008 14:06 GMT | 2 |
How do I create, write to, and read from; a registry file other than the Windows Registry, using VB6 and/or the API as accessed by VB6 ? Thanks in Advance...
|
| 2003 Enterprise - 16 Way | 08 Sep 2008 13:48 GMT | 2 |
Scenario we have recently upgraded a older server from 4 way to 8 way CPU. When 4 way the CPUs were configured to run with hyperthreading. When we added more processors we switched this off as Enterprise is not meant to run with greater than 8 CPUs. Even though the server now ...
|
| Swiss Army Professional SeaPlane - Swiss Army Watches | 08 Sep 2008 10:02 GMT | - |
Swiss Army Professional SeaPlane - Swiss Army Watches Discount Swiss Army Professional SeaPlane: http://www.fashion163.com/Swiss_Army_Professional_SeaPlane.html Luxury Watches Lower Prices: http://www.fashion163.com/
|
|
| General 2 (view all ...) | Last Post | Replies |
|
| how to delete in sim contacts? | 08 Sep 2008 13:37 GMT | 2 |
hey, does anyone know how to delete all the contacts in sim card? cause it seems that u can only delete the contacts in sim card one by one. so i would like to delete the whole contacts in sim card. can tell me how? thanks.
|
| Capture filename from dialog box | 08 Sep 2008 13:27 GMT | 6 |
How can I capture the name of the file a user right clicks in the open file dialog using the common dialog box control? I can capture the name if a file is double clicked, or OPEN is clicked after selecting a file, or CANCEL clicked, but if they choose to right
|
| VB4 IDE: "Unexpected Error, quitting" | 07 Sep 2008 17:52 GMT | 1 |
Hi y'all, I had a windows 95 OSR2 computer that had VB4 on it, and it ran fine; but when I try to run VB4 under windows 98, I get that cryptic error message.
|