First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Saving form data
Given a form with a reference to a list of strings... What would be the easiest way to 'serialize' the contained data (list of strings) by easiest i mean easiest for a dummy like me to learn how to do so on program start the form could look on disk to find it's last saved state of collected strings i coul... 22 Jun 2010 22:40
Amcap (USBPCCamPlus) doesn't seem to work, does it work for you?
Can anyone run this program: Amcap (USBPCCamPlus). I've had difficulty getting it to work. http://download.chinavasion.com/drivers (Its description is about 2/3rds of the way down this long web page but you can also find it with the find feature in IE (edit menu > find - Ctrl+f - and find with keyword usbpc). ... 18 Jun 2010 13:34
Poooooor Fred...
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/e870128a-cd68-4210-8fc4-44916c76bb2b -- ..NET: It's About Trust! http://vfred.mvps.org Customer Hatred Knows No Bounds at MSFT ClassicVB Users Regroup! comp.lang.basic.visual.misc Free usenet access at http://www.eternal-september.org ... 15 Jun 2010 19:52
Print on two sides
I have an application that printed multiple pages and I have a printer (BROTHER 5370DW) that allows this. I select the printer using the CommonDialog1.ShowPrinter command and then click on the printer preferences to select two-sided printing. However, when the actual printing takes place is does not print t... 18 Jun 2010 02:39
Windows 7 Compliance: VB6 and Adhering to REstart Manager messages
Hi, How does one adhere in VB6 to Restart Manager messages. Here is some text that Microsoft provides in the WinQual tests for Win7. Would that be the Form_QueryUnload? If so, am I to just return False there or what is Microsoft expecting? Thanks, Sarah ---------------------------------------------... 6 Jul 2010 21:09
SetKeyboardState to send Ctrl key combinations
Can anyone help me understand how to use the SetKeyboardState function. I have tried several examples I found online but none of them (nor any of my own attempts) work for sending keyboard combinations such as Ctrl+A. Here is the code I currently have that does not work Private Declare Function SetKeyboardSta... 16 Jun 2010 13:17
.tlb crash
I would need a hint, please: I am referencing a 3rd party .tlb and I'm experience a hard crash (GFP). After several hours I found out that the crash occurs if any project has these (NOT CALLED!!!!!) lines: Option Explicit Private m_SomeAPI As SomeAPI.SomeAPI Private m_SomeAPIErr As SomeAPI.ApiError Pu... 15 Jun 2010 15:26
TypeOf
Hello! All my project share some "common" modules where I have anything that I use in all projects. In one of this modules I have a function that translates captions and texts. I am using control from TimoSoft-software.de, and unfortunately he named his controls just like the VB6 controls. So when I say... 17 Jun 2010 08:58
Pictures
What is the best way to resize pictures so that they fit in the imagebox, placed on the form. I have the image names in a listbox and when i click on the image it is displayed in the imagebox, however, you can only see part of the larger images. Thanks ... 16 Jun 2010 15:30
Forms and Controls
Hey, I can do this Debug.Print Forms(1).Controls("txtBox").MaxLength but I can't seem to do this Debug.Print Forms("frmMain").Controls("txtBox").MaxLength Is there a syntax to access form objects by name rather than by index? TIA Charlie ... 15 Jun 2010 14:18
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32