Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14958 - 14987 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14958
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@...
Send Email
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...
Vasquez, Ramon
rvasquezgb
Offline Send Email
Nov 2, 2006
3:40 pm
14960
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@...
Send Email
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...
Vasquez, Ramon
rvasquezgb
Offline Send Email
Nov 2, 2006
4:42 pm
14962
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@...
Send Email
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 ...
ken keyser
ken_keyser
Offline Send Email
Nov 3, 2006
6:04 am
14964
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...
Matt
unicornssecond
Offline Send Email
Nov 3, 2006
7:14 am
14965
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@...
Send Email
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...
crombierob
Offline Send Email
Nov 3, 2006
12:46 pm
14967
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@...
Send Email
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...
rdyrmble
Offline Send Email
Nov 3, 2006
7:44 pm
14969
... http://www.connectionstrings.com/...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 3, 2006
11:01 pm
14970
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...
Michael
braxtoncotta...
Offline Send Email
Nov 6, 2006
2:36 pm
14971
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...
Michael
braxtoncotta...
Offline Send Email
Nov 6, 2006
2:36 pm
14972
'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...
Caio Kinzel Filho
caiokfbb
Offline Send Email
Nov 6, 2006
3:31 pm
14973
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...
Berezovitz Doron-BDB001
sonra
Offline Send Email
Nov 6, 2006
4:34 pm
14974
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@...
Send Email
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...
Juancho
obi_juancho_...
Online Now Send Email
Nov 7, 2006
8:06 am
14976
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...
Michael Hodge
braxtoncotta...
Offline Send Email
Nov 7, 2006
3:33 pm
14977
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...
Michael Hodge
braxtoncotta...
Offline Send Email
Nov 7, 2006
3:33 pm
14978
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....
Jesus Is the Answer
halfof4is2
Offline Send Email
Nov 7, 2006
4:59 pm
14979
activewoorkbook.close should work... Michael Hodge <clubs@...> wrote: I continue looking for help in this...
rdyrmble
Offline Send Email
Nov 7, 2006
9:08 pm
14980
hello again guys... want to print reports i made in access thru vb6. how can i achieve this? thanks...
Juancho
obi_juancho_...
Online Now Send Email
Nov 8, 2006
6:30 am
14981
hello guys... need your help in getting data from a selected row in datagrid or flexgrid. thanks in advance =)...
Juancho
obi_juancho_...
Online Now Send Email
Nov 8, 2006
6:31 am
14982
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 ...
Juancho
obi_juancho_...
Online Now Send Email
Nov 8, 2006
6:35 am
14983
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...
Jesus Is the Answer
halfof4is2
Offline Send Email
Nov 8, 2006
2:53 pm
14984
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...
anil_preston
Offline Send Email
Nov 8, 2006
3:37 pm
14985
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...
Juancho
obi_juancho_...
Online Now Send Email
Nov 9, 2006
1:33 am
14986
Hi, Actually I'm also looking the same thing as you. Do you have found the solution in exract mail from outlook?...
Syamsul Azmir
sam_ex104
Offline Send Email
Nov 9, 2006
7:21 am
14987
Hi everyone, I'm currently starting to build an interface program for extract e-mail from outlook. Is there anyone here can guide and help me?...
Syamsul Azmir
sam_ex104
Offline Send Email
Nov 9, 2006
7:21 am
Messages 14958 - 14987 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help