11,868 Topics
![]() | |
Hello to all developers out there. Just wanted to know if i can embedd my existing VB application in a browser window so that when the link is loaded the application runs and accepts the input from the user. If it is possible i would really be grateful if you … | |
I first like to thank the site creator and all the members for creating this kind of place for code writers to share their experties.:mrgreen: I wanted to know what are the components used in vb6 to play sound. and if I want to manuplate a wave how do I … | |
greetings i am doing a database system in access and has certain function of creating and modifying an excel worksheet. i keep getting this "Run-time error '462' : Remote server machine doesn't exist or is unavailable" or sometimes "Run-time error '1004' : Method 'Range' of object '_Global' failed".. it points … | |
i'm trying to open a txt file and write the text included in a texbox so how can i get the open window to choose the file i want to open :o thanks | |
I've got no idea on how to connect exel as Vb please help | |
I have a 5 column flexgrid. I want the user to click a column and get the grid sorted by that column. Works fine for non-date collumns. For date columns, I firstly loop through all rows changing them from dd/mm/yy to yy/mm/dd. But the sort doesn't do anything. | |
I am using VB6 to poke data into Word 2002. Even when I open Word minimized, it maximizes when the poke executes. I can can execute a word macro to minimize word again, but it maximizes on the next poke. I have tried turning word screen updating off before the … | |
how do i add items to a combobox from a listbox that is in another form?? | |
hello friends .i am troubled in to carry the tables in one computer to another computer. i want information about that: i did the project in VB with back end Oracle. i want to carry tables to another system. i dont know how to carry the tables to another system … | |
Hi, I'm not sure if there's another topic about this but couldnt find it with the searchoption.. I'm creating an app which uses a cardreader, it works perfectly.. but now i have to let the app run in the background, but the cardreader still has to work, when a card … | |
how do i add the numbers in a listbox and display it in another textbox? | |
greetings.. i'm suppose to make a programme that reads a notepad file generated by other programme interfacing with an device which tests components, and then generates a graph of it in Excel.. so far i've succeeded in reading from the notepad file and making a spreadsheet in excel, but not … | |
Like the title says, my VB6 hangman program freezes when I do a test run. I'm not a big expert in Visual Basic (in fact, I'm only a clueless highschool student..) so maybe you can help me. I'm not quite sure what causes freezing to occur, but I've pasted the … | |
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 … | |
Hi All, When I build a solution, it follows error: fatal error LNK1136: invalid or corrupt file [I]If anybody can provide a key how to fix this, please reply[/I] | |
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 … |
The End.