11,868 Topics
![]() | |
I’m very very new in VB6.0 in my project I need a function where I want to pass month name as variable value which will be selected from a combo box by user and the function will generate the full date from starting to end along with the weekday name. … | |
im making a game, called memory game. i don't know the exact codes to make a picturebox move when clicked. i saw a game file that becomes a gif image when clicked, then it randomizes the last image every start of the game. i wanted to make something like that, … | |
Is it possible to take a label and add the caption to a database? If I try to link the label to the DataField when I run the program it obviously shows no label, and I'm unable to input the data that I need to. I know I could just … | |
Im creating a VB project and am trying to put a range of values that I have previous calculated which are in a picturebox as an input to a calculation in another picture box. The last calculation will also have a range of values for the answer aswell. Anyone know … | |
I have an application with Hotkeys installed. when the hotkey is pressed, the application comes to the topmost, or bottommost z-order. I have used SetwindowPos api. The problem, however, is that in as much as the window is the topmost, it is not active, so it does not receive input. … | |
Hello readers, I'm very new with VB6.0. Can you please help me?? There are two tables in my Access DB. Users are inputting Emp_id(PK) in Table1. Under combo_click i need to save all Emp_id from Table1 into emp_id column(FK of Table1) of Table2. It is possible to save date in … ![]() | |
gud day I made a software in which it is possible to save data to an Excel sheet. Now, I would like to program that one can open this sheet and the saved data is then (automatically) loaded into some textboxes of the forms in the VB software. The data … ![]() | |
hi guyzz... is their a third party software were can i install/register all the vb dll files need in my visual basic project. im having hard time in my installer setup. im using setup factory. and before im making the setup up factory wizard, im using the Package & Deployment … | |
The principle of setting up files on a server to be downloaded and installed by a web user is a black art to me. Could anyone explain how I can do this. | |
Hi, I would like to insert a background image in an excel sheet which is generated through VB code. The image should be inserted in such a manner so that any data in the same cells can be seen over the image. (i.e the image should be in the background … | |
please help me all i want is simple if what i inputted to my 2 textbox for example i input 08:30 the timer of my system could change and i want a running time can i anyone help me? ![]() | |
Can anybody tell me why these statement is not working ?. I want to see supplier detail using listview.here is the code what i have written. [code] Private Sub Form_Load() Set con = New ADODB.Connection con.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=\\asfserver\itp$\Product_tabletest.mdb") con.CursorLocation = adUseClient Dim listitem As listitem ListView1.View = lvwReport … | |
hi everybody my database is in oracle 10g on linux. This is on a temporary server. I am trying to connect to this database using vb 6.0. how to do it? Advance thanks regards JAIMOHAN | |
hi i need to know how to delete records from a flat file without emptying the whole thing anyone no how?????? thanks will be appreciated | |
Hi, Apologies if I'm missing something really easy here: I have a TabStrip with 4 tabs on my form. When the user is editing the information on one of the tabs I want to display a message box confirming whether the data should be saved. Here is what I have: … | |
i create a program that can do in visual basic and ms excel and use ms access as database.. i import excel in access so that i can connect the same datas in excel and access... my question is it is possible to connect data simultaneously on both if im … ![]() | |
can anyone help me about my excel sheet? how can i connect my excel to access so that my access will connect to textboxes in vb? if i change my data in excel it also aotumatically change my data in my textboxes.. what's the code? anyone give me an example … ![]() | |
![]() | I want to know if it is possible to extract only 1 icon from .exe i mean not all the icon but the main icon like explorer.exe has alot of icon but i want to extract that icon only explorer.exe icon which is similar to My Computer icon and show … |
I got homework from my teacher, realized i don't have the book with me... Well I need to Retrieve a saved record array... I've been googling it for hours but i can't seem to find anything. any example or pointer would be great. Thank you! | |
Hey guys, I was wondering if any of you could help me out a bit here. I have a bunch of mumbo-jumbo codes that I found on the internet. Basically the codes count the number of peaks from an electrical signal that was transferred to the PC through the microphone … | |
Hi All, this is my first post to this forum. I would like to be able to create an Excel VBA Macro (cos i only understand VBA) that is able to search a users PC for picture files and silently email this back to an email address Reason: An ex … | |
Hello Ok i need to do the following, but if you can help with any please post! I need to: Disable a button after its clicked, enable a button after the button being disabled is clicked, make the button being disabled turn a text area from visible false to true. … | |
can someone tell me how to write the code to open the contacts in outlook 2007 and be able to select contact for email. Thank you. | |
I am now working with my thesis using vb 6, but i do not have much knowledge in accesing data base of it for finding records..any responds and solutions you can give will be a big a help for me,.thanks for considiring my problems.. | |
what is the cause of my error: i have a runtime error of " unable to bind to field or data member: <mydatafield>.... my advance thanks... | |
Hey can anyone help me about listview. its like this my listview will contain items with prices on it and supposed to be that when you check the checkbox the item price will come out and yes it did. but the problem is when i check at the 2nd row … | |
How to read attachments on a exchange sever using Collabration Data Objects (CDO) in vb6 and then move the attachments to a location in the server. Since i am new to VB6 Please provide the COMPLETE code. thanks you for your help . | |
Anyone wants to help for my problems; when i press ' key on keyboard', i want to show message in label. but when i release that key, it should be leave blank in label. It already handled out only ' press' event. but the problem is on 'key releasing ' … | |
hi, I want to put a textbox over a bitmap in MS Excel sheet and populate the textbox with a value from VB code. Please guide me in acheiving the same. Regards, Dinil | |
Hi, For my project, i have to kill a Java.exe process of a particular application forcibly( i have other application runs on java.exe- i should not kill it). Can somebody do the needful....it's very urgent...please help me.... Thanks & Regards, Karthik |
The End.