12,425 Topics

Member Avatar for
Member Avatar for Robbey

Ok guys I just started learning visual basic. For my tutorial It says to click the "event" button. I have been searching for ages and I cant find it. Please someone just take a screenshot and upload it says were It is and or tell me. Btw Im useing visual …

Member Avatar for davidcairns
0
72
Member Avatar for draynos

Questions: 1. How to create database on MS outlook using VB script/ VBA 2. How to run or to call VBA codes on outloook. 3. How to call personalized .oft file (outlook form template) on ms outlook environment when creating new message. Please help! Thanks!:'(

0
68
Member Avatar for ceeejayy

In Microsoft Word, I have a VBA textbox ("TBox") and some verbiage in a bookmark field ("BMark"). I want to link the bookmark field to the textbox's ControlSource such that the verbiage appears in the textbox (as the textbox Value). I've failed with multiple different entries into: 1) the Properties …

0
86
Member Avatar for t3hfr3ak

Ok... I have backups of all my movies on my computer... I am trying to make a database of them using VB. I already made one with OOCalc (Open Office Excel basically). Anyways... my code to enter a movie in the data base is as follows: (Please keep in mind …

Member Avatar for t3hfr3ak
0
116
Member Avatar for SHAMMU

am fresher to vb6.0.. am doin project on p2p communication..i wan to know how winsock() function works... and is thr any method to change the skin of forms in vb..:?: if any body knows plz ..

0
63
Member Avatar for millanskie

Any body knows a way to create a uninstaller in vb6 or any easy to use third party software... thanks

Member Avatar for jbennet
0
277
Member Avatar for jetaw03

guys, can you help me to get data from a text file and putting it in an excel file? my programming language is visual basic 6.0 here is a sample data from the text file: ANO,BNO,TRANSDATE,TRANSTIME,ORIGINS,DESTINATION,CA LL_TYPE,OUTROUTE,INROUTE,CALLS,ACTUAL_MINS,COST 0498373386,[U]006623322001[/U],20070216,16:33:35,SRO,THB,IDD,IBEF7O,,[U]1[/U],[U]0.766666666666667[/U],-0.014413 0498373386,006623322001,20070223,12:59:40,SRO,THB, IDD,0241,,1,0.8,-0.01264 0498373521,0096265522113,20070207,11:22:59,SRO,JO, IDD,0241,,1,0.433333333333333,-0.019717 i wll get the underlined data, then i …

Member Avatar for jetaw03
0
395
Member Avatar for newage_gargoyle

I've created a simple table quiz program in VB6 and I want to load a help file (help.hlp) from within my code. I want the program to load the file when I select it in the Main Menu. I've tried using the load ("") function with the file file path …

Member Avatar for newage_gargoyle
0
350
Member Avatar for victor Thomas.D

Hi, 1 ) I must take a back up of a access data base daily and store in my desktop. Please give me coding to copy the access data base from the c drive and to paste in my desktop. Every time when i save the access in my desktop …

Member Avatar for victor Thomas.D
0
85
Member Avatar for memphid_head

I need to know if anyone can help me with vb code. I have a shared excel file that many users will use. my form writes data in the next available row. But when the users save, a conflict error will ask to replace or keep data in the cell. …

0
90
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 aparnesh
0
263
Member Avatar for Kcin

I need some help on this program that i have. i can't seem to get it to work. any comment on the program would be appreciated. Thx in advance. I have uploaded my program in case u need to take a look. [CODE]Dim first As Double Dim second As Double …

Member Avatar for Kcin
0
144
Member Avatar for nisrin

hello, Im using VB6 and connecting to an Oracle 9i db via ADO. My tables are stored in the SYS folder and am having a problem while accessing these from VB. While connecting to Oracle as username: sys, pswd: change_on_install, the following error message is seen: 'Test connection failed because …

0
70
Member Avatar for AngeloG

hi, i am searching for a module or something that can give me the output volume, like a meter. i think it is possible, but i still dont know.:?: what i want to do with my progam: i have some 3D points rotating on the screen, and then i want …

0
63
Member Avatar for IvanRJ

