11,868 Topics
![]() | |
I am new to the whole concept of "data binding". What I am trying to do seems very simple, but I don't know where to start. I have a database with an ODBC System DSN and I can connect to it with an ADODB.Connection object. I can also create an … | |
hello all i m new to this topic, though I have some experience of using VB to control excel. I have an access database which has some records. The columns(fields) are first name, lastname, year of birth, city, county, district, state, tel ph number and email id. Now I want … | |
Can u pls post some of the links helpful to create front end design using visual basic and few code examples for a single base station with many number of receivers | |
hello please help me on this project form3 ..everytime i always add data it always already exist please help me to solve my problem..heres my code [code] Option Explicit Public con As ADODB.Connection Public cmd As ADODB.Command Public mch_rs As ADODB.Recordset, index As Integer, m_mchno As String Public sql As … | |
I have created small application(a part of payrole process), for my personal use in VB 6.0, which takes in the employees details, their salary details, employeers details, ect. and computes some othre values. the purpose of this application is to print some forms(4 monthly, 2 half yearly and an anual … | |
Hi Friends .. need a small help can anyone help me in showing how to call a stored procedure which returns a recordset .. yea i need to pass one parameter also for getting that required data .. thanks in advance.. Sameer | |
subreport[code]Dear friend pl help me how to call crystal subreport in vb6 backend sql !) I created two report report1 & report 2 both r working fine with below code. 2)I linked two reports by subreport concept of crystal but how to make coding in visual basic 6. Rep_form.CR1.Reset Rep_form.CR1.LogonInfo(0) … | |
kINDLY ASIST ME TO COME UP WITH A CODE OR AN ATM PROGRAMMING PROJECT | |
hello please help me on this...i have txt1.text that can input only pcs and ream ..my problem that if the user will use the uppercase PCS it will not accept because my trapping is.. if Trim(txt1.text) <> "pcs" and Trim(txt1.text) <> "ream" then msgbox "please input pcs and ream" exit … | |
can anyone post a tutorial or a link to tutorial where it would help me understand ado codes for connecting to my database . . . i'm really a newbie about ado codes. . . i haven't even tried to code using it yet . . . i just heard … | |
need a code to display date & time on the form so that when form is print i get to see the day & time events took place | |
[B]Please tell me How can i get HDD serial number in VB[/B] | |
Hi everyone, I am working on a window that will calculate an average grade from 3 grades typed in by user then display it's appropriate grade letter. This is what I have so far and well it isn't working. Can anyone point me into the right direction as to what … | |
I have perceived that I can get a significant performance boost when reviewing all items of an Outlook contacts list by using "Restrict". (I am looking at over 13,000 contacts). In spite of a lot of digging and reading I am having difficultly in getting my mind around what this … | |
hello please help me on this i want to use ascii but all i want i will not use keypress only my cmdadd...is this possible without using keypress?..hoping for your positive responds.... sample public function keytrap(keyascii as integer) if keyascii >=48 and keyascii<=57 then msgbox "invalid input" exit function end … | |
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 |
The End.