1,130 Posted Topics
Re: 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 | |
Re: 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 | |
Re: 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 … | |
Re: What do you have so far in... Code? Requirements? Plans? Looks? Operations? Is it to include JIT? Good Luck | |
Re: 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 … | |
Re: 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... | |
Re: See [url]http://www.shrinkwrapvb.com/[/url] Good Luck | |
Re: [url]http://vbnet.mvps.org/index.html?code/disk/volumelabel.htm[/url] Good Luck | |
Re: 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 | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: 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 … | |
Re: 1. Combo1.Enabled = False 2. Use another control... Good Luck | |
Re: 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!!! | |
Re: 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 | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: I myself would use the RTB (RichTextBox) and this article from msdn [url]http://support.microsoft.com/kb/146022/EN-US/[/url] Good Luck | |
Re: 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 … | |
Re: 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 … | |
Re: 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 | |
Re: 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... … | |
Re: 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... | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: 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 | |
Re: 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? | |
Re: 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 … | |
Re: 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 | |
Re: [url]http://lmgtfy.com/?q=vb6+password+strength+verification[/url] BTW: the pound symbol (#) will create havoc... Good Luck | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: Return it and go with another company... Good Luck | |
Re: 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 … | |
Re: 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 … | |
Re: 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 | |
Re: 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 … | |
Only green and red? What about blue? Or perhaps using valid RGB(?,?,?) See [url]http://www.tek-tips.com[/url] for some examples... | |
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 … | |
Re: 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 … | |
Re: "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 |
The End.