10,987 Topics

Member Avatar for
Member Avatar for hawisme000

i have a little idea of how to make this, .ocx but i dnt know how to use them , i where to get them any1 here can help?? and sample of how to use them??

Member Avatar for x2per14
0
177
Member Avatar for Annex
Member Avatar for Dell XPS

does anyone know how can I make a progress bar showing the percentage of print job completed...??? i want to use is this to prevent the user from making any changes on the form until it is printed because it does not print it if you press any command button....

Member Avatar for DenisOxon
0
59
Member Avatar for arasten

Hi there, i want to make a program that has a label and i want that label to move from right to left and do it again and again by using timer if its possible, for example: i want it like an electric commercials in some shops or posters...the text …

Member Avatar for AndreRet
0
1K
Member Avatar for Neophyte08
0
55
Member Avatar for shakeelaktar

Can Anybody help me by suggesting, How to change TCP/IP setting by an VB (6 or Dot Net) application. I need this because our users log on to 2 domains and my SysAdmin configures manually every time. I want to built an application. If it can be fired remotely It …

Member Avatar for shakeelaktar
0
96
Member Avatar for Njekwa

Can someone help me develop a simple program, in Access or Visual basic. That can display numbers between “01 – 90”. in the 4x4 celk format I would like the program to be able to display all possible combinations of four numbers Between 01-90. either horizontally, vertically or diagonally. It …

Member Avatar for debasisdas
0
84
Member Avatar for kartik07

Hi friends, I need to transform data from XML & store in a ACCESS Table, I have a code which displays the msgs as msgbox,but I need to insert in a table.I used XML4 here.I am relatively new to VB6 XML.Can someone tel me how to do it or provide …

Member Avatar for choudhuryshouvi
0
136
Member Avatar for xLostSoulx

Hello, I am starting a new game creation and I am very new at Visual Basic. I, honestly, don't know what I am doing. I have picked up some things, and I am learning fairly quickly. The game I am creating is based on a source, and the game has …

Member Avatar for technogeek_42
0
92
Member Avatar for jayDC

I have worked out a good way to replace a scrollbar with a graphical slider, and it works great. Now I'm on to the knobs. Anyone have an idea on the best way to approach this? I want to code them, and not use a component. First I was thinking …

0
65
Member Avatar for Duki

Hey everyone, I've been the IT at my workplace for about 2 years now. We use a piece of software that was developed in house by one of the previous ITs (about 6 years ago), and I think it was developed in VB6. We need to modify a couple of …

Member Avatar for AndreRet
0
205
Member Avatar for Njekwa

Can someone help me develop a simple program, in Access or Visual basic. That can display numbers between “01 – 90”. in the 4x4 celk format I would like the program to be able to display all possible combinations of four numbers Between 01-90. either horizontally, vertically or diagonally. It …

Member Avatar for invisal
0
116
Member Avatar for Qpido

[URL="http://img442.imageshack.us/img442/3852/programjy5.jpg"]My Program[/URL] The link above leads to a picture of the program I made. This program makes the price show up out of an Excel file for transportation costs. With the help of some on this forum I have gotten this far with the program, and I'm very grateful for …

Member Avatar for Qpido
0
195
Member Avatar for thangasiva

I need your help . i have to develop my knowledge in‘English words’. I try to byheart the new words from books, and I am unable to keep in mind and often forgetting. So I decided to develop a package for my won use. It should be like a simple …

Member Avatar for vivekPSG
0
101
Member Avatar for dilip_singh3

I have connected a datagrid to a recordset having multiple fields. on entering value in One of the column of the datagrid and pressing enter it gives a message (not error) automatically Multiple step operation generated errors. Please check each status value. I have already written codes in the keypress, …

Member Avatar for choudhuryshouvi
0
75
Member Avatar for Tusharbos

I need one application Video on demand. In this application I want to do when any one can call during runing this application his/her show one list of songs and select it by dialing a number. So this type of data i want to receive using mscomm. Can i use …

