Guys I am in dll hell at the moment!! We recently purchased Many2PDF http://www.gnostice.com/Many2PDF_x.asp from Gnostice Nice PDF converter.... However its...
Julian Holt
jholt@...
Nov 2, 2006 1:48 pm
14959
I had the same issue a while back. What we did was renamed the dll's (add our company initials to the name, example "xyzMany2PDF.ocx"). Our application...
Hi Ramon Thanks for the reply. Good idea... Thinking aloud here.... So did you have to then load "xyzMany2PDF.ocx" into VB as a 'new' control? (Components add...
Julian Holt
jholt@...
Nov 2, 2006 4:05 pm
14961
Julian, Yes you would then have to add it as a new control/component. Ramon ... From: vbhelp@yahoogroups.com [mailto:vbhelp@yahoogroups.com] On Behalf Of...
Hi Ramon Thanks again Unfortunately it didn't work.... Caused an app crash this time However...someone just sent me this which, shamefully, I didn't know about...
Julian Holt
jholt@...
Nov 2, 2006 5:43 pm
14963
how to send and fetch data from a dos based program window with vb6? two application running. 1 with vb window and the other one is dos program window. when ...
Julian, What I think you need here is a manifest file. Whilst they really only made a main line appearance in .net, VB5 and 6 supported their use (or...
Hi Guys Just to say the .local thing works a treat Ashamed to say I didn't know about this, but I intend to use this technique in the future and will install...
Julian Holt
jholt@...
Nov 3, 2006 11:33 am
14966
Thanks for the 'Heads Up' I suspected that one could place a control in the same folder as the exe, and sometimes it would work. Yout tip is certainly the way...
Hi Rob Not sure about not registering... Haven't tried I use Inno setup and obviously the controls get registered as part of the setup process. One thing I...
Julian Holt
jholt@...
Nov 3, 2006 1:53 pm
14968
Anyone know how to connect to a pervasive or btrieve database? Or have a ny idea of how to find out??? thanks...
Two problems the first time I have tried to use the Timer Control. First, towards the end of the program, I want to display a Warning message. This could be by...
I am an amateur beginner in programming. I have written a program for someone else to assist in recording surveys on Excel worksheets. Upon exiting, the...
'In the warning form Timer1.Interval = 5000 Timer1.Enabled = True Sub Timer1_Timer() Label1.Visible = False End Sub 'in the main form Sub Check1_Click() If...
Hi For the first issue You can set the label. property visible=true before you start the timer ( timer= enable ) . In the timer sub ( this is executed...
He means a "Don't warn me about this again" option I usually do this by using an ini file Write yourapp.ini to app.path if the user selects the "Don't warn me ...
Julian Holt
jholt@...
Nov 6, 2006 5:26 pm
14975
hello to everyone... im currently writing an application using vb6 and ms access 2k. i want to store my connection string in a text file. please help me out...
I continue looking for help in this area. The problem arises in at least two circumstances: 1. The Workbook is opened a second time when the first was...
Many thanks to you all. The Timer is now working. As for the second problem, it's like the Check Box when accessing "Yahoo! Groups": "Remember my ID on this...
You got the error because you attempted to get record #0 from the random access file. You're probably used to C or Pascal, in which the first record is zero....
thanks for replying. i have used 0 and 1 as a record index but it still doesnt work. anyway, i found a code snippet which addresses this issue and it works ...
MyVariable = msflexgrid1.textmatrix(msflexgrid.row, msflexgrid.col) if the cellpointer is in the cell in which you want the assignment to take place, you can...
Hello all, I want to distribute my vb app, can anyone point me in the right direction on how I can License it. 1)what's involved? 2)Do I need encryption...
i have disabled the cell selection property of the flexgrid. the user can only select an entire row. then the selected row will be displayed in textboxes for...