11,868 Topics
![]() | |
Ive got some quetions and hope someone has the answere. When I create a project i vs and want to have one gui what do I chose, console application or what? When I in the same project want to add a class do I then chose "add class"? If I … | |
Well I have a combobox with 3 items namely: Product Size and Cost. I have also a maskedtextbox. If I select "Product" and "Size" on the combobox, I want to disable the maskedtextbox from filling, how must I do it? | |
Hi all, I want to display excel data range from '2/1/2011 10:00:00 AM' to '2/4/2011 10:00:00 AM' using ADODB and VB6. The data result then display on the listbox but actually i get data that i don't want (date 10,22 are include). Does somebody can help me..? Here is code … | |
Hello, I have a login screen in my VB 6 program, it is for teachers, I have a user-name text box and password text box. There is also a login button. I want there to be one password for all teachers but I want each teacher to have their own … | |
this is control or software or else support some form? | |
Hi again.. i'm looking for how to running notepad from vb6.. please help me. any help will be appreciated. | |
Hi All, can anyone give me the regx expression to be used to search for ip address in microsoft visual studio versions. If I open text files using Visual studio and ctrl+Shift+F, search al open documents, then give the regex, it should list all the ipaddress contained lines at the … | |
hi all.. how i can check there are palindrome in textbox. e.g : i input "daniweb a bewinad" thanks and please help. | |
[ICODE]Dim li As ListItem Dim dTotal As Integer For Each li In ListView1.ListItems dTotal = Val(dTotal + CInt(li.SubItems(3))) Next txtgrade.Text = CStr(dTotal) 'returns the total value [/ICODE] data in LIST VIEW: 90 8 50 45 I used the codes above but I can only retrieve the values (45) ?? what … | |
Hey guys, I got this code to upload an FTP file which works great, but what do I do when I wnat to upload the contents of an entire folder? I mean, I could make a for-each but that would mean disconnecting and reconnecting to the FTP server alot of … | |
Hello, I have a form in my VB 6 program which has 6 labels; which are.. Unit 7 Mark: Unit 8 Mark: Unit 9 Mark: Unit 10 Mark: Unit 13 Mark: Unit 14 Mark: To the right of them I have 6 text boxes where the user enters a mark … | |
Hey all, I am trying to make a form that is blank and will add in 2 comboboxes, a textbox, 2 buttons and a checkbox next to each other in a row. I want the controls to be part of an array, so that all controls on a row are … | |
i am trying to generate a tree view from database, but i after 10 days, i could not fine any way, how to populate, i have tried alot... please help me... i have 2 tables of database.. i contains the parent nodes, and other contain the child node.. e.g [CODE]first … | |
Guys ,i got this code in my project ,but i didnt understand most of it ,if any body can understand then please add comments in it to understand. [CODE] Private Sub cmdclose_Click() Unload Me Unload recoform frmmain.Show frmmain.Image1.Picture = LoadPicture(imagefile) frmmain.cmdont.Enabled = True frmmain.cmdpre.Enabled = True frmmain.cmdrecognize.Enabled = True End … | |
hi I have been tryingto make the columnheader of a listview fixed so the user want be able to modify it manually by mouse scrolling but i couldnt find any solution een giving it a fix width didnt work so any ideas i would be thankfull | |
Hello All, I am a freshman at Virginia Tech and am currently stuck on an assignment our professor has given to me. We need to create a simple calculation output determining the high noon point of the day determined by the input of the sunrise and sunset. I was looking … | |
how to disable and enable windows keys using vb6 coding? plz help me.................. | |
hello. i have got a unique ID for each customer and i get the form to search this ID and all the customers details appear. but i want the option for them to edit their details by changing what is in the textbox. i can get it to save to … | |
Hello to Dear Friends, iam creating data reports ,but the problem is i cant find the way to make report in LANDSCAPE...i heard sp5 or sp6 vb can do that ..but i couldn't found any option like that. kindly guide me how to create reports in landscape format... ithink there … | |
I can not save an image on my form because the picture size is too big. how to store images in the table and what kind of typenya in the table to be able to load images. thank you | |
Anyone have knowledge on how to make a label during run time which it depends on the user on how many label should be made i have tried some codes but it won't work. [CODE]Option Explicit Dim m_memo, m_size, m_equation, m_jobs As String Dim i As Integer Dim lblfield As … | |
I've tried so hard by myself and I've just ended up confusing myself as it's my first time using vb. I didn't want to waste anyones time but I'm sorry I just don't know what to do.. ---- How would I code this? I want to make a progress bar … | |
hi there, i have created reports through Data reporting, problem is that the data shown in reports it continues, like 2 entries in 1 page ,half entry on next page,, in simple it is unorganized. i want data report to show data separately ..kindly tell me what is the process..to … | |
First i use VB6 and i want to make one application on which send auto button command e.g. "X" to my particular application e.g. Firefox not send button command to other application so i can use it my keyboard to on other application and also i send button like take … | |
Hi all, I am trying to manipulate an Excel spreadsheet. I want to search the A column for a string from a text box of vb6 then display it. I can't get it to work in my VB6 app. What am I doing wrong ? Dim mailmwo As Excel.Application Dim … | |
i have connected combo box with data base... i have called a field in combo box... but i dont know how to made selection.. means when i click on items that are in combo box from database, the text box should change value according to the selection of combobox. [CODE]Option … | |
Please give me reply as early as possible!!! [CODE]In this at the code "Set rs = db.OpenRecordset(SQL)" here the loop auto matically terimates[/CODE] [CODE]Private Sub cmd_Copy_Policy_Click() On Error GoTo Err_Click Dim db As Database Dim SQL As String Dim rs As Recordset Dim PolicyYear As Integer Dim NewYear As Integer … | |
Hello everyone: I have the following issue, i have and old computer and i need to erase pics and all that, but that computer has several folders and some are hidden, and is very time consuming checking where are those folders. I would like a VBS to erase all the … | |
Hello everyone!!! I'm a new poster here. Can somebody help me with my project. My listview is not working. :( I need to search a person's name using his/her lastname and firstname and display all the people with the same lastname or firstname and those data will display in the … | |
I have been tasked with trying to troubleshoot a VB6 problem with communication to a bar code scanner a CiMax 7500a running a PCC program. The scanner has worked for quite a while now and the same program that has worked for years does not work with it anymore. The … |
The End.