11,868 Topics
![]() | |
Hello: Yesterday I purchased MS Visual Studio Standard 2008, installed it on my Windows XP Pro SP2 system after removing VB 2008 Express. I opened a solution that I had created with VB 2008 Express and proceeded to layout my one and only Windows Form. The Application is a VB.Net … | |
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> … | |
Hi, i got a program that is using the Me.Visible = False and i need a hotkey. The problem is the &YourHotKeyhere name on a button dont work when the form is not visible. MVH Dajak | |
hi, I wanted to detect characters in a text box, except for numbers. I did that before using Chr$().. but now an error occurs and says "argument not optional"! Please if anyone could help me, i could complete my project. Thank You! | |
I have a VB6 app that uses access 2007 for the database tables. I packaged it with the package and deployment wizard and installed it on a Windows XP home edition machine that does not have any MS Office apps. My program could not open and read the database. What … | |
Hi everyone, I have written an application to communicate with an Access database. Everything works fine when i compile it. I can run the compiled .exe file on the pc which has VB 6 installed but when i transfer to a pc that does not have a copy of VB … | |
I have developed a package using Access as database and serial port programming. After converting into a package form, i want user to add record in a database (in office Xp then convert into Access 97 and connect with the same form. Also i can able to add sub menu … | |
Hello! Please I need your help on this part. I've just developed a vb6 program and ms sql express as backend. I setup the ms sql express in a pc working as a server (windows xp). And i also installed the vb6 program on the same pc. I setup also … | |
can any one help me in the following problem i have created a database and its table at runtime(i.e. while running the exe). the problem is that i need to change properties of table such as 'required' and 'allow zero length' of a table. how to change these properties and … | |
Hi everyone, I am newbie in learning Visual Basic. I am using Visual Basic 6 and trying to create a simple program that will check or track the time. I have enclose an attachment of my program but no VB code yet. Here's how my program goes... I have a … | |
Hi, I have a MS Words form. I created a textbox in this form. The other thing that I have is a popup "UserForm" with a listbox. When an user select any one value from this listbox, I want that value to populate the "textbox". Here are my codes: Private … | |
I have no problem getting it there in the first place - my problem lies in the fact that I cannot get it to update - I have this code: [CODE] Private Sub reloadFieldNames(ByVal tableName) Dim da As New OleDb.OleDbDataAdapter Dim oDS As New DataSet Dim sSQL As String = … | |
Can anyone have a code that uses timer to compute an amount per minutes??? Please help me. Thank you. | |
Except for this one problem I have created a board game in VB6. There are four red pieces and one blue, with the board as per chequers, only the white squares in use. The sqaures are in an indexed control array (0 to 63) with only the white squares enabled. … | |
Hello All I am Using sql2005 My Doubt is How To Format Numbers in Sql Query Like Format(NOS,"0000") in vb ie I have Table Tbl1 Fields Nos1 Datatype int values 1,2,3,4,................1000 When Simple Query Select * From Tbl1 We got Following o/p 1,2,3,4 But I want Out Put Like below … |
The End.