10,987 Topics

Member Avatar for
Member Avatar for jongreen

I was about to start coding a spread sheet to take unit quantities, unit conversion, scaling data and unit costs (all on separate pages in the same .xls file) to produce a final cost/quantity total. Anyone have starter code? Just looking for a shortcut today! I can modify anything, so …

0
49
Member Avatar for ITKnight

i want my program able to change cursor at runtime. give a hand pleasee.... thanks all...

Member Avatar for Jx_Man
0
207
Member Avatar for Vega_Knight

My Friend tell me to using GetSystemInfo api function to get a couple information : - Number of procesor - ProcessorType - Low memory address -> MinimumApplicationAddress - High memory address -> MaximumApplicationAddress but i didn't know how to use this function. anyone know how to do this??? please help …

Member Avatar for Jx_Man
0
579
Member Avatar for Neji

how i can get all drive in my computer? does anyone know how to get it?? Thanks.

Member Avatar for Neji
0
146
Member Avatar for sonia sardana

In vb.net no form is MDI,any form can ve made MDI by setting IsmdiContainer property to true. But in Vb we add the MDI Form. In Vb.net Form1_click dim obj as new form1 obj.show() obj.mdiparent =me But in VB,i write dim obj as new form1 obj.show obj. but there is …

Member Avatar for sonia sardana
0
73
Member Avatar for rehanrana

I built application in VB6, my application appear in system tray, when I double click on icon of my application, it run screen saver, my screen saver shows images and news. Screen saver functionality is that when user press F2 key, my screen saver open news detail in browser. But …

0
48
Member Avatar for sonia sardana

Private Sub Command3_Click() Dim a, b As Integer Dim divide As Double a = 10 b = 3 divide = div(a, b) MsgBox (divide) End Sub Private Function div(a, b) div = a / b End Function Function return type by default is integer in C. & if we do …

Member Avatar for choudhuryshouvi
0
84
Member Avatar for ITech

hi i aam trying to develop a project using vb and access i have got a problem i have 3 tables in access 1.Cust info table(fields are listed below) cust id,name,age,sex,country...etcxc(primary key cust id) 2,indate(fields are listed below) custid ,packageid,date,intime,outime(no primary key) 3.package info table(fields are listed below package id, …

Member Avatar for QVeen72
0
191
Member Avatar for zawpai

Hi all, I haven't used 'Data Base' in VB 6.0. Now, I would like to create small data base with microsoft access 2003 for testing. Could anyone please give me some guidelines to do this or give me some good link to start to lean? Best Regards, zawpai

Member Avatar for zawpai
0
220
Member Avatar for dnk

i wanna to get size of file. help me how to get this. anyone know how to do this. any help will be appreciated :)

Member Avatar for Jx_Man
0
141
Member Avatar for buzincarl
Member Avatar for choudhuryshouvi
0
84
Member Avatar for dks1383

Hi I have a window , there are some texts on that window , I know the hwnd of that window , how can I write a program whit win32 API (in vb6) to access the texts. (the texts are not in any control such as textbox or label ,...) …

Member Avatar for dks1383
0
82
Member Avatar for Jade_me

Hi... i want to make flash window... after program completed something task then that window will flash. i ask my friend and he said to use api function. but i don't have an idea to do this. please help me masters... any help will be appreciated. best regard Jade

Member Avatar for Jx_Man
0
156
Member Avatar for ruchika beddy

UseMnemonic -> Set this property to true, if you want to display a character in the captio property of the label as an access key. Suppose I write in the Caption property of the label--? &Ruchi. I know access key is invoked by ALT + letter that is underlined. But …

Member Avatar for ruchika beddy
0
133
Member Avatar for sonia sardana

Hey when i select the control ,to move to another position,thet are not moving. I m moving the controls using CTRL+ Arrow keys. What feature is to be turned on for moving the controls by selecting them.

Member Avatar for sonia sardana
0
63
Member Avatar for mansi sharma

Private Sub Command2_Click() MsgBox "Have a gala shopping", vbOKCancel, "welcome to the superMarket" End Sub Hey, [B]1) [/B]I want to know how to add icons in the message Box . [B]2) [/B] How To Set the Default Button.

Member Avatar for techtix
0
150
Member Avatar for Sawamura

hi all, thanks to helping until this time. now i want to display printer properties... please help me to do this. do i have to using api function to do this?? any help will be appreciated... best regards :)

Member Avatar for Jx_Man
0
439
Member Avatar for denniskhor

can anyone help me how to programming the list box code in the VB6? i wan display the item i input in interface text field and combo box, then can display at the list box in that interface too.. pls provide the programming code for me.. thanks..

Member Avatar for Jx_Man
0
2K
Member Avatar for archangel

ok im made a visual basic form added a 3 command buttons 1 exits and 2 go to different forms and then i have a text1 and i have a save button at the top its on the mnu but the thing is is when i put the code down …

Member Avatar for QVeen72
0
153
Member Avatar for mansi sharma

Single line Comments---? Multi-Line Comments--? I dont want the description, I want how to commnet the section of code. Ex, Line in C, [COLOR="Red"]Single Line Comments-[/COLOR] // [COLOR="Red"]Multi-Line Comments-[/COLOR]/* */

Member Avatar for QVeen72
0
90
Member Avatar for rrocket

Does anyone know of a tutorial/site that explains how to bind to a tdblist clearly? If anyone could explain it, I would also appreciate it. So far I have this and must be missing something. It has been way too long since I have done anything in VB6. :) Other …

Member Avatar for QVeen72
0
247
Member Avatar for macka007

hi, i am working on a program that locks your computer after a preset time, sort of like the type you would find in an internet cafe etc, but it doesnt work properly. when its unlocked and a time enterd it passes the time (in minutes to a form that …

Member Avatar for QVeen72
0
177
Member Avatar for Yogesh Sharma

Is Debug Window same as Code Window?? Code window--where we write the code. Debug window--????

Member Avatar for cometburn
0
89
Member Avatar for lostandfound

This question is driving me batty!! I am currently teaching myself and enjoying the results of VB6. However, whenever I ask a colleague anything regarding VB the first reply is always the question "Are you using .NET?" and after the answer "No, I use VB6!" they reply with "Ooooh, you …

Member Avatar for lostandfound
0
168
Member Avatar for ITech

my problem is that i have a search form for customers ,i want to use msh flex grid to show the results of search, i am searching for a customer which are stored in a database. suppose i want to update some information of a specific customer listed in msh …

Member Avatar for Jx_Man
0
589
Member Avatar for dragonheart

im using crystal reports 11 in my vb project.. (vb 6.0) as i cudnt find the crystal report control in the project -.> components, i went to project -> references and tried to browse and show where the OCX file is.. it got added to the library list.. but when …

Member Avatar for dragonheart
0
273
Member Avatar for kpnprakash

hi, i am developing a vb application to print a bill using printer object.i have developed the whole application but while executing it showns an error(runtime error '380': invalid property value.please help me to do it. my codes are: [code=vb]Private Sub Command1_Click() MousePointer = 11 'mouse pointer busy while printing …

Member Avatar for kpnprakash
0
442
Member Avatar for doggyx5

Hi, I am new to VB6. Currently I am suppose to write a programme for checking book stock.whenever if there is any insufficient books in the data i will have to gather all the insufficient name of any book in a msg and send out to the user. For my …

Member Avatar for debasisdas
0
201
Member Avatar for dendic

I'm looking for a method to scroll a form when the mouse reaches a certain position. I can identify the position but don't know of any code to start a scroll. I'm created a gui method to drag and drop labels but need the ability to reach the outer columns …

0
47
Member Avatar for fujilec

hi..i put a datagrid into my main form, and i put 2 buttons for show and hide it. How cn i implement it? I know if for the form is using the command below: Form5.show However DataGrid cant use tht...hw can i implement it? thanks

Member Avatar for Jx_Man
0
52

The End.