10,993 Topics
![]() | |
Actuaally i wan to read first column of "ProjectList" text file that contains...... Name of project Allocation Time in hrs Members for projects -------------------------------------------------------------------------------------- pro1 15 abc pro2 20 xyz And i wan to display name of projects only into combo box...... (how to use Random Access File Concept....) Please … | |
hello i need some help with something i have done making the Add Update Edit Refresh and here are my codes: DataEnvironment1.rsSubject.AddNew DataEnvironment1.rsSubject.Update DataEnvironment1.rsSubject.Edit DataEnvironment1.rsSubject.Requery But my problem is i have this form which has a data grid on it to display the records and i want to put a … | |
hi, tkx to welcome me in here! i have wrttien a program in vb6 that uses ms access. the program is a attendance monitoring system, that uses the time to calculates hrs late and early of employees. im having problem i dnt know how to make validations in vb6 ex: … | |
Can I set the value that MS word will use in the 'Save' dialog ? Usually when a word document is saved, Word will select the first few words of the document in an attempt to auto-create a document name. But I have a textbox near the top of the … | |
hello can i delete my thread so that it can't be found in the google?because all my thread can be search in google..hoping for your positive responds | |
Hi, i amworking with a code in VB6 that uses winSOCK connection. The problem is that when we compile the code, the first time the app gets connected, and the next time and further the app is not getting connected as the GetData method returns an Error which cannot be … | |
| |
hi all, I'm using wmf file for my picturebox. I want to make 30 * 30 pixel picture1.Picture = LoadPicture(App.Path & "\17.wmf", 0, 0, 30, 30) In picture 1, I have put scalemode in pixel and autosize to true But I cannot resize the image. picture1.Picture = LoadPicture(App.Path & "\17.wmf", … | |
I have 2 fields in my database namely username and password.i also created a login form with 2 textbox and 2 command buttom.textbox1 is for username and textbox2 for password.i have link the form to the database already.now how can i get data in the textbox to correspond to data … | |
Reading ProjectList text file(contains name of the projects) n display those lines into combobox my above code ....it is reading only first line of text file help......[code]Private Sub Form_Load() Open "c:\ProjectList.txt" For Random As #1 Len = Len(ReadData(1)) For intLoopIndex = 1 To LOF(1) / Len(ReadData(1)) Get #1, , ReadData(intLoopIndex) … | |
I would like to connect web cam in vb6.0. My aim is to connect a web cam thr' vb6.0 code, take a phtograph and save it to the access database. plz. help | |
Hi there need help on how to make the splash screen fade in transparently then afterwards start the progress bar that will lead in opening the 1st form | |
hello please help me on this ahm i want my picture to be bmp file so that i can place in my gui ..hoping for your positive responds | |
codes for moving bar while indicating progress in percentage (1-100) | |
How can i convert amount like 400 as Four Hundred dollar only , any one can help me pls | |
I need help on how a function created on Form1 can be called from Form2. E,g, Public Function RemoteCalled() A=X"2+2 End Function 'Then from Form 2, Call RemoteCalled I use VB6. Thanks for your quick response | |
Hi all need a little help please. i'm using VB (but very very rusty) and i need to write a simple macro to cut and paste in excel. the macro so far is: [CODE]Sub populate() ' ' populate Macro ' Macro recorded 09/02/2010 by ' ' 'select correct cell Range("D6").Select … | |
hye...currently i am developing stego application for my final project.. and i will using vb6.. what i need to know is the code for manipulating the bit because as u all knows that LSB insertion plays with all the bits stuff.. sorry ..my english are too bad..hope u all can … | |
Hi, i am developing a program which will store live data (data read from some device every second) into MSAccess database...now i want that data to be available over LAN... i.e. my main computer will be connected to device and i want other computers to read data from the database … | |
Hello everyone, I have an exce spreadsheet called "ProjectStatus.xls" in my local folder "C:\ProjectStatus.xls". I need to send it as an attachment to someone and I am using these codes: [code] Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(Outlookmailitem) OutlookMail.To = "giftxtian@yahoo.com" OutlookMail.Subject = "Project Status" OutlookMail.Body = "This is … | |
I need visual basic code for inputing name and address to 2 separate text box then display in address label.... | |
Hi All, I have a picturebox with dragover, mouseup, mousedown, and mousemove functions. If I set picture DragMode = automatic, I can use dragover, but I cannot use mouseup, mousedown, and mousemove. If I set picture DragMode = manual, but I can use mouseup, mousedown, and mousemove. But I cannot … | |
There are two sheridan grids of same size.(in VB6.0) First grid has horizontal scrollbar to scroll the columns. Second grid has no scroll bar. Now the problem is that when i scroll the scroll bar of first grid ,i want the columns of the second grid also to scroll simultaneously. | |
Hi, When using the following SQL query I get back just over 12,000 records. SELECT JobNumber FROM myTABLE; There are alot of duplicates within the records. I am wanting to only get back one of each JobNumber. If I use SELECT JobNumber FROM myTABLE GROUP BY JobNumber the number of … | |
Hi All, I need help in passing data from a datagridview control to textboxes control. When the user select the data from datagridview and then click the command button control in form1, I want the record to be displayed in the texboxes of form2. How do I go about coding … | |
Hi everyone! this is my first post here! hope to learn a few things!! i read the thread about students looking for easy answers to assignments! i understand the point. i am not like that. i am a member of other forums too and contribute what i can! on one … | |
A VB6 application has been developed on Windows XP platform and installation package is being prepared by using the Pachage and Deployment Wizard shipped with VB6. What are the additional files/DLLs reuired to be added so that the application can be installed under Windows Vista and Windows 7 ? Can … | |
give me a code to calculate the sum,highest,lowest and average? | |
hi i dont know how to install ijl11.dll i have a exe version of it and how could i incorporate this dll to my application | |
i have no background with arrays, so please treat me like an idiot. what i am doing: i have a task management system that can share a task between 1-50 different users. whenever a user adds a note or takes themselves off the task, i would like for each user … |
The End.