UDTs 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 Article[RESOLVED] Problem in monthly records.
good day! im trying to search records between 2 dates (monthly,weekly). what is wrong with my query/code? <code> paramDate1 = CDate(DateFrom) paramDate2 = CDate(DateTo) Set rs = New...
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 ArticleBackground color for Form..Simple, but how ..
Dear all it's simple to fill form backcolor. but I need set MSOutlook 2007 color (Blue) to my form. How to find the ( like this "&H8000000F&") for MSOutlook blue? Is there any other way? I have...
View ArticleDataGrid Insert One Data to all Rows of a Specific Column
Good Day to all, Got a problem here and been searching the net for days and no luck.. My problem is I just wanted to add one value to all rows of a specific column. For example in a column DateToday...
View Article[RESOLVED] Need help in VB6
i want to make some changes to a module in an existing software which is developed in vb6. i am new to this development stream.. so dnt know where to start my work. i tried to open my module. i can...
View ArticleRun-time error '1004'
Hello everyone, I have this error Run-time error '1004' Method 'Range' of object '_Global' failed with the following code Code: Sub copydatabis() Dim Nom As Variant Dim NomStk(), SerieDate()...
View ArticleVB beginner - using specific 3rd party software.
Hello, I have a limited experience with programming and I would like some help/advice with a specific software package I have to use at work... I have no idea what version of VB i'm using or weather...
View Articlevb6 list1 help
i need help i have 3 listbox in form1 list1 , list2 , list 3 list1 contains usernames now i need a button code if list2 and list3 contains list1 items them remove those items from list1 only please
View ArticledataBase problem
Hello Guys i have a big problem which says Attachment 94121 I do all folowing as it need u can check it i upload my project... Code: Private Sub cmdSave_Click() datListic.Recordset.AddNew...
View Article[VB6] - the variable can be changed inside of a sub?
heres 1 code: Code: Public Property Get Opacy() As Long Opacy = lngOpacy End Property Public Property Let Opacy(ByVal vNewValue As Long) lngOpacy = vNewValue. PropertyChanged "Opacy"...
View Articlepassing a Label value from webform(.aspx) page to a vb6 form Label?
Hello Folks, How are you All? I'm trying to passing a label value from webForm to vb6? When label shows up in Web i need this label error to show up in vb6 Label and alert me, I'm using code below but...
View Article