10,989 Topics
| |
Hi All, Please help me in printing Visual Basic 6.0 form directly to the printer. I am using 'PrintForm' method of the form to print a form. I took the height of the form in pixels i.e. 17000 pixels, normally the default size of a form will be 9000 pixels. … | |
:?: Hi, I am wondering how to create a mini-program in visual basic that will place an icon in the task bar(where the startup icons are.) :?: Thanks for the help :!: jchaike | |
Hi There, Can anybody help me with the following: 1. I am trying to open an excel file using adodb connection but i got a run time error on the rs. open. Here is my code Dim cnn As New ADODB.Connection, rs As New ADODB.Recordset cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\temp\XLS.XLS;Extended Properties=Excel 8.0;" … | |
Hi all, I am doing one Hotel Management Project There is one EPBX and all the Telephone calls information regarding roomno and telephone no and call cost will stored in that machine which can be connected to system by parallel port The Concept is When the Customer Is Vacating the … | |
hi. API: StartServiceCtrlDispatcher This API use to run services. but i cant use it in vb6. Please help me. | |
hai all, i have created a vb project in vb6 and reports using crystal report 10. my query is follows. in the project there is a form contains a combobox and in it i load the list of faculties from the faculty tabele at the time of execution. my requirement … | |
dear all, i craeted a Vb6 project and desinged report using crystal report v10. now i want to call the report from VB6. one of the members suggstion he says that "place the crystal report control and select the report name" but where i get the crystal report control? i … | |
Hi, I've been looking for a solution to this all over the web, and although I've found some approaches to it, none of them seem to really answer my question. Basically here it is: I currently have an application with a GUI in VB6. It's a pricelist Inessence, and the … | |
Hello all I need to solve a equation using excel solver from visual basic 6. i did it manually in excel and recorded tha macro. however when i trid to automate excel using vb, an error message is displayed. it highlights the solverok function and says function not valid. can … | |
Hello everybody, how can i import a text from notepad to a text box?:rolleyes: | |
has anyone ever really worked on Cubes i gotta come up with a cube and a number of virtual cubes asap | |
I need a function to draw a park with any other control. I have a database with 25000 which is divide by garden, section, and page with these parameters I make a query to select a number of records. then I need to draw each record with a textbox or … | |
hi there i am trying to write a general formula function in vb6 forexample a = 40 b = 50 c = 60 i need to evaluate the string "A + B + C" which has to return the summation of the string in terms of value can some one … | |
I've never coded in vbscript before in my life, but I need to trim some text with it. So it's basically like this... script sits on a page and if it sees a certain definable text string, it removes it. I.E. IF: "blahblah" = true, then DELETE THE FRIGGIN' CRAP … | |
if i have this text [tex] INPUT STRING: شمس LOOK-UP WORD: $ms SOLUTION 1: ($amasa) [$amas-u_1] $amas/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + be headstrong + he/it <verb> SOLUTION 2: ($amisa) [$amis-a_1] $amis/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + be sunny + he/it <verb> SOLUTION 3: ($am~asa) [$am~as_1] $am~as/VERB_PERFECT+a/PVSUFF_SUBJ:3MS (GLOSS): + expose to the sun + he/it <verb> … | |
is it possible to write a vbscript to automate task ? What I mean is recording the keystroke. If it is possible, can anyone please guide me. Thank you. I.E 1.Starts Application, 2.Click on combox, 3.enter date in(dd/mm/yyyy) in a textbox and 4.click on the command button Thanks | |
I really have a[COLOR=Black][B] BIG [/B]problem in making control arrays. The following is what i fed to the PC [COLOR=SandyBrown][COLOR=Blue]sub form_load() const n=15 dim Sam(n) as textbox for n=1 to 15 sam(n).text="SamY" next n end sub It won't work.[/COLOR] [/COLOR][/COLOR] | |
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 … |
The End.