11,868 Topics
![]() | |
Hi, I would like to use and know about the golden parser engine in my software. I am using VB 6.0. Is there any ideal for it? I would like to learn more. thanks | |
Hi all, I have got the problems to sense the mouse's movement in VB 6.0. How should I solve it? At first, I use Form_MouseMove function, but the movement will not be detected while the mouse pointer gets out of form. If so, I can't use it. I know the … | |
Hello Seasoning Greating! Hello to you all i am a student in a college and we are in a group we are giving the task to choice a project topic to write on VB and the project should be related to what is in our environment such as! 1) sending … | |
Basically i have a VB6 project where i have a web browser on my form. I have a listbox and command buttons. What i have so far is when you click one of the command buttons, it opens a text file that is on your desktop. That text file contains … | |
Long ago, in the days of Word 2, I wrote a very successful macro ('surname first') in WordBasic. Its purpose was to create proper index entries from text. Because it was used to index a big book, it was apparent that the user, mousing the text, would often inadvertently include … | |
i have opend an excel file with vb6 an d i want to delete a row in the file by clicking a button in vb but i have no idee how i must do that. can someone help ???? | |
Im new whith vb6, i onley now de basic of it. but i have a problem with excel. I opend and existing excel file with vb6 in a private sub. [CODE]Dim xlApp As Excel.Application 'Nodig voor werken met excel Set xlApp = New Excel.Application 'excel openen xlApp.Visible = True xlApp.Workbooks.Open … | |
is there a way to implement a graphical scrollbar? the vb6 one is kinda ugly. | |
Hello everyone, I'm a bit new to this forum, found some excellent posts that helped me alot on this new and advance project I'm working on. I'm creating a program to control Vinyl Mastering Equipment, and the audio that goes with it. The problem I'm faced with is accurate timing. … | |
Hello everybody, first this is my first post on this forum and im from Germany, so sorry for some confused language syntax ;-) I developed a electric circuit that controls some LEDs. This is built into my computer to make some light effects. I wrote a controlprogramm for the microcontroler … | |
can any1 help me use a progress bar(if im not mistaken) i wanna put a loading bar in my login form but i dont know the syntax i must put thx in advance to any1 who can help | |
Hello, I'm just curious if anyone out there has ran across a nice ListView control replacement that does LARGE icons? What I'm trying to do is display decent size icons on the left of the control and then on the right side have a text area with title that all … | |
Hi I have created one form with labels as ScripName,LTP1,LTP2,LTP3. 1.Now i want to write an event procedure for On Click event.I want to run the following update query when i click on LTP1 label UPDATE ppc500 INNER JOIN bse500 ON ppc500.ScripCode = bse500.ScripCode SET bse500.LTP1 = ppc500.ltp; ( ppc500 … | |
Can a form have a different shape than just square or rectangle | |
"MS Development Environment has not been installed for the current user. Please run setup to install the application." when i start visual basic: may be this is because of soem windows update: is there any way to resolve this problem | |
I read my text file into a string with something like [CODE]String = My.Computer.FileSystem.ReadAllText("textfile.txt")[/CODE] now the text in the file looks something like xxx xxxx xx xxxxxxx xxxx xxxxx and i have to seperate everything into several arrays.. which really wouldn't be a problem but i can't seem to figure … | |
Hi all, I developed a program in VB5 that uses a lower version of crystal reports. I installed SAGE AccPac (As you may know SAGE ACCPac uses a higher version of crystal reports) on the same machine where the developed program sits. My reports are distorted. I dont think VB5 … | |
Can anybody help me with adding the records of access to combo and then searching through that by typing in the combo | |
Hi All, I need to color few items in a list box having style as checkbox. I can understand that getting this done is not so easy. But I need to do this for my project. Can i use any other component instead of listbox like listview. can someone pls … | |
Hi guys, I have been programming with vb since version 3 writing commercial applications. I have to write applications using the internet as the base block. I have never dealt with vb and internet controls, so I have no ideas as to how to write an internet app. with vb6. … | |
Hi all .. Hope that this forum can help me . I have to make a program that can talke to my Atmel ( micro) thu the ISP (In Serial Programming). I only have the source code in devcpp (c++) and dont know anything about c++ ... the source code … | |
hi well i have a program that can print wav data in a text file. Is it possible to make a wav file with the available data from the text file and play it in VB. Playing the file isn't that difficult, but i m still scratching my brains as … | |
I've been searching a lot, but couldn't find anything about what I would imagine to be pretty easy. I'm trying to get a number out of a List, that is getting information out of an Excel file. But I don't think that matters. I then want to give it a … | |
i need to program a (number- word) ex. from 100 convert it to one hundred by using vb 6.0 ... by using one command button and two text box. need help. pls. tnx for those who want to help.this is my project for my first program in vb 6.0. just … | |
I'm trying to write a macro for Excel. Here's what I'm trying to do. I have a list of 25 rows of data. I want to copy one row, paste it in another, and then print another worksheet to PDF (and then repeat with the next row). I can only … | |
Hi, I am trying to read a old basic (qbasic4) into vb6. As expected Im told to convert to text first. Problem is I dont have qb any more! Is this freely available or is there a read and convert prog available. Thanks for any help! philip | |
I was wondering what versions of visual studio are compatible with Vista? | |
hi every1 , i need a help pls on how i can make an installation form for my project, i mean, like when a burn my project on a CD, then after installing it, there will be a installation form(it will auto run), then that form will store the project … |
The End.