Library for Converting PDF to TIFF
Hey guys, do you know of any library that can be used in VB6 for converting PDF files to multi-page TIFF? A download link would be much appreciated! Thanks in advance! :)
View ArticleProgram to solve for variable algebraically eg: v=u+a*t -> a=(v-u)/t
I would like to make a program which solves for an unknown in an equation, which seems easy to do on paper, but I have no idea how to make the computer do it. Here's an example: I start with a string:...
View ArticleVB6 and Bartender
I am new to th forum and this is my first post. I have written a new VB6 program that uses Bartender to print law labels. I developed it on my PC Winows7 but when I try to run it from another PC I get...
View Articlehow to disable a time passing in DtPicker with format of HH:mm
i have 2 date pickers with format of hours now i also have a list that you can only make a appointment from 08:00 to 23:00 first dtpicker is called "DtStartTime" 08:00 second dtpicker is called...
View ArticleVB6 string format problem need your help
Hi, I found VB6 string format at the link: http://www.vb6.us/tutorials/using-fo...string-formats And I then tried: Dim a As String a = "abcde" Print "---" & Format(a, "@@@") & "---" Print "---"...
View Article[RESOLVED] how to disable a time passing in DtPicker with format of HH:mm
i have 2 date pickers with format of hours now i also have a list that you can only make a appointment from 08:00 to 23:00 first dtpicker is called "DtStartTime" 08:00 second dtpicker is called...
View ArticleUpdate Web Page Via VB6
I have a web page that has a list of image URLs. I would like my program to be able to add a URL to that list so that when others visit the page, they will see that user's addition.
View Articlereport viewer crystal report 9
in crystal report viewer 9 report viewer prompt error as below method or data member not found .ReportSource Private Sub Form_Load() CRViewer1.ReportSource = Report 'assigning Report to Smart Viewer...
View Article[RESOLVED] vb6 what is a forms owner ?
I am writing some code for a forms queryunload. The form unloads and shows a splash form before and after .I don't want the splash screens to be the forms owner Can the owner be specified thru code. ?...
View ArticleRemoving a Reference, VB6
My app formerly used a third party ocx (resize.ocx), and it was checked as one of the references in the Reference dialog box. I no longer need this ocx and have removed all code references to it. (A...
View ArticleUsing loop in text box
Hello I used textbox in my project i write a number and some thing writing i textbox using loop for example i used this code Private Sub Command1_Click() Dim i As Integer For i = 0 To 10 Text1.Text =...
View ArticleLooking for devs, creating comprehensive VB6 replacement from scratch
I'm begun a project, which I had a working pre-beta version of many years ago, that I have revived, and am looking to streamline, make the cod bug free, and something people actually would want to use...
View Article[RESOLVED] making an exe of a project causes emailworm
Dear all, Attached is the zip of project which notes the log in time when PC get starts But now when i m making the exe of the project it is complies & created but my K7 protection antivirus...
View ArticleODBC Driver Manager Data Source Name not found error
Trying to run compiled VB6 legacy program on Windows 8. Also installed VB6 learners edition on the Win8 machine, but have not installed SP6. The program stops at the first database reference:...
View Article[RESOLVED] how to add a combobox Name to be the default
i have a code that displays some values from a table to a combobox now when i open a new form the combobox is empty i did some coding but the first named displayed goes to the texr which i dont want i...
View ArticleHow to Display related Text in textbox when i am select item from dropdown box
Hi all, I have one problem in vb6 please help me.... i have created dropdown box which is showing a data of Name. i have also create a three more text boxes like "Area", "City", "MobNo". now first i...
View ArticleHow to Save Data from VSFlexgrid to Access Database
Hi All, Please help me i m new in VB6. i am using a VSFlexgrid 7.0 for putting data. now i want to save that data in to access database. can i save one single whole columns data of flexgrid in to...
View Article[RESOLVED] ODBC Driver Manager Data Source Name not found error
Trying to run compiled VB6 legacy program on Windows 8. Also installed VB6 learners edition on the Win8 machine, but have not installed SP6. The program stops at the first database reference:...
View Article[RESOLVED] How to Display related Text in textbox when i am select item from...
Hi all, I have one problem in vb6 please help me.... i have created dropdown box which is showing a data of Name. i have also create a three more text boxes like "Area", "City", "MobNo". now first i...
View ArticleCopy mmplayer video image to clipboard
Is it possible to copy a specific frame of a video played in WindowsMediaPlayer to clipboard ? Thanks
View Article