0
58
Member Avatar for kartik07

I know how to pass a single text from one form to another form 1- declare a public variable in the general part of the form like this [B]public varaiableName as String[/B] 2- in the [B]form_load()[/B] write [B]variableName=text1.text[/B] 3- you can access this variable from any other form using the …

Member Avatar for choudhuryshouvi
0
141
Member Avatar for gireeshb22

Hi all, I need to develop a application in vb 6.0 for to split one file which one have 20GB . Any body can u help me on this?. If any body have any sample project on this please send to me. Thanks

Member Avatar for gireeshb22
0
94
Member Avatar for polebear88

I developed a program using VB6 on my laptop. Then after taking a dump of my system and doing a system recovery which sets everything back to manufacturers settings, and reloading my files, the VB6 developement environment starts to run and then quits. I have tried re-installing the VB6 but …

Member Avatar for Ancient Dragon
0
31
Member Avatar for kartik07

hi al, I am doin a proj related to monitoring .I need to retrieve data from an remote or local Xml file which contains some 5 fields and store it in ACCESS.If the file is remote,do we need to follow a different method?? I dont have any idea on XML2DB. …

0
76
Member Avatar for fst2603

Hi everyone... I need some assistance developing a little project on the parallel port... Now, I know there is a lot of ocxs and dlls which you can download, but I don't believe that I need to pay for something which I have done before... I actually have 2 projects. …

Member Avatar for vivekPSG
0
77
Member Avatar for Mbt925

A very good sample for capture word. this sample is best and completely work in all window. by this you can write a babylon easily.

0
74
Member Avatar for vrm

Dear members, Thank you in advance :icon_smile: I have a DataGrid (MS DataGrid control (SP6) (OLEDB) ) in a form. It is bound to the DataSource through code. I am using the latest MySQL database (utf8). Using Windows 2000 server SP4 and Windows XP. [B]Problem:[/B] My problem is that the …

0
51
Member Avatar for hawisme000

ummm, i got a for that is connected to a database, and have an add, edit, delete cmd buttons. if example i have "MyName" already on a certain field of a table on a database, then on my form i wanna add "MyName" also, what i want is there will …

Member Avatar for hawisme000
0
133
Member Avatar for kartik07

I have been asked to buid a VB code which is flexible.Wen i take project from one place to another,i need not change path in all forms.If i change in one place,then it gets reflected in all other forms. ex:In com1,I hav path=e:\proj\a1.MDB which I use in al the forms; …

Member Avatar for kartik07
0
147
Member Avatar for complete

What value type is Global in Visual Basic? If I have something defined like this: [CODE]Global ErrorStatus& [/CODE] And I have know what data type this is. I have heard that the compiler sets the data type based on how it is used. Well, suppose I have this problem where …

Member Avatar for hkdani
0
144
Member Avatar for tgifgemini

[B][/B] [B]Ladies and gentlemen, first I want to wish each and every one of you a wonderful and prosperous new year.[/B] This is not really a problem. I am looking for an efficient and quick way to copy table content from one database to identical tables in another identical database. …

Member Avatar for hkdani
0
1K
Member Avatar for kehar

Hi, I have completed my project in all respect but I would like to include all table and report of Access and Crystal Report respectively in my VB 6 project SETUP FILE. So. pl help me to include such file while creating SETUP file. If there is no way than …

Member Avatar for hkdani
0
154
Member Avatar for HB25

Hi I am working on a payroll program which have 3 forms. First form has three text box (First name, Surname, Total Hour) and one command button Calculate. After the user put the info he/she will click calculate button and this will show the second form which display the (firstname, …

Member Avatar for hkdani
0
623
Member Avatar for meanjean

Hello, I am new to coding in VB. I need to write a program which inputs several files. Since, I have more than 200 files - I would like the program to automatically open, process the file (I have this part written) and close each file and then complete the …

Member Avatar for SCBWV
0
41

The End.