16,916 Topics
![]() | |
hello! is it possible that the two windows of a vb6 program are running? How? can you give me one example just to show so that i'll be able to understand...thank you very much! :lol: | |
Thus far I have always chosen the font Courier New because all letters are the same width. Is there any way of determining how "long" a string will be when using other fonts? I would like a way of checking the string's actual length so I can format a printout … | |
im a total newbie to c#, visual studio .net 2003 and even Access database 2000.. im doing my forms using visual studio and my data are all stored in access db.. i've some vague concepts abt how to design my app.. im not sure it'll work as i do not … | |
how can i access Time from Server | |
Hi: I need to join 2 wavs into only one, How can do it this in VB6?? Thank you | |
Wot is the difference between declaring a Global Variable and a Public variable? I mean both variables can be accessed through out the project so wots the main difference apart from that Global variables cannot be declared in forms but modules only? | |
Respected Sir/Madam, I am a beginner in vb programming and i want to try out some applications which might make me more confident.So,can you guide me what type of applications can i try and how to proceed further for implementing the same.Awaiting your response for the same. Yours Sincerely, Harish.R | |
Hi you all, I have the following problem: when (in VB6) the application runs and the form is docked (in the taskbar), there is a popup of the application whenever there is text written to the textbox on that form. How can I avoid the popup? | |
I want to fetch data from SQL Server 2000 using tcp/ip connection and display on the client. Q : How do i fetch data from SQL Server 2000 and put the data on a combo box. Q: My server user interface will have "Fetch" button ? Client User Interface: [code]___________________________ … | |
I'm not a VB programmer.. Tinker here and there.. I know this is a very easy question.. In a Microsoft Access Database I have a Table called "inventory". In "inventory" i have a field called "location" that I want to go to null after I update another field. I know … | |
When I restart the server on my network, the mapped drives on the client computers disconnect (bacause the folders are no longer available as the server is restarting). Is there a way to get the mapped drives to automatically connect when the server has booted back up. They do it … | |
how to write coding for undo operation in a simple text editor.I tried it but i couldn't do it.plz somebody help me. :?: | |
I want to fetch data from SQL Server 2000 using tcp/ip connection and display on the client. Q : How do i fetch data from SQL Server 2000 and put the data on a combo box. Q: My server user interface will have "Fetch" button ? Client User Interface: ___________________________ … | |
Kindly help me. I am new to VB and also in SQL database programming. I am doing a small library system consisting of 3 tables namely: Member which has Mem_Code as primary key, Name etc., Book which has Book_Code, Book_Name etc.and Issue which has both Mem_Code, Name, Book_Code and Book_Name … | |
Hi there, Apparently i have developed a tea auction system and one of the requirements that have come up is; [B]To generate invoices for each client, check the email address of the client and then generate emails for each client. So when the user opens the default mail browser he … | |
Hey there i am just starting programming in vb and what i need is 1. to be able to print what day it is monday, tuesday, wed.. etc in a text box just the code for this is what i need. 2. want to have the time in another box … | |
Hi, Using visual basic how I can simulate circuits and TCP packets in different proportions i.e circuits and TCP packets in different rates? Any idea or suggestions Thanks, | |
After 15 years of not programming anything I decided to play with VB4... (Swapmeet original with serial for $1) I also picked up VC++ (Same price) Does anyone have a source for simple source code examples that a person could download and examine for use as a learning tool. My … | |
I wish to if someone types something in a textbox that it shows up in a label..but on another form...so say in the textbox i type in "Sharpy" then "Sharpy" shows up on another form. | |
hi...i have an assignment which is to develop a registration system by using SQL 2000 and vb 6...the problem is i don't know how to integrate vb 6 with SQL server 2000. any idea how can i do that? | |
Im trying to make a basic web browser with VB6, here is what i have: [CODE] Private Sub cmdback_Click() On Error Resume Next WebBrowser1.GoBack End Sub Private Sub cmdForward_Click() On Error Resume Next WebBrowser1.GoForward End Sub Private Sub cmdgo_Click() WebBrowser1.Navigate (txturl.Text) End Sub Private Sub cmdRefresh_Click() On Error Resume Next … | |
how to create inventory system using VB.i want coding also for that would u plz explain me.at the ealiest | |
Ok I have a list box and a label...I wish to do the following. I want to click on a object in the list box and I want information from a .txt file to show up in the label, I need different information for each object in the list box … | |
Is there a way to get the day of the week when supplied with a date? usign the date() function ie how do i find out what day of the week it is e.g. Monday, Tuesday, Wednesday, Thursday, etc ? | |
How can I fine a name in a table and compare it? If the name is in the table, continue with FORWARD. Else, then write information to a different table. Approver is a name in the record that is doing the work. I wanted to see if this person is … | |
hi ive just found this forum site and thought maybe just maybe someone may help me. here goes im trying to create a card came in vb and in doing this i am wanting to have random statements in my game i have done the random statements and they are … | |
how can i put the text i added to database to the combo menu i have in another form?! :confused: | |
Hi, Thanks for your kind reply. As you suggested I am sending the download link. The following is the link: [url]http://www.a1vbcode.com/app-3234.asp[/url] The file name is : Bill Printing Just I want to modify this file but whenever I am trying to modify it there comes an error msg. Please let … | |
hi im using MS access database to keep my data and using visual studio .net 2003 to design forms... i want to know how to retrieve data from access to my forms in visual studio .net.. what codes must i write in visual studio .net or must i use some … | |
how to select the records between two date ranges in selection formula in crystal report.i am beginner to crystal report.if anybody have idea about this on pls forward ur result to my id | |
Hello, experts! I'm studying Geographic Information Systems (primarily using ArcInfo) and am required to take a programming course. The choices at my junior college ar Visual Basic, Java and C/C++. I am utterly ignorant about all of these. (I noticed that ArcInfo uses Python for scripts, but it's not offered … | |
I am trying to put together a string that can be sent to the clipboard and then pasted into a spreadsheet (in this case a works spreadsheet). The problem I have is the space characted seems to be being ignored when it is a the start of the next line. … | |
Hey there! I'm making a break timing device for work (so I can be more aware of how long I'm taking on my breaks. I'm bad at keeping track.) If someone could help me out, it would be greatly appreciated. [U]What the program does:[/U] - After I click "break" it … | |
I'm creating a sales invoice order form and whenever a purchase is made, the quantity of a certain product ordered is deducted from the product database. how do i do that? I am using this sql query to get the product details input from vb to the database. SELECT Invoice_Detail.[InvoiceNo], … | |
Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused: | |
![]() | Hi I am from a Visual Basic background, and if you're still reading this after that admission I could use your help.. I'm trying to learn VC++ and MFC and I'm just trying to work this out. In VB, you could have either a Winsock ActiveX control or use the … |
Dear gurus and members, I am a newbie in VB and programming. I have created an exe that allows to record, play and save user's speech onto his computer. The file is saved as wav. I wonder is it possible to convert the files to mp3 format when user clicks … | |
i need to make a purchase order and sales invoice to print in vb6. i used datareport. i already have a code that i can't get to work. i uploaded [url]http://www.savefile.com/files/7624022[/url] it gave me this error. Run-time error '-2147217900(80040e14)': Data shape command text contains a syntax error at or near … | |
Hi, I have downloaded one vb project and now I am trying to modify it. But whenever I am trying to modify the text boxes or list box it shows an error message "Can't edit module". How this problem can be solved. Thanks in advance for any help. Regards, user777 | |
I have a VB program that produces reports by sending text to various list boxes. I want to add the option to have the reports sent to the clipboard. I imagion most users would then want to paste the information into a spreadsheet. I have figured out that adding chr$(13) … | |
I am facing a huge problem. I did a registration page and i want to store the data into SQL Server. I created two stored procedures in SQL and two functions in visual basic to call the stored procedures before inserting the data into the database. My codes are based … | |
As basic as this may be for you experienced programmers, this leaves me baffled. I have a copy of VB6 I obtained as an employee of a Microsoft Certified Solutions Provider, but it didn't come with the MSDN Library so I don';t have access to any online help (BTW, if … | |
Hello, in the past i've used MS VC++ v6, however since uni this year are going to teach us .NET i thought it would be a good idea to grab a copy of visual studio.net , however when opening my old *.cpp files they dont wanna run. the blue run … | |
hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in … | |
Hi, I want to add a new contact to the table in a database (using ADO Control) but when I write a contact name in a text box it should be automatically changed to upper case even i write in a lower case. Regards, user777 | |
First I get an error for not declaring the variable, then my { is somehow causing this mishap. I am in need of serious help of this program. Can someone provide me with a head start? I'm using visual studio.net. First I get an error for not declaring the variable, … | |
![]() | I have created code to make html file on in root Folder of Application. Now i want when i click on Button it will open in Default Web Browser of the System. PLease Help me ;) |
hi, i have soms big troubles. can anyone help me? i have to make a database in access. Now for some functions i need to use vb in forms i made. What is now the problem? Well, i want to add text to a table by writing my text in … | |
I need to send some data from a database to a Adobe Pagemaker document. Does anyone here know how to make this work ? Does Pagemaker offer objects which can be called from VB to enable automation ? Thanks |
The End.