12,425 Topics
![]() | |
Hi to all! First I wanna say thanks for taking time to read my thread. I just wanna ask something about the flexgrid in vb6. Cuz I have a form that have a textbox wherein I'll input the employee id. And then I have a button wherein when clicked, it … | |
Greetings Please help. I developed a programme in vb6. It refuses to open on Vista. I do not experience any problems with XP. Thank you | |
Hi all! I have one problem when i try to open exe with shell function it works fine but how can i open XY file using program who is designed to open that file. For example i have picture in mad in corel draw and i want tu open that … | |
hey I am trying to make a program on visual basic 6 to determine weather a word or phrase is a palindrome or not. I need my program to be able to tell if the word or phrase is a palindrome and it not being case sensitive. The code below … | |
hi there! basicly i want to make a program that will detect when windows email recives a new message. so... thats basicly it. thanks | |
Greetings! Anybody have idea how the determine the same numbers in 100 records. For example there are 100 inputted numbers in the database file. These numbers, some numbers have the same value. Anyone know to determine these numbers and display like this. input 100 numbers inputted in the database file … | |
I am using a Server and client application.. My server used to send lot of data .. i used to get even 1000 data at a time.. I am trying to split the data and keep in a variable.. I am missing data at that time.. so now i need … | |
Hello, I'm new to gui programming althou i've done things before in c++ i've always encountered this error and never really tried to fix it. Lets for say I have a counter label and a button that says "Start" when one clicks start the label changes values from 0 to … | |
hi there, i am new to excel VBA. can anyone help me how to copy all the data in excel to another excel sheet by means of visual basic. for example excel1 and excel2.. after i locate excel1, then when i click copy button, it will copy all the data … | |
hello to every body im new in the vb language plz kindly help me can anyone tell me how to get the data from comm port by using the vb2005 thanks for replying me thanks | |
hi, I am having a prob in collection object...My prob is Server sends a data and i have to save the data in flexgrid.I am using this data as a key and for the reference i am saving flexgrid row number with key. If another data comes.i just want to … | |
Hi i am new to vb6, i am trying to generate reports in word application, that all works, but my problem is i have one database containing 6 fields, i used ADODC to connect to db and i can save records, my fields are 1. Report number 2. Name 3. … | |
Newbie to QB - I have an assignment to create a grade sheet for one student. Must list name, instructor, class, test grades 1 through 5, average, low grade, high grade and new average with lowest grade dropped. I am so confused about arrays. I am using examples from class … | |
I have a copy of VB 4.0 that I had on my old computer. I hadn't done much with it, but was just starting to play around with it a bit when my old computer died. When I attempted to install the program on my replacement computer, I get a … | |
My name is Stephanie and I have no idea what I am doing. Here is what I need help with: Modify the code in the btnGuessW_Click event procedure. Add the code to implement the following logic after the existing code: • Test the value in strWordGuessed against the value in … | |
Hello everyone, please am writing a database app. basically a church management and i want to be able to filter items such as birthdays or gender onto a report, For example; i want the report to be able to sort out from the tables into this manner. [U]Name Gender[/U] Mr … | |
hi im using visual basic 6 to create a text based game i have started and have only just started learning programming via visual basic and have learned a fair part of it. just need a a little help with the user form where the user enters there name age … | |
sir, I have a problem that I have a list box ,in which i have the nemes e.g.ajay,abhay,abhinav,bani,coma,naveen etc. and have a text box for searching the name in the text box.When i press the a,it will show ajay,abhay and the abhinav.Which is good.when i add ab in text box,it … | |
sir, I have a problem that I am using a flexi grid,in which I have the data as, Data_name Data_value Data_no S_no S_type etc company1 company2 company3 company4 Company5 company6 company7 etc Now this col.is fixed and when user click on the company1,3,5,7 and press the ok button,the new form … | |
I need to find the values for two columns in my table. The first one is a number and I able to find that one alone. I added the second column and it does not seem to work. It is a check box and all I need the function to … | |
hi guys... im using flexgrid for viewing and encoding of data for my project. i wanted,to have a automatic computation for the column i have for example : once i input number in col1 and col2 the sum will show up automatically in col3. col1[ col2 col3 5 3 (automatic … | |
Hi Guys!Good day! Ive notice just this day that the user of the program Ive made can double execute the program. I want the program to behave that when the process(task manager) of the program is already running, and when the user run the program again, the msgbox will show … | |
Ok, first off my program is working fine i just need help with my next step of my program. [CODE] Dim y As Variant Dim v As Variant For Each v In myArray For Each y In strArray If (Len(v) = Len(y)) Then For i = 1 To Len(y) If … | |
well first all, thanks for all help i have recive here before, just to make things cleare just cuse i olmoust got someone in trouble on other forum, this is not to make something ilegal or to cuse any spam. is for a privete forum and support i have!! this … | |
Hi guys.! Good day! I have a one windows xp computer which ive installed wamp(windows apache mysql) package. I want to connect to this computer using one computer on a network. The code works fine when i run the program on this server computer because i will just specify the … | |
Hey guys thanks for viewing this post. I have created an array to store usernames and passwords. Im tryning to get the array ReDim-ed mid program. Here is the array: [code] Public Sub Usernames_Passwords() [COLOR="green"]'Assigns names to array space 1[/COLOR] arrNames(0, 0) = "bnsjon" arrNames(1, 0) = "bnsjack" arrNames(2, 0) … | |
ITs a simple textbox ITs works as a ID no in a program. So a person cannot have similar id no..so how to do that..anyone>>> If user enters the same number then display error message " you entered the same number" --when the user clicks the cmd.submit button..... | |
hellow to every body im new user to the vb 2005. plz help me out can anybody tel me how to get/send the data from mobile modem via serial port or to take data from microcontroller plz kindly answer me or reply at [EMAIL="adeel_ghani2003@yahoo.com"]adeel_ghani2003@yahoo.com[/EMAIL] thnks | |
This is the code i am using for displaying data into the DataGrid,bt its not working,plz help Set DataGrid1.DataSource = rs If rs.EOF And rs.BOF Then MsgBox "Invalid Entry", vbOKOnly, "Stop!!" Exit Sub End If Do DataGrid1.Columns(0).Caption = rs!PS_NO DataGrid1.Columns(1).Caption = rs!Name DataGrid1.Columns(2).Caption = rs!DT_PREP DataGrid1.Columns(3).Caption = rs!ADV DataGrid1.Columns(4).Caption = … | |
hi could anyone help me out with the below coding on send keys in Excel VBA I have a excel fiel in cel a1 i have username and password in cell a2 and i have a web page with login texbox and password text box and a submit button below … | |
Hello, I am trying to figure out how to generate code from user input. In Visual Studio 2008, Visual Basic I am new to this so I will try to explain the best I can. Thank you. My script always begins with: [CODE]function Init(Quest)[/CODE] Then from here a user would … | |
Hi everyone! is there anyone has an idea on how to incorporate the biometrics scanner (time in/time out) with visual basic. For example, what would I need (devices, component, software, etc.etc..) such that I can manipulate the data in the biometrics device with visual basic programming and ms access as … | |
hey guys i am builing a program "alis score". what it does is calculate your GCSE grade and give a score for that...(total subjects divide by 9). I got like max. 9 subjects in my program and consists of three form.. I have finished all the programming but i got … | |
| |
hi everyone i want to delete arecords from my databse which is in oracle through form which is in vb.when i enter the primary of a partcular table and click detele.it is shown in the massagebox that "a record has been deleteed"but when i ckeck in database the record remains … | |
I put together a simple speech recognizer. It works fine, but when I click the X to close it, it takes forever to unload... can I do anything about it? [CODE] Dim WithEvents RecoContext As SpInProcRecoContext 'RC Dim Grammar As ISpeechRecoGrammar Dim Recognizer As SpInprocRecognizer Private Sub Form_Unload(Cancel As Integer) … | |
Here my code to fill listview. When the rset are a few the code work fats but with 154.478 rset the code use a very very time, have asuggestion? A frined suggest me to loop all rset and fill array next loop the array to fill listview. Other friend suggest … | |
How to crop picture(.tif) | |
Hi all.. im kinda new to vb..i tried to connect my data control to a text file generated by my visual data manager, but every time i tried to run the app..it says that i dont give a right location for my file, i dont specified the location from the … | |
Good day!. I want to copy all the folder contents to a certain location. To be specific, i have a folder named (webproject) relative on my vb program path.When the form load, i want to copy all the content of this folder(webproject) to C:\wamp\wwww\onlineweb\.I just really dont know how to … | |
Hi there, i m not a very advanced programmer so i have now come up against a brick wall. i need to use a VB code preferably on a command button, whereby the user enters a keyword into a text box, clicks the 'Search' command button, and then a procedure … | |
Id like it so that when you click the 'x' button to close the program it doesnt just end. How do I apply code to the 'x' button? All help is appreciated, thanks in advance -Russell aka Rabbit | |
hey need some help guys. for example i have a text box and i will have input in it. but only numeric ones are allowed to be inputted in the text box if a character for example "a" is pressed the text box will not change and type the "a" … | |
Greetings! anybody know how to print msflexgrid and the data contain in this flexgrid. I want to know how to print this flexgrid into my printer. thank in advance. | |
hi guyZz... Do you have any idea about the Pole Display...??? I have a project what's you called Point Of Sales System..... Then, I have a device/hardware that I want to connect it on my project... It is cash drawer, pole display and a card swipe...... any Idea how to … | |
I am trying to create a macro which could copy information from a datasheet and past it into sheets which are named as one of the Cells in column A. I have a datasheet which contains five columns full of data. Column A contains the Client references. There are 200 … | |
I made simple database project. just add a data and see it. but when I run it another computer it show a massage. massage is below: 'E:\Vb6\New folder\db1.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected the server on … | |
can anybody tell me why this function is not working . i have written a this function in module and i have called in a stock1 form but it is not working there.can you tell me why bold line is not working.[ATTACH]9331[/ATTACH] here is the code written in a module … ![]() | |
can you pls help me how to make a vb program that will input keyboar character and then will output the reverse you enter.... ![]() | |
Good day.! I want to check all the textbox and combo box if its null or not. Once they click on the button, if one txtbox or combo box is null it will give a message that incomplete entry. I have already posted this thread, but i noticed that when … |
The End.