10,989 Topics
| |
I have a program that produces various reports. I need a way to send the reports to MSWorks/MSExcel. At the moment the reports are sent to a locked scrollable text box on-screen. This allows you to copy and paste the information to most word processor programs o.k. Unfortunately as I'm … | |
hai all, i have a doubt in Datareport creation. i explian with an eg. i have a database named evaluation and it contains the following fields Slno, Fname,Scode,Batch,Emark1,Emark2,Avg. the following sample records are in the table 1 ram CMA B1 5 4 4.5 2 Sreedhar QNM B1 4 4 4 … | |
Hi Everyone, This is probably simple but I don't know how. Can someone show me a code the test if the child form is currently active or currently the one open in front of my screen. Thanks in advance. newvbguy | |
Dear all, i have a project created in VB. and the database in MS Access. I created a menu driven programme. in file menu i inserted command named exit and in the click event i wrote End. it is working but when i click on the close button of the … | |
Just a quick question. Is it possible to have only say, a quarter of the form use directx? and is it possible to move this area around the form? Or, would the solution for this be to have two forms on screen simultaneously? Help appreciated, Joe. | |
Good Morning Guys, I am having difficulties in figuring out if a file exist. Below is the code I have; for some reason, the code does not pass through the if .Execute() > 0 line, instead it jumps to the else statement.I know that the file exist, please can someone … | |
Hai all, i am created a vb project and i want to know the code for selecting the contents in a textbox control when i press the Shft+tab key. vijesh | |
can anybody tell me how to generate unique numbers say of 5 digits each starting with the letter C? I have a form where i want to generate a code in a textbox for one product when i click on the generate button. not random numbers but in ascending order … | |
Dear all, i created a vb project for faculty evaluation. for that i also created a database in MS Access. Now I want to include one of the field in table into the section 4 of the datareport. is it possible?. if yes what will be the code. below i … | |
| I have written this code to Display the time every 15 minutes using MSAgent: (Private Sub Form_Load() On Error Resume Next CenterForm LoadAgent "merlin" theAgent.Speak "Hello" theAgent.Hide Gettime: Do Mytime = Time Myhour = Hour(Mytime) Myminute = Minute(Mytime) Mysecond = Second(Mytime) If Myminute = 15 And Mysecond = 0 Then … |
I just want a simple text-to-speech facility. I just want a digit to be spoken. I'm sure it can be done with an OCX. Could play a wav file, but want this ability within an exe. | |
I have just started to learn VB.i'm making a database using oracle and vb6. i have a listbox of items and a search button. one can see the details of a particular item in the listbox in a couple of textboxes in that same form by clicking on the search … | |
Hello Guys..:cool: I have developed a small speech recognition application,the application works fine, so when a person speaks a word, the first letter of the words appears in text box.. Now for the next part, i am planning to improve the accurecy rates, and I was told that I could … | |
hello i am trying to create a list box of some sort to display time and date when a certain table has been modified in microsoft access i included this line of code [inlinecode] Dim cat As New ADOX.Catalog cat.ActiveConnection = "Provider='Microsoft.Jet.OLEDB.4.0';" & _ "Data Source='C:\Osman\cobaan.mdb';" [/inlinecode] it gives me … | |
I am working on a large VB 6 application. When I go to compile it, I am getting an Out of Memory error. The computer has 1.5 GB of RAM and is running XP. The total size of the program is about 6MB. I have tried changing the compiling options … | |
Hello there, I need to write a simple app in VB and I need to know if is it possible to run code written in a string variable and evaluate . I.e., let's say I have this: ___________________________________ Dim s as string s="""The current year is "" & CStr(year(date))" msgbox … | |
Hi everybody. I am developing a back-end of customer relationship management system. The system must be capable of producing a report by representation of using a graph. I dont know where to start. Can somebody help me on this. Thanks | |
hi y'll I've got problem with uninstalling Visual Studio Pro 6.0 At the end of installation, I recieve the followng error, "Visual C++ 6.0 Professional Setup was not completed successfully." When I go to un-install I recieve the following errors, Dialogn Box Setup Error 544 "Setup is unable to open … | |
How would i make visual basick remember selections from other forms so it will excute the disired outcome at the end of my process. | |
How do i execute multi programs in at one time using maybe a batch file or something like that so that way they would be like embeded in the program. | |
| Hello, Can i know if it is possible to show/ display windows task scheduler information such as: 1) process status -> if it is running or stopped 2) time the scheduler starts and other related info... on vb i've beeeen searching for the sources on yahoo and google... yet still … |
How do i capute text entered in a text box, enter that text in to the software program at the appropriate time. and do it all while minimized or hidden from view? | |
s.o.s...are there any FREE tools to build a help system using .hlp files in vb 6.0?? | |
I was wondering if anybody has used the audio level detection software available at [url]http://www.vbcodesource.com/downloads/audiolevel.zip[/url] When I download the source code and run it I get two errors: "Couldn't get wavein meter" "Couldn't get waveout meter" I am a beginner programmer and appreciate any advice or suggestions. Thanks! Joe PS … | |
Please help me !!!!! I want to know how to sort a list of records in a text file. I want to sort them by customer number. Here's whats in my module Public CustomerArray() As CustomerRecord Public Type CustomerRecord Number As String Name As String Address As String Town As … | |
Hi Guys, Below is a code that searches for a value in a cell in excel. I want a code that would check to see if the word has been found or not. When I do the search and the word is not found, I get an error message " … | |
hello there, im doing a program of consolidate database. however, my scope is to do it automatically. so far, i have designed a timer and also codes to insert the data from excel file into MySQL database. then, my idea is whenever there is an error occured in a particular … | |
Hi Guys, I am trying to design a program whereby the user will click on button in a form and the system will upload a form from a different excel/vb file entirely. Please could someone tell me how that works or if it is possible at all? Thanks. Ini :?: | |
I got most of it done except one part to it. I also took out the part that picks the word.. I used the compare string command for each guess to see if the letter matches with what the user put in or not. But I wanted it so that … | |
Guys, I have a question, is there any way in code to determine if a button has been clicked? I want to use one form when a control button on a second form is click; I do not know how to do that, though I know it goes something like … |
The End.