1,130 Posted Topics

Member Avatar for cabsjonel

Welcome to the [b]Visual Basic 6.0 Forum[/b]. Since you are asking about Visual Fox Pro in a VB forum I can only suggest that you use your new best friends (yahoo, google, ask, answers, bing) and search for vfp code or vfp tutorials... Good Luck

Member Avatar for vb5prgrmr
0
72
Member Avatar for shubhamjain1

If you are using the webbrowser contol you have several choices in how to accomplish what you want, but since we do not know what you are using and the code you are using to attempt what you want, we are left in the dark... Good Luck

Member Avatar for asaukani
0
128
Member Avatar for Seba Sama

Use M$ Access's query design tools to create your query. Once you have it showing the information that you want, then goto sql view and copy it from there into your vb6 application. It really is one of the best tools out there for creating the more complex queries... Good …

Member Avatar for vb5prgrmr
0
126
Member Avatar for obioma

What do you have so far in... Code? Requirements? Plans? Looks? Operations? Is it to include JIT? Good Luck

Member Avatar for vb5prgrmr
0
96
Member Avatar for xirosen

Did you create an install package? You must install the program onto the new machine! You cannot just copy the exe over and hope it works... Use the PDW or its replacement, visual studio installer, which can be found in the pinned thread of this forum about tips, tricks, and …

Member Avatar for vb5prgrmr
0
210
Member Avatar for Duki

Read while scrolling??? End gets you there without the need to read and once a user knows that, well... just think about human nature... (same can be said for page navigation which should also be available at the top of the page...

Member Avatar for happygeek
2
214
Member Avatar for santosh5471
Member Avatar for santosh5471

[url]http://vbnet.mvps.org/index.html?code/disk/volumelabel.htm[/url] Good Luck

Member Avatar for santosh5471
0
565
Member Avatar for VINOD_2553

Andre, I think you had better check the value of the picture property because If I remember correctly, it is just a handle to a memory location, so in short, you will be saving a long value to the database and not the bits of the picture... Good Luck

Member Avatar for santosh5471
0
154
Member Avatar for cabsjonel

Why yes we can. We can send you right over to ebay, nextag.com or sap/seagate/crystal.com where you can buy a legal copy of the software... Don't forget you will need the developers license... Good Luck

Member Avatar for vb5prgrmr
0
64
Member Avatar for cubekid

The native GetAttr function will return some of the information you are looking for (read only, archive, hidden, and system) while the GetFileAttributes API will return a bit more information as will the GetFileAttributesEx API. Then there is the GetFileInformationByHandle API but for finding the size on disk, I cannot …

Member Avatar for cubekid
0
771
Member Avatar for Dimonbak

First, PM a mod and have this thread moved to the .NET forum since this is the "classic vb verision 4/5/6 and not versions for versions2002/2003/2005/2008/2010. Then, there are several ways in which to solve this. A single do while result <> "" or eight of those (one for each …

Member Avatar for Moorendeavors
-2
583
Member Avatar for ghostin

First lets start with help file/search term subjects... For Text Files FreeFile Function Open Statement Line Input Function Input Function Print Statement Close Statement Search terms for you friends (yahoo, google, ask, answers, bing) vb6 Run at startup vb6 shellnotifyicon Good Luck

Member Avatar for vb5prgrmr
0
90
Member Avatar for pankaj.garg

Adobe as a windows print to pdf print driver that you can download, install, and print to just as you would a regular printer and I believe, if I remember correctly, that you can use an INI file to specify name and directory settings... Good Luck

Member Avatar for pankaj.garg
0
197
Member Avatar for pytup

Not that I know of right off the top of my head, but I believe rational rose used to be able to generate a flow chart of a project. Not that, that helps... Well, just so you know, the VB6.0 project files are almost all ascii so as long as …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for xirosen
Member Avatar for VINOD_2553

How about you actually earn your payraise by doing the work yourself!!! We just don't hand out code!!! You want someone to code this for you??? Go over to [url]http://www.rentacoder.com[/url] or [url]http://www.odesk.com[/url] and put your project up for bid!!!

Member Avatar for jhai_salvador
0
643
Member Avatar for pytup

Lets see what you have tried... and if you have no idea, I'll give you a hint [code] Select Case Curr [/code] Good Luck

Member Avatar for jp26198926
0
95
Member Avatar for krille

It seems that you are using a 3rd party component. It is that component that needs to be installed upon the computer in question to be of use in the design environment. "Well I have it on my computer, why can't I use it?" Well, there is a difference between …

Member Avatar for vb5prgrmr
0
142
Member Avatar for pytup

You need to look up the For Loop structure in help and or your book... [code] For VariableName = 1 To 6 'do search here (use if statement) Next VariableName [/code] Good Luck

Member Avatar for pytup
0
181
Member Avatar for saj_amo

Did you create an install package with the PDW or some other installer? If not, you need to as you cannot just copy an exe over to another machine... Good Luck

Member Avatar for vb5prgrmr
0
1K
Member Avatar for vivekdxt2000

You can do this via com or automation, or you can use ado... use friends (yahoo, google, ask, answers, bing) to search for vb6 automating excel tutorial or vb6 ado excel... Good Luck

Member Avatar for vb5prgrmr
0
85
Member Avatar for mrferroli

There are many places to sell domains including on your home page. See register.com or use your friends (yahoo, google, ask, answers, bing) and give a search for sell/buy a domain... Good Luck

Member Avatar for happygeek
-2
131
Member Avatar for santosh5471

I myself would use the RTB (RichTextBox) and this article from msdn [url]http://support.microsoft.com/kb/146022/EN-US/[/url] Good Luck

Member Avatar for vb5prgrmr
0
106
Member Avatar for sghayal

Not much of a scripter but I do know there is a lot of code out there for VB6.0 and I would normally say something like it is time to use your friends (yahoo, google, ask, answers, bing) to search for vb6 rs232, but since you are using VBS, you …

Member Avatar for vb5prgrmr
0
61
Member Avatar for pasido

Your dim rustysword as new weapon done inside of the class is causing a circular reference... Think about it. That declaration would be done out side of the class to instantiate the class. Then you seem to be missing the public procedures (let/get) to assign and retrieve the values. Next …

Member Avatar for vb5prgrmr
0
187
Member Avatar for abu taher

Abu, Abu, Abu. Did you first try your friends (yahoo, google, ask, answers, bing) to search for vb6 automating word tutorial? A lot of your questions will be answered in them... Good Luck

Member Avatar for abu taher
0
114
Member Avatar for pankaj.garg

Not having used that control before I don't know what to tell you but I have plotted data before using line, circle, and pset methods of a picture box and while this is probably a bit harder to do than using a control, it does give you the ultimate control... …

Member Avatar for pankaj.garg
0
234
Member Avatar for Narue

Speaking of searches... I don't know if this has been mentioned before or in this way, but, search forum, just the forum, not the site, and/or perhaps a selection of forums to search but exclude all the others... just a thought...

Member Avatar for ~s.o.s~
2
856
Member Avatar for 4ukh

Okay, same ole song from me... use your friends (yahoo, google, ask, answers, bing) to search for vb6 ado excel and you will find examples like this one [url]http://www.thescarms.com/VBasic/ExcelImport.aspx[/url] then see [url]http://www.connectionstrings.com[/url] for the correct DNS Less connection string... Good Luck

Member Avatar for 4ukh
0
111
Member Avatar for farmanshah

Most fingerprint readers come with a SDK or a dll that you can hook into with nearly any programming language. You best bet is to do some searching online for various makes, models, and manufactures and to see what kind of online support they have along with what kind of …

Member Avatar for vb5prgrmr
0
81
Member Avatar for cabsjonel

Let me introduce you to your new best friends (yahoo, google, ask, answers, bing) and when you search for information like you want, prepend it with vb6 so you don't get so much .net stuff. this search used vb6 search listview tutorial and the first 3 or 4 links should …

Member Avatar for cguan_77
0
674
Member Avatar for pasido

BTW santosh5471 and pasido, in santosh's example only the V2 variable is declared as long while the V1 variable is a varient... Just so you know... Good Luck

Member Avatar for vb5prgrmr
0
85
Member Avatar for santosh5471

So... Are you saying that you cannot compile the program? If so, then you should be recieving an error message that tells you what is wrong, or some vague representation of a helpful message. What is this Err.Number and Err.Description?

Member Avatar for vb5prgrmr
0
84
Member Avatar for pasido

If you are actually using VB6.0 you could do any of the following... this code creates multiple instances of the same form... [code] Dim F As New Form1 F.Show [/code] This first loads a form and then shows it... [code] Load Form1 Form1.Show [/code] this simply loads and shows a …

Member Avatar for pasido
0
166
Member Avatar for umers56

There are several mario like clones out there, search on those (vb6 mario game) returned some interesting results from my friend yahoo as did vb6 calculating gravity in game and vb6 collision detection... Good Luck

Member Avatar for vb5prgrmr
0
99
Member Avatar for jemz

[url]http://lmgtfy.com/?q=vb6+password+strength+verification[/url] BTW: the pound symbol (#) will create havoc... Good Luck

Member Avatar for jemz
0
173
Member Avatar for kbalamuk

From the sounds of it, you need an array, a two dimensional array, but if you must know how to create a table at runtime, you will need to use a create table sql statement... Good Luck

Member Avatar for debasisdas
0
120
Member Avatar for cabsjonel

When you start a new program and place a command button, label, text box, or one of the hundreds of other controls available to you onto your form, you are using an activex control. So in reality there is nothing mysterious about [b]using[/b] an activex control. Then there are suites …

Member Avatar for vb5prgrmr
0
88
Member Avatar for rajanmr

Well first off, since you are wanting to match patterns that are already seperated into groups I would use the Split Function based upon a space character " " to put each group into an array. Once that is done you can loop through the array passing each group to …

Member Avatar for vb5prgrmr
0
218
Member Avatar for amar1234

amar, welcome to the forums... I must first warn you that necroposting and highjacking like you have done is frowned upon in most forums. Next time, if you need to reference an older thread, please copy its url into your new thread... As for you question, use the Chr Function …

Member Avatar for vb5prgrmr
0
83
Member Avatar for anwarmeesh
Member Avatar for poojashah

Is the combo box connected to the ADODC? Have a seperate ADODC just for the combobox? Using the combobox for data entry? Must be disconnected...if so then you would use a [b]For Loop[/b] from [b]0 To Combo1.ListCount - 1[/b] to loop through the contents of the combobox while you use …

Member Avatar for vb5prgrmr
0
165
Member Avatar for sanjkadam

See [url]http://www.connectionstrings.com[/url] for a DSN Less connection string that you can use with ADO. As for examples, use your friends (yahoo, google, ask, answers, bing) and search for vb6 ado tutorial... BTW:sanjkadam, necroposting and highjacking are frowned upon. I have reported your post and asked for you post to be …

Member Avatar for vb5prgrmr
0
85
Member Avatar for leo1937ca

The way you have it now, it will delete all settings in the section when you do your change and if you only have one, then it will work, but if you have multiple, then it could cause some problems. Good Luck

Member Avatar for vb5prgrmr
0
338
Member Avatar for vinupattar

Okay, first start a new standard exe project and then press F1. When help comes up, click on the index tab and type in the following... FreeFile Function Open Statement Get Function Input Function Line Input Function 'for future as with what you have described this cannot be used Close …

Member Avatar for vb5prgrmr
0
187
Member Avatar for vb5prgrmr

Only green and red? What about blue? Or perhaps using valid RGB(?,?,?) See [url]http://www.tek-tips.com[/url] for some examples...

Member Avatar for vb5prgrmr
0
155
Member Avatar for vb5prgrmr

Just a thought or a suggestion for you Dani et. al. If the last post is older than X number of days old (say 30), remove the reply box and in its place, put a button/link that says something like "Would you like to start a new thread that references …

Member Avatar for colweb
4
184
Member Avatar for goumang

Using ADO? Know ADO? Use friends (yahoo, google, ask, answers, bing) to search for vb6 ado tutorial... [code] strSQL = "SELECT [std name], [roll no], marks, category, FROM tablename WHERE [roll no] = " & Text1.Text & " AND marks >=" & somevalue [/code] Now, if roll no is a …

Member Avatar for vb5prgrmr
0
88
Member Avatar for jemz

"provider=microsoft.jet.oledb.4.0;data source=" & App.Path & "\project.mdb [COLOR="Red"]& ";User Id=admin;Password=;"[/COLOR] See [url]http://www.connectionstrings.com[/url] for more information... Good Luck

Member Avatar for jemz
0
155

The End.