Disabling Print and Save Functions of AcroPDF Component
Hi, In one of the programs, I am using AcroPDF Component. I have no problems working with it. But, I don't want the user to print or save the documents. In simple words, I want them to open the program...
View ArticleUDTs and the API
Hi All, I am new to this forum so please bear with me. I have been encountering problems passing UDTs to API functions. I have experienced this UDT issue with passes to class modules as well....
View ArticleApp crash report, how to understand?
My own app crashed and Windows gave me this which might as well be in Chinese, how can I understand and use this to solve the problem? Problem signature: Problem Event Name: APPCRASH Application Name:...
View Article[VB6]Set volume level of WAV files
Hi men :) A week ago I asked for some help in MasterDrive.it community on how I could set volume level of WAV sounds before that my application played them using the PlaySound API function. In that...
View ArticleHelp reading a PDF
Hello. I'm new here. I've been asked to modify code that reads an XML file to also read a PDF (the source data can come in either format). I'm working with VB5 and Adobe Acrobat 9 Pro. I've been...
View ArticleVB6 - Saving microphone sounds into a variable
I've read that while working with the sounds coming from the microphone the program "saves" the microphone data into a variable. I want to perform a Fast Fourier Transform and I think I would need that...
View ArticleBackground color in Printer object.
Hi, Is there a way to print white letters on a black background using the Printer object?
View ArticleElements appearing on wrong tab
I created a program utilizing MS tabbed dialog control in VB5. I have a label and two command buttons which appear on the wrong tab. I placed these elements on tab 0 but after setting their properties...
View ArticleHow Can I Have Two Forms use a Serial Port
I have one form (frmMain) that is successfully transmitting and receiving over a serial comport using MSComm1. I want to open a new form, get an input from the user and send it out the same comport. I...
View ArticleGetting data from WebBrowser into VB6 application
I need to load a page into WebBrowser, click on a item on that page and get the data into my VB application. Below is the HTML code. If you click on any of the 10 images a color value is placed in the...
View ArticlePositioning Form based on Control Position from Caller Form
Hi, i'm making new Active X for Calendar Control. my goal is making as same as datetimepicker control i put command button in usercontrol that call a form that have monthview control, and i have...
View ArticleSerial registration issue
I have a keygen and I use the keygen to generate a license file so when users reload the main application it loads directly to main content. The issue I have is when I test it on my local machine it...
View ArticleVBC Task
Hi, I was coding in VB6, a game, however stopped for a few weeks. I went back to coding it and got these two error messages, even though I didn't alter the code since the last time I ran it...
View ArticleLoading RTF into OLE control launches MS Word
Please help. This did not happen in XP/2000 but is now a problem when we changed to Windows 7/2008 and Word 2007. I load an RTF file (created using the Rich text control) into an OLE control which is...
View ArticleIEFrame.dll not found
Hello Team, I have IE 8 installed on my TP and I am trying to load a VB Project created by someone else. When it loads it gives an error File Not found C:/windows/system32/ieframe.dll/1.. Kindly let me...
View ArticleDate Validation
Hi I have written this dtpdate.value is 08/12/2012 If IsDate(CDate(flxgd.TextMatrix(row0, 8))) < DTPdate.Value Then msgbox "Grid Date is less than Date Picker date End If but even flxgd date is...
View Article[RESOLVED] Setup Problem
Hi I have created Setup but when i run in the end it gives message "The procedure entry point _CXX frame handler 3 could not be located in the Dynamic Link Library msvcrt.dll An error occurred while...
View Articlepls help to fix this
when i try to load the form, i get an error like this; Error Loading File: chek the log file i checked the log and got this. Line 22: Class CRVIEWERLibCtl.CRViewer of control CRViewer1 was not a loaded...
View ArticleGetting Printer Properties dialog?
As I mentioned in another thread I'm using the not ideal Me.PrintForm method to print a form. The problem is I want the form printed from a specific tray and on a specific type of paper (cardstock from...
View Articleplay wav sound just 5 times
Hi all How can i play one wav file just 5 times ? i need to play short wav file for warning . thank's
View Article