VB6 - Run-Time Error 55 - File already open File Download
Hi, I am using Jmacp's Asynchronous download User Control to download files of over 500MB. However, I noticed that I receive a number of errors, one of which is "Run-Time Error 55 - File already open"...
View ArticleDelete an element form a listbox using a popup menu
I want a "Delete" menu to pop up when the user right-clicks on a listbox to remove the selected element. However, in order to distinguish mouse buttons I have to use the Mouse_Down event which occurs...
View Articlelistview shows total time database table dosnt
very strange thing .. when i load my program i see in the listview the total time in the system when i go to the database manualy (at the same table) i dont see nothing in the total why? this is my...
View Articlemdb & mshflexgrid
I have: Txtposition Txtnum Adodc1 Mshflexgrid1 Problem: I want to store text1 data to mdb where txtnum=!num but I want to check whether it is already in mdb or not. I show my mdb data in mshflexgrid....
View Article[RESOLVED] how to show a currency format from left to right
i have a calculator of a tax now i need the currency to show on the left side of the amount and it shows me on the right e.x shows me this 100$ i need this $100 i used ccur , val, formatcurrency you...
View Article[RESOLVED] Combobox with Vlookup type function?
Good afternoon, Is it possible? I have a combobox that has a list of states. Each state corresponds with a percentage. If i select a state, i need the percentage to show in a textbox. I guess i could...
View Article[RESOLVED] Timer Control Question
If my Timer has an Interval of 100 ms and it's Enabled Property is set to False at design time then during run time I set the Enabled to True does the Timer event immediately get fired or does it wait...
View Articlehow to check if a mdichild window is open and cannot exit until its closed
is there a way to check if a mdichiild window is open and not let the user exit the program until this window is closed?
View ArticleChat Programme on Peer to Peer Network
Hi Friends, My Two Computer is Connected With Peer to Peer netwok . when it come to the Data_Arrival Event.ws(Index).GetData strData it says Wrong protocol or Connection state for the requested...
View ArticleCalling Subs in other apps
Is this possible and if so how would I do this? In App1 I want to call a Sub in App2 passing to that Sub the proper arguments
View Articlewebbrowser control activex
good day. guys I wanted to make my own webbrowser control. If I am going to use the webbrowser1 control on my new webbrowser activex control, even without further coding, will the new activex inherit...
View ArticleRead Data from RS232
Hi Can 2 software applications running on same pc at same time can read data from Hyperterminal . Will the one system will give message "Port Already Open" or not . If yes how it can be handled so that...
View Articlehow to make a setup file after compilnig a project
im using inno setup to make a setup for the user how ever i have a batch file and i want the program to excute it by it self if somebody used this before be happy for some tips if you use another...
View ArticleHow I block a website ?
hi all Can i block a website via vb6 like kaspersky or nod32 ? example http://www1.pcmag.com/media/images/2...ts-blocked.jpg http://kb.eset.com/library/ESET/KB%2...820/2820-1.png i have the example to...
View Article[RESOLVED] Unloading Forms
In a Multi-Form project I can unload all Forms in the Form_Unload event of Form1 (the startup Form) so why can I not do same in Form2? Form1 Code: No problem Private Sub Form_Unload(Cancel As Integer)...
View Articleunrecognized database format in virtual data manager
i try to modify a table acees that is 2003 i get unrecognized database format first time i see this any suggestions ?
View Articlehow to get the ip address of the site
hi bro can u share a project to get the ip address of any site:eek2:
View Article[RESOLVED] how to add a * in a listview
is there a way to add a * intsead of a password to a listview or a number? if say i have a pricelist and i dont want somebody to see the price then it will show me a * instead of the price? tnx in...
View Articlevb6 to vb 2010
Guys I have a program that was made in vb6 and would like to make it in vb 2010. but do not work in vb2010 with winsock. I tried the converter but get a lot of errors. Could some one help me with this?...
View Article