10,992 Topics
![]() | |
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 … | |
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 … | |
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] | |
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) … | |
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 … | |
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 … | |
i want my program able to change cursor at runtime. give a hand pleasee.... thanks all... | |
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 … | |
how i can get all drive in my computer? does anyone know how to get it?? Thanks. | |
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 … | |
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 … | |
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 … | |
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, … | |
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 | |
i wanna to get size of file. help me how to get this. anyone know how to do this. any help will be appreciated :) | |
Please Delete or go to [url]http://www.daniweb.com/forums/thread117080.html[/url] | |
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 ,...) … | |
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 | |
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 … | |
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. | |
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. | |
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 :) | |
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.. | |
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 … | |
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]/* */ | |
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 … | |
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 … | |
Is Debug Window same as Code Window?? Code window--where we write the code. Debug window--???? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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. | |
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 … | |
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........ | |
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 … | |
How to design using crystal report with a particular record and the coding in vb | |
hi....i create a command button using the code shown below: [code] Private Sub Command3_Click() Form5.Show 'sum action needed here to detect user's action Command3.Caption = "Unhide History" Unload Form5 End Sub [/code] I need to change the caption to unhide history once the user had pressed unhide button | |
how do i make a string variable into an integer variable. something like: number = String i've always only converted it from a textbox now i'm having trouble using variables.. not sure why it's different.. [CODE] monthtxt = Mid(CardLength, 1, countnum) yeartxt = Mid(CardLength, i + 1, Yearstart) isvalid = … | |
Hello, this is my first post. I'm learning VB6 at home, with online tutorials. So far ok, but I can't find the right info on making a dual-paned app. Sort of like in webpages, where a 'frame' acts differently than the rest of the page. I guess it's like a … | |
| |
this is my simple program and i need to save or write the info that i key in in a notepad and also have the function to displat the info in the notepad. Can any one help me?TQ this is my simple program in VB. how can i write the … | |
Hi all, Iam newbe to this forum and seeks some help. I am using a msflexgrid in vb6 which uploads data from the net. What I want the uploaded data in msflexgrid having 10 cols and 10 rows to be saved in access database and also want to save the … | |
how can i connect crystal report 10 to vb6.0? is it possible? i really need to know how,,, thanks in advance! | |
can anyone help me i wanna calculate the total of electrical bill this is my situation... Rate 1 = 0.218 for first 0 – 200 KWh usage Rate 2 = 0.289 for 201-1000 KWh usage Electrical usage (KWh) = Latest Meter Reading - Previous Meter Reading If electrical usage between … | |
What is the difference between simple form & MDI form? | |
Hi I have written a piece of program to connect to the parallel port and it works properly with Desktop. but now I have laptop and my laptop doesn't have parallel port and I have to use USB to Parallel cable. and this cable after connecting to the laptop goes … |
The End.