| Thread | Last Post | Replies |
|
| Canceling a print job via VB | 11 Aug 2004 08:37 GMT | 2 |
Win 98 SE VB 6.0 (SP6) Hi, My apologies, I posted this to comp.lang.basic.visual.database in
|
| Changing label caption in Frame? | 11 Aug 2004 07:01 GMT | 3 |
Hi all.. This may seem simple..but I am stuck here! I have a frame in which I have a label. I was trying to change the caption of that label via code (I mean at runtime & not design time). But there is always an
|
| Change Label Caption in Frame | 11 Aug 2004 06:55 GMT | 4 |
Hi all.. This may seem simple..but I am stuck here! I have a frame in which I have a label. I was trying to change the caption of that label via code (I mean at runtime & not design time). But there is always an
|
| vb app deployment problem | 11 Aug 2004 00:04 GMT | 2 |
Can't remember how to fix this problem. I am installing my app on a windows 2k machine, and after it copies over the system dll etc files, it says I have to reboot. After I reboot, it does the same thing over and over. I use the package and deployment wizard to create
|
| OnComm event parity error detection | 10 Aug 2004 22:45 GMT | 8 |
I have written code to determine weather or not the received binary data on a com port is odd or even parity. I have set the port to 38400,e 8,1 and use the oncom event parity error to trap odd parity. The trouble is, if a string of odd parity bytes are received, only about 1 in ...
|
| VB .net 2003 - Microsoft Word 2000 integration question | 10 Aug 2004 19:34 GMT | 2 |
What I'd like to do is design a small VB.Net (2003) application that populates various labels in a word document (Office 2000), as well as selects what other word documents the user would like concatenated to the end of the main word document.
|
| Retrieving email from Outlook express | 10 Aug 2004 17:10 GMT | 2 |
Can someone tell me how I would go about pulling specific emails off of outlook express? I can't find a way to set up a component reference to Outlook - I figured that would be the easiest way. Any suggestions appreciated.
|
| Newbie: Class in one solution in VB.NET available to another solution | 10 Aug 2004 16:53 GMT | 1 |
Dear VB.NET gurus, I have created a class in one solution (Windows class library produces a .dll). The class is Public, call it Public Class foo. I have a second solution (windows application producing a .exe). The
|
| Microsoft Schemas Missing? | 10 Aug 2004 16:48 GMT | 1 |
I have been using the CDO object to send mail programmatically (VB6) for at least a couple of years now, and my class has worked consistently. Suddenly, maybe within the past couple of weeks? it has stopped working. I now get an error stating "SendUsing configuration is invalid. ...
|
| Load statement | 10 Aug 2004 13:41 GMT | 4 |
Can anyone spot what's is wrong with this code: Public Sub SysFave() fileFPL.Refresh Dim A As Integer
|
| vb6.exe closes randomly on W2000 Pro | 10 Aug 2004 09:41 GMT | 1 |
when running an interactive session with the vb6 IDE open, I get random closures of vb6.exe with a message pop that it is writing an error log and then after about 1 minute the vb6 ide closes
|
| Printing single database entry in VB.net | 10 Aug 2004 07:28 GMT | 2 |
I need help figuring out how to print a single entry from a database using vb.net. I have written a program that will allow the user to view/edit/add a recipe to an Access 2000 database. My problem is that once the user gets the recipe they want on the screen, how can I put a ...
|
| Getting caption/text from foreign application | 10 Aug 2004 07:26 GMT | 7 |
I searched this and some other forums but still have an open issue: How can I get the text or caption of a foreign application's message/dialog/form etc? I would like to have the following functionality:
|
| Ignoring Password Protected Word Files | 10 Aug 2004 04:06 GMT | 6 |
I hope someone can help me with some trouble I am having with an app I am building. The app opens several Word documents, one at a time, and prints them. Unfortunately, some of the documents are password protected. I am using
|
| How to change 'On Error Goto ArreurA' with 'On Error Goto ArreurB' without error if an error occured? | 10 Aug 2004 03:16 GMT | 9 |
Exemple: On Error Goto ErreurA Picture = LoadPicture(VarName1) On Error Goto ErreurB
|