Hi guys, I´m using VB6 and its Active Report My problems are: 1) I have several dir with some pictures and I would like to use like image1.picture= = LoadPicture(c:\dir1\pict1.jg) image2.picture= = LoadPicture(c:\dir1\pict2.jg) image3.picture= = LoadPicture(c:\dir2\pict1.jg) and so on.. One page with 2 coluns / 3 rows with image.picture, But …

Member Avatar for SCBWV
0
227
Member Avatar for Ravi Singhal

Hi, Can somebody help me I am creating a macro in excel and I want to take input from user. user can give address of any column,row,cell and may be insert perticuler value.and after that I work on that data and response Excel User. Thanks in advane

Member Avatar for PVBert
0
87
Member Avatar for stirge

Hi, I am trying to sendmessage a password to a password box in another application. Whenever it sets the text, it shows the *** but the password is not really there. after the program runs, I can go in and delete the last * and replace it and it will …

0
52
Member Avatar for marlon ng

If I uncheck the AllowZeroLength, wouldn't that have the same effect as checking Required? Please correct me if I'm wrong. I'm having a hard time differentiating the two. If a Customer table contains a Phone No. field, and I'm about to add a new customer who doesn't have a phone …

Member Avatar for jamello
0
93
Member Avatar for exp_ps

I have queries regarding dll create in c/c++ that been use in vb6. What suitable data type i have to use in vb6 for c/c++ dll function that using char, unsigned char, short, unsigned short, unsigned int and unsigned long for it arguments data type. I encounter error Bad DLL …

Member Avatar for jamello
0
82
Member Avatar for vbCNEW

Hi... im a vb programmer in the phils... i do work in a gaming company doing LAN(server-client type) vb games!!!! and i can say that it is a successful one... but for some reason i leave that company... so now im working still vb programmer... but the thing is i …

0
67
Member Avatar for t3hfr3ak

I have been trying to figure this out for quite some time... Some help would be appreciated :) [inlinecode] intnumber = txtnum.Text intcount = 1 Do While lngsum <= intnumber intcount = intcount + lngsum lngsum = lngsum + 2 Loop lblsum.Caption = "The sum of the odd numbers is: …

Member Avatar for davidcairns
0
117
Member Avatar for Maritime

Hello, I have wrote program to display curves using Picture.Pset method, but drawing is not so fast. need help to rewrite a code using Picture.Line method. Thank's

0
67
Member Avatar for bdaboy22

I have a vbs script that is suppossed to look into AD and find any security group that follows the the format [map {drive letter} to {share name} on {server name}] and map a network drive for users that are a member. This is running in a Windows 2003 AD …

0
65
Member Avatar for quiptro

Hi, I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by using the BindingSource / DataGridView controls. However I cannot find the queries in …

Member Avatar for quiptro
0
99
Member Avatar for victor Thomas.D

Hi , Some one help me in excel macro If the cell vale is other than 2480, 4465, 3140,2689 i want the entire row to be deleted. regards Victor

Member Avatar for victor Thomas.D
0
108
Member Avatar for jameswoodhouse

I'm very new to VB this is my first attempt at a project. basically i want a simple program that will display a famous singers surname in a text box, then ask the user to input the singers first name in another box. The system must then check the answer …

Member Avatar for jameswoodhouse
0
493
Member Avatar for Ashish.Gupta

Dear Sir/Madam, Please help me to extract data from MS Excess according to date and how to show the output to dataenvironment. Please give me suggestion with help of SQL Query. Regards, Ashish

0
53
Member Avatar for quiptro

Hi, I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by using the BindingSource / DataGridView controls. However I cannot find the queries in …

0
78
Member Avatar for Suriv
Member Avatar for sk8ndestroy14

Okay, so I just got Visual Basic, but I don't really know how to use it yet. I know just a few things here and there. I want to start out with just some basic things. I tried making the quadratic function, but I don't know how to assign a …

Member Avatar for jbennet
0
156
Member Avatar for Kees Baltus

How to get access to picture information, such as Width, Heigth, Manufacturer, Cameramodel, Exposuretime, Picture made on, Date created, Date changed and so on. (just like in Windows Explorer)

Member Avatar for Kees Baltus
0
290
Member Avatar for marlon ng

Hi! Beginner here. I'm using VB 6.0 . I created a new Access database (.mdb) using Visual Data Manager (from Add-Ins). If I right-click on a blank space in the Database Window, and click New Table in the context menu, a Table Structure window would appear. In it, I'm supposed …

