10,987 Topics

Member Avatar for
Member Avatar for siva_it54

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 …

Member Avatar for Jx_Man
0
88
Member Avatar for veledrom

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

Member Avatar for veledrom
0
121
Member Avatar for Phadraig

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 …

Member Avatar for Phadraig
0
113
Member Avatar for jonc

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 …

Member Avatar for DaKasper
0
446
Member Avatar for brainne

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 …

Member Avatar for brainne
0
83
Member Avatar for Jawaid

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 …

Member Avatar for Paul Friedman
0
123
Member Avatar for jbimontes

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 …

Member Avatar for selvaganapathy
0
131
Member Avatar for Loony064

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 …

Member Avatar for Loony064
0
122
Member Avatar for varun.coolmax

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 …

Member Avatar for VideoConference
0
149
Member Avatar for JLCantara

¤ 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. ¤ …

Member Avatar for JLCantara
0
160
Member Avatar for dheepa
Member Avatar for debasisdas
0
99
Member Avatar for era_chatterbox

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 …

Member Avatar for debasisdas
0
2K
Member Avatar for era_chatterbox

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... :)

Member Avatar for JLCantara
0
108
Member Avatar for bhoot_jb

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 …

Member Avatar for selvaganapathy
0
191
Member Avatar for era_chatterbox

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 …

Member Avatar for era_chatterbox
0
770
Member Avatar for tiggerk33

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 …

Member Avatar for tiggerk33
0
962
Member Avatar for zawpai

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 …

0
65
Member Avatar for chanthung

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. …

Member Avatar for chanthung
-1
1K
Member Avatar for cijoaugustine

I am developing a project which needs recording of sound through the program.Is it possible through vb coding?anyone help

Member Avatar for Jishnu
0
108
Member Avatar for Bhatti302

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 …

Member Avatar for Jishnu
0
50
Member Avatar for boasyd

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

Member Avatar for Jishnu
0
169
Member Avatar for Loony064

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 …

Member Avatar for Jishnu
0
101
Member Avatar for manishupadhye

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 …

Member Avatar for Jx_Man
0
136
Member Avatar for regalla

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 …

Member Avatar for Jishnu
0
92
Member Avatar for era_chatterbox

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 :)

Member Avatar for selvaganapathy
0
115
Member Avatar for luxe

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 …

Member Avatar for Jishnu
0
1K
Member Avatar for bhoot_jb

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. :|

Member Avatar for Jishnu
0
223
Member Avatar for mstarmatt

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> …

Member Avatar for mstarmatt
0
89
Member Avatar for Dajak

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

Member Avatar for selvaganapathy
0
77
Member Avatar for milly0

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!

Member Avatar for Jx_Man
0
71

The End.