update column used for cbo box?
Hi again, Alright. So I have an access db. On one table I have placed values in a column. My cbo boxes load the values into the drop down using the below. Code:  With cboCaseManager   .Clear   Do...
View ArticleProblems with copying files
I have about 2500 files to be copied from one text to another and I used the following codes ( see attachment ) As you can see,code 1) works ok but when I put the text to be copied ( in this case "A1...
View Articlehow to calculate between 2 tables expenses and income in mschart & display...
i have 2 tables that im trying to show a graph i did some code(tried to)and get errors i never used mschart i looked some examples in the web didnt help much searched here also no result. i know there...
View Article[RESOLVED] Private constant = now()
Hi, I am trying work with a private constant below. I want to include the date in the file name. However I am getting an error, 'Constant Expression Required', highlighted in red. What do I change?...
View ArticleFileCoy Question
Hi, I need to use Filecopy to copy a file from one folder to another. The problem is that the file name is always different. The file name format is like this, 12345.xxx.xxxx.out. The 'x's will be...
View Article[RESOLVED] how to paste on in a single row from the top to the buttom in access
i need to paste some values in a single row but not the whole row only a single row which is from the header to the buttom in a single paste now im just going row by row and pasting dont know how to...
View ArticleKnowing if a picture has been dropped on another Form
In a single VB Project I have Form1 and Form2. On Form1 is an ImageControl with a picture in it. When I mouse down and mouse move on the Image Control I can drag the picture (not the control but the...
View ArticleClick event through Module
I was trying to get click event through module for list box Form Load Code: Private Sub Form_Load() With List1 .AddItem "a" .AddItem "a" .AddItem "a" .AddItem "a" .AddItem "a" End WIth End Sub List1...
View Articlewebbrowser control question
how can I remove the vertical and horizontal of the webbrowser control as well as make it borderless ?
View Article[RESOLVED] How to prevent VB6 from hanging while refreshing remote database?
Hi everyone. I have this big all-right program, and I want to add to it an ADODC that reads from a remote database (throught a DSN with ODBC) every 5 seconds for read for messages from me or other...
View ArticleVB6 - 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 Articlehow 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] 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 Article