0
66
Member Avatar for victor Thomas.D

Hi, Where to compile my vb coding, Now i am opening a excel then doing to Visual basic Editor and compiling my macro. Thanks in advance for your help""""""""""""""""""''' Regards' Victor

Member Avatar for PVBert
0
80
Member Avatar for royaloba

hello guys, we have a device, this device is creating a textfile log.. my problem is how to read a new line everytime the last line of the textlog changes..thanks in advance

Member Avatar for PVBert
0
86
Member Avatar for mariocatch

Hey All, Working with Excel currently: I'm trying to figure out how to attach the active sheet to an email and send the email. I can save the document out just fine in the format that I want, now I need to somehow copy the contents of the sheet and …

Member Avatar for PVBert
1
80
Member Avatar for uche

Pls. i need some slight explanations on how to hide of show forms in a multiple form project in VB 6.0. And how do i link my VB form to MySql database, is it the same way as in MS Access? Pls need some help.

Member Avatar for cute_soha
0
131
Member Avatar for valarmathi
Member Avatar for victor Thomas.D

Hi, Some one help me, I want create a new mail message with to address ,cc address and with the subject. I want standard message in the mail also. Please help in this issue. Regards Victor

Member Avatar for victor Thomas.D
0
67
Member Avatar for gaurav4300

hi! i am facing an error in connection of vb6.0 to oracle. I want to take entry from vb & save it to oracle database. so plz send me solution of the problem. my id is [EMAIL="gaurav1121_mangal@yahoo.com"]snipped[/EMAIL]

Member Avatar for aparnesh
0
12
Member Avatar for pallavi.padav

hi i am a beginer in VC++ . i would like to know whether it is possible to Draw a line in the picture control by taking the values from the edit box i.e (x1,y1) and (x2,y2).

0
59
Member Avatar for victor Thomas.D

[B]How to close and save files, then to turn off the computer through VB6.0? cordings needed[/B] [B]Regards[/B] [B]Victor[/B]

Member Avatar for WaltP
0
70
Member Avatar for victor Thomas.D

[B]How to close and save files, then to turn off the computer through VB6.0?[/B] [B]cordings needed[/B] [B]Regards[/B] [B]Victor[/B]

Member Avatar for WaltP
0
67
Member Avatar for victor Thomas.D

Hi, Some one hep me, I want to open a selected mail from microsoft oulook in excel format. Will be very help full to me.............. Regards Victor

Member Avatar for WaltP
0
88
Member Avatar for kanemf

Hi, i need help for a vb6 coding. As i am now working on a vb6 project. (which is new to me as i have never learn before). Now the scenario is my project will be generating html pages. However, i need those html pages to have text display on …

0
53
Member Avatar for Witzbold

Hello, I am kind of new to programming in VB (and programming in general). I am trying to program a (what I assume to be simple) action of having a form when clicked open up a Excel Document. I need the path of the file it reads from to be …

Member Avatar for Witzbold
0
241
Member Avatar for thangasiva

i have a doubt can i key in the tamil letters(a language in india) in the 'tamil' colum of a tabe if yes how ?can i add tamil fonts and create colum in a table. letters should be in tamil when it displayd (not in english letters like v a …

0
68
Member Avatar for jacsoft

[COLOR=#444444]Hi, I want to make a program that copy’s itself while running[/COLOR] [COLOR=#444444]Can you please help!!!!? [/COLOR] [COLOR=#444444][/COLOR] [COLOR=#444444]Visual basic 8.0[/COLOR]

Member Avatar for PVBert
0
90
Member Avatar for polarcap

I am trying to paste a row of numbers next to an autofiltered row and it will unhide everything and paste into all cells. I have tried to use the Visible Cells Only command but it is only good for copying, not pasting. If you can, i need help to …

0
58
Member Avatar for john99

Hi everyone I am relearning to use VB after taking classes almost 10 years ago. I am stumped on remebering how to open a file using a command button. I have created some forms using VB that I want to activate from a main menu. I have made them .exe …

Member Avatar for bitbucket
0
315
Member Avatar for Nelly1965
Member Avatar for Nelly1965
0
253

The End.