10,989 Topics
| |
how to transfer contents of a word file into a text box by clicking a command button. can anybody help me | |
Hi, [code] Create table myTable( title ENUM ('Mr', 'Mrs', 'Miss') NOT NULL DEFAULT 'Mr' ); [/code] How can i load ('Mr', 'Mrs', 'Miss') into a combobox in VB6. Thanks | |
hi guys i need a concept to develop a VB project. it like a mediaplayer concept. actually i need to run a mediaplayer in full screen mode but should not support the mediaplayer feature. then same time in that same mediaplayer i need to run diferent file when i click … | |
Hi, I have created a project in VB6. How can make it SETUP / INSTALL kit? I have added some refferences and components as well. Thanks | |
I would be very grateful for any advice on this. The business I work for want all their paper data stored in Access 2000, and to be accessible through a small network - server, 3/4 PCs running XP. The main question is: Is there any reason not to use VB6 … | |
Hi, I am in the process of making an application to query Quake 3 servers, but I am starting with querying the master server as I'd like to get the server list down so I can then start to query them individually. I've read through a number of threads on … | |
i'm new to vb.net and i cant figure out how to solve this problem any help would be greatly appreciated how can i show data into list view if the data is located in different tables. here few of my code, Public strConn As String = "C:\*********.mdb" Public cn As … | |
Hi everyone, Will appreciate if someone could advise me on how to do this: In an Excel workbook I have a few sheets. [B]I'm trying to write a macro which looks for a named sheet and if it is there do the required action and if it is not there … | |
i randomized the numbers ranging 1-20, it generates 2 numbers for label1 and label2 after clicking the command1 button. i created a textbox and another command button for checking if ever the to labels are [B]ADDED[/B], the answer in the textbox should match the right answer.. it will be activated … | |
Hey guys I'm pretty close to finishing this payroll program, but i've run in to yet some more problems and i can't figure out how to fix them. So, i have various forms representing different tables of my database (Access - the database is connected to my vb application as … | |
Hello there me again...now my chat has become a multiple client chat network....now i need to implement live video conferencing....i have a sample code but the thing is it requires an OCX....and damm these ocx are costly to register...is there anyway i can get hold of Ocx for free....or can … | |
¤ Stored procedure does not allow addition of a record with rs.addrecord. ¤ Database is on SQL SERVER EXPRESS. ¤ An .adp ACCESS 2007 application is connected to it (easier to create/modify objects). ¤ Stored procedure was created with the .adp application. ¤ Any one can help? Thanks JL. ¤ … | |
guide me to develop a mini project in railway reservation system | |
dear frnz... There is some problem in d code in one of my form... m having a table as Billable in oracle db. M using Oracle 10g. M done with the coding part..i mean all kinda validations bt when i try to save the data in table..it gives me the … | |
I jst wanna knw...how to pass the value of a text box, of a form as the caption of command button of another form? Please do lemme knw... :) | |
I have used the Package & Deployment Wizard to put my Visual Basic Program on CD, I then copied over my database 'calculations.mdb' onto the cd also so that the VB program can access the database when installed on another PC. However, the program still searches the same path as … | |
hello frnz...How to code for a login form by taking data from Oracle db? M having a table Employee having attribute as emplogin and emppwd...from there i want to check that whether the user has entered the correct data or not... I mean i want to match the entered data … | |
Hello, I have been searching everywhere to find out how I can save a picture from a PictureBox into SQL. Someone told me the best way to do it, is to convert it to a binary file and save it like that. This is what I have, it probably makes … | |
Hi all, How should I get the [ICODE]user account[/ICODE] that is shown in [ICODE]Control panel[/ICODE]? Because I only found the sample code for[COLOR="Red"] user name[/COLOR] that is actually [ICODE]System name[/ICODE]. Although I change [ICODE]user account[/ICODE], all sample code show [ICODE]user name[/ICODE] or [ICODE]System name[/ICODE]. I just want to check whether … | |
M writing a program to display the date ie. 15 days later after a given (present/todays)date. Wel its actually like this. As soon as i write todays date, in the next text box, the date shd be automatically displayed adding 15 days to the present date which is already displayed. … | |
I am developing a project which needs recording of sound through the program.Is it possible through vb coding?anyone help | |
Hello All Friends I am using a form, a Richtextbox, a statsbar I want To Get help about unicode using in VB 6.0. I also want to help me about which fnuction is used for the adding the Unicode in the vb form Such as Insurt (Arabic unicode Charachters in … | |
How do I incorporate a horizontal scroll bar to use with a textbox because the amount of data to be entered in is a lot | |
Hey all! First off, yes i have read the tutorial and i'm still stuck (mainly cos i'm not using ADOOB). My main problem is that my code adds a new record to the end of the dataset, which is what i want, but then it also has the very annoying … | |
anyone please help me how to save images in access database while reducing its size. in my application, daily 100-150 images captures (passport size photo) using webcam and saves images to db. but db size is increases day to day basis. it is very difficult to take backup. I want … | |
Dear f riends, i have two forms connected to two tables in ms access database with data control. and i want to link two field in two forms and update database . i used the following code for updating text1.text=form2.text1.text in form1 text1 lost focus event. but iam not understanding … | |
How to highlight a week if the week number is given. e.g. against week number 22, the form must show the dates ranging between 2/july/08 to 9/july/08. Thanx in advance :) | |
Hi all... i'm using Visual Studio 6, and i must create an .exe file with a .dll inside and a small database (only read) .txt inside. How i can do that? I have try but always the i have 1 exe, 1 dll and 1 txt file, but i want … | |
in my project, i need to take some details like company name, contact no. and address during the installation of the project itself. but i dont know how to accomplish that..please guide me. :| | |
Hi, Im trying to check a value in an .xml file, the value is 'c:\Temp\MyApp.asmx' but may be different each time so i need to be able to check <WebServiceURL> value and return the value in VB6. Any help or simplified code would be appreciated. <?xml version="1.0" standalone="yes"?> <Data> <Ver> … |
The End.