10,989 Topics
| |
Hey all~ I'm very new to VB.net infact i've only been so far through 2 classes but I'm still going. My personal Project that I'm doing is a simply display with some buttons that when you click on them that link to an exe file on my [URL="http://www.daniweb.com/techtalkforums/post332283.html#"]desktop[/URL]. I've gotten … | |
hi i need to create a database using vb 6 & later print the data can anybody help me in doing so. Thanks in advance. | |
I'm still using VB6 unfortunetly, but anyway, how would I go about implementing this? Say I wanted to do something so when you click a button the text in a textbox changes but has a 200-300 millisecond delay so it looks as if the words are changing really fast. But … | |
We have several thousand historical MS Word documents with embedded MS Excel Worksheets. This data predates a relational database system which now manages all this data. Sound familiar! We need to create a spreadsheet which has a row for each embedded MS Excel Worksheet with columns for specified values. We … | |
Hi i'm currently in the process of completing a project on midi files and i am having trouble with visual basic programming its the first time i have used it and i am on a dead line. I need to open a midi file as an excel file i am … | |
Hi, I have used a Flex Grid control in displaying a set of records from the MS ACCESS database (back end) with the means of VB6 code (front end). In my database i have 9 records and the flex grid control has been deisgned at design time with 7 rows. … | |
I have an application developed in VB6 (with service pack4) intalled on Windows XP (with Service Pack 2.) We have some reports which were created on Crystal Report Professional Addition Version 9. I have written following code to run the report from VB application: CrystalReport1.ReportFileName="C:\Sample\Employee.rpt" CrystalReport1.Action=1 CrystalReport1 is the name … | |
Hi, I am using MS access database with ADO control in VB. I want to display only those names in the combo box when I type a first letter in the combo box using visual basic. For Eg, When I type letter 'm' , the combo box should give a … | |
Hello to all I am calling a sql stored procedure in VB. If we pass the Parameter as '1' then we have to add the item in listbox, the value is updated else list box should be empty.how we have to write the code for this with regards sma | |
hello, i have to open excel file from vb application. i want to update excel file from vb if i modify some value from vb application. but i dont want msg from excel that "Do you want to save changes in this file?" please guide me Thnaks n Regards from … | |
Hey all~ I was just wondering.. Is it possibal for my app to run a disk scan to look for the files that I had put into each location? Like if i wanted to install it onto several other computers that may have altered settings i just run a scan … | |
i do have a VB6 software but with no Data Projects Templates and ActiveX Controls. this has made it difficult for me to continue with my design as it could have been easy with templates. anyone to help in regard of what to do. my project need to materialise by … | |
[QUOTE] Private Sub Ok_Click() GotoURL ("http://www.sigpune.com") End Sub Sub GotoURL(URL As String) Dim Res As Long Dim TFile As String, Browser As String, Dum As String TFile = App.Path + "\test.htm" Open TFile For Output As #1 Close Browser = String(255, " ") Res = FindExecutable(TFile, Dum, Browser) Browser = … | |
hi. i would liek to know how i could make my vb project recognize the end of the slide show, so that, i can call another slide show once it ends... is there a way i can loop the slide show through visual basic, without needing to open the ppt … | |
hi i speack frensh i am sorry for my english je suis un programmeur debutant dans le domaine de yahoo je veux un code source ou bien une tutorial comment connecte a yahoo sous proxy je sais comment ça marche sans proxy merci d'avance i am sorry:p | |
I have a VB4 exe application that I have used every once in a while for years (PMTherm.exe – it’s a freeware program available off the web). Suddenly, it no longer works. When I try to start it, I get a message saying “Not enough room to allocate control array”. … | |
hi, i want to write a code, which helps me to move up or move down the elements inside the list box at the click of command button i have made use of 2 listbox's, one list box if filled with all possibles images, then at runtime user adds or … | |
How to connect VB6 to OpenOffice(Calc) ? | |
Can anyone out there help. I have an application that reads and sends realtime data from RS232 Ports on the PC. It uses the MSComm control to access the Port. It has all worked fine until one user added USB/Serial Port box which gives 25 RS232 Ports. MSComm will not … | |
Hello to all vb community members, I am quite new to vb6.0 and i am stuck on a little bit of problem,if any of u people can help me there,it would be wonderful and i will be thankful to u. now the problem, I have a textfile by the name … | |
Hi to all, I have a VB code to draw chart on excel sheet and then export it as a gif image.. The code works fine.... But a progress bar while execution of export function is there.. I don't need that Porgress bar.. Any way to do this, if any … | |
Hi.. I have a new situation here...with CR 11 and VB6 ============================================== CRYSTAL REPORT 11 Report Designer part ============================================== I have designed my report in Crystal Report 11 product using the Report Designer. And i have NOT used the standard wizard that pops up for designing the reports. STEP 1: … | |
pls help me.. how do i open a ppt or pps thro vb in such a way that the file name is given by the user, that is the file name is not specified in the code, it will be accepted in a textbox. how do i write the code … | |
HOw do i create a batch file that opens programs and installs updates for a person with out any user interface I need it to know when to click next and how to enter product Codes how do i do that. | |
I am trying to create a new table in an Microsoft Access Database. I have already used Access to create a Database called "GRADEBOOK.MDB" I also have used Access to create a couple Tables in the Database. I would like to use VB2005 to create new tables and update columns … | |
I'm using the free Microsoft Visual Basic 2005 Express Edition My problem: I have a main form with my options (save, open, etc). I have a form to handle my Open (I'm opening multiple data-tables) and use a masterList.txt to keep track of my current data-tables, and display them in … | |
Hello everyone. I am new to this forum and new to visual basic. I am writing a program and all is well except for one problem that I cannot get over.. I have a integer, it is random... I need to convert it to a string so I can put … | |
how dow I remove the item i added without clicking other items on the list i have 3 items each with own cmd's to add to one list. the problem is I only want my cmdremove1 to remove the item cmdadd1 added, to remove cmdremove2...cmdadd2 addded so on | |
Hello everyone, I just need help to finish my project. I'm having trouble with the crystal report. I need to code Date for searching purpose in Visual Basic. I only know in String and when It comes to Date there's no record. Pls help me.. This is my sample done … | |
My aim is to write code to cycle through all the documents in a particular directory. Each document requires text and bitmaps inserting and then moving to a new post-processing folder. Can anyone provide me with a solution using VB6 code. I do not know how to access a list … |
The End.