11,869 Topics

Member Avatar for
Member Avatar for mukund_Sadrani

any one help me to create datarepeater with combo and text field like sub-form in access

0
71
Member Avatar for mukund_Sadrani
Member Avatar for QVeen72
0
154
Member Avatar for Iken

Hi I have a huge list with staff numbers in the workbook sheet1 range from column A 3 to a (unknown the maximum). Which data around 1500 named list (just a numeric the staff no I need to validating who when attendance the general meeting in the main hall, who’s …

Member Avatar for manoshailu
0
92
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 jireh
1
284
Member Avatar for arunpawar

I'm working on VB.net(2005 studio) application that stores values.i'm using SQL server 2005 express.I dont know how to connect both of them.Is there any tutorial on the web for that? I have tried but most of the result are points to the pages of SQL server configuration,manipulation related information. One …

Member Avatar for arunpawar
0
140
Member Avatar for masakii

hi. i wonder to know is it possible to create a project which working with RTP in VB 6.0? i just discover and learning to make a file transfer project using TCP (using VB).. i hope anyone could give me more info about working with RTP in VB.

0
48
Member Avatar for Hollygolightly

Hey all I have no idea how to write this in VB. I have printers set up as default named "KM250_2" and "KM250_1" respectively. These printers just print single sided. I need to be able to print duplex, so I have set up the same printers, but with slightly different …

0
39
Member Avatar for saurabh.verma

hi i am working on a project and i have to make this form which tells which other forms have opened i have a menustrip which has a menu now what i need to do is this: everytime a new form has opened i want my menustrip add a new …

0
56
Member Avatar for ladyjade

Im working on a visual basic project and i am making a web browser which i am using IE web browser component. I want my web browser to be able to add tabs like Internet Explorer 7,using the tabstrip control...Please can [B][COLOR="Red"]ANYONE H-E-L-P[/COLOR][/B] :icon_eek: me with this. Ive been searching …

Member Avatar for ladyjade
0
112
Member Avatar for irshadAhmed

Please can anybody help me in reading the ms-word file in vb and storing the data in grids thanks

Member Avatar for choudhuryshouvi
0
83
Member Avatar for sree_rekharaj

hi! unable to get DATA ENVIORNMENT 1.0 check box under referances in project menu in vb6. i would like to know which DLL file i have to download in order to be able to check this option. i require this information urgently. thanks rekha

0
62
Member Avatar for msantosh18

can any one help me in the following problem i have created a exe file in visual basic. in my application if i click a command box a excel file will open. the excel file is accessible in my system. but if the exe file is executed in any other …

Member Avatar for choudhuryshouvi
0
95
Member Avatar for AndrewE

Hi This VB code below runs fine in Excel 2003 under an object in a form and the file browser window opens nicely, allowing the navigation to and selection of a file. However, I need to have the same functionality running in an Excel 2000 environment. The problem is that …

0
68
Member Avatar for sonia sardana

Can somebody send me the basic book of Visual Basic if they have??? & if its possible to send on net...Send me on the below given Id-> [email]sonia.sardana@yahoo.co.in[/email]

Member Avatar for ladyjade
0
82
Member Avatar for Yogesh Sharma

HI, I have made a menu with two menu Items Colors Size. Colors will further have the submenu Items--> FillColor Exit FillColor will further have-->Red,Green,Blue Size --> Small , Large If i write the foll. code--> [B]Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) …

Member Avatar for choudhuryshouvi
0
206
Member Avatar for mike4

I made a hotel software and connected it to a access database created using the visual data manager. The software runs very well but when records in a table for daily stock taking reaches around 2000 the software starts messing up with my table. I am suspecting that the table …

Member Avatar for choudhuryshouvi
0
114
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
51
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
214
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
589
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
148
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
76
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
49
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
86
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
193
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
283
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
143
Member Avatar for buzincarl
Member Avatar for choudhuryshouvi
0
88
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
84
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
159
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
147
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
65
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
152
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
457
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
161
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
95
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
263
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
182
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
92
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
189
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
614
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
276
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
449
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
259
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
50
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
55
Member Avatar for rrocket

Is there something else I have to do to get a message with an error occurs other than this: [code=vb] On Error GoTo Handler 'Code that will cause an error Handler: msgBox(Err.Description) [/code] The Handler gets thrown but it is empty.... Just a message box comes up with no text.

Member Avatar for Jx_Man
0
120
Member Avatar for ITech

i have typed this code within my form.. [CODE=vb]Private Sub Command1_Click() SQL = "select * from cusinfo" Call connrecordset(CustomerInfo, SQL) With CustomerInfo CustomerInfo.MoveLast !Name = txtName.Text !Address = txtAddress.Text !DOB = DTDOB.Value !Age = DateDiff("yyyy", DTDOB.Value, Now()) + Int(Format(Now(), "mmdd") < Format(DTDOB.Value, "mmdd")) !Sex = cmbSex.Text !PassportNo = txtPassport.Text !Country …

Member Avatar for QVeen72
0
96
Member Avatar for dinilkarun

i have the things listed below dim col_values as new collection dim var_list(100) as variant i want to add var_list1 to col_values under a key say"k" i try using this col_values.add var_list1,"k" but this is throwing up an error. Please help me........

Member Avatar for QVeen72
0
89
Member Avatar for ITech

hello i am doing a project in vb n ms access, i have an issue..its simple i think but i dont no.. in my form i have intime text box which has the computer time,and there is a duration textbox where i have to type in a number..and one more …

Member Avatar for QVeen72
0
87

The End.