11,870 Topics

Member Avatar for
Member Avatar for rutujagore

I am trying to open powerpoint slide through webbrowser using vb6 when i use ppt2003 this piece of code works : WebBrowser1.Navigate2 "D:\Documents and Settings\testers\Desktop\ComparePPT\newgrp.ppt" WebBrowser1.AddressBar = True this opens the ppt file in the web browser. But if i try the same code in powerpoint 2007 WebBrowser1.Navigate2 "D:\Documents and …

0
58
Member Avatar for JohnKelly

I have been using a call to SHBrowseForFolder to select a folder where the user can Load or Save files. We have a request to allow the user to create a new directory to save files. Is there a call to something similar to SHBrowseForFolder but one that allows a …

Member Avatar for davidcairns
0
121
Member Avatar for ReeciePoo

I was wondering, why is there alot more things like (button, textbox, tree-view and mroe) in 2005 then VB 6? is that all there is in vb6 or is there more?

Member Avatar for davidcairns
0
59
Member Avatar for MyMel

Hi everybody, Help PLEASE!! I'm sure it something simple but I can't seem get my mind around it right now. I am exporting [URL="http://database.ittoolbox.com/groups/technical-functional/access-l/copy-excel-sheet-to-a-preexisting-workbook-1428747#"]data[/URL] from a current access form to an excel spreadsheet then I am copying that data to an existing excel workbook where the data will be used …

Member Avatar for davidcairns
0
121
Member Avatar for husseina78

Dears im petroleum engineer i want to create a program that enables the user to draw a pipeline system which consists of pipeline segments,pumping station,valves etc... i want the user to draw the pipeline segment on a form as (line or arrow) and let this ([U]line or arrow[/U]) be an …

Member Avatar for vbCNEW
0
103
Member Avatar for t3hfr3ak

I am trying to make a game using VB... I am making frogger... and when he is on the grass I want the colour around the frog to be green then grey when he is on the road... so instead of setting the colour for each of them and having …

Member Avatar for vbCNEW
0
108
Member Avatar for jetaw03

in the properties window of the data control after i select the databasename, when i click the recordsource a dialog box appears which says "unrecognized database format".. what would be the problem?

Member Avatar for jetaw03
0
119
Member Avatar for purplegerbil

Hi, I have written an application using a MDI. This is working well. Within the toolbar it has over 10 buttons each opening a different window within the MDI. In the future I will be adding more to the application. My question is, is it possible to create an application …

Member Avatar for PVBert
0
100
Member Avatar for Fungus1487

hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net?

Member Avatar for jbennet
0
112
Member Avatar for Kees Baltus

I need to read "Title tag" and "original date"of pictures. I installed WIAaut.dll and put Commondialog on form. :'( I can read all items from the Img.Properties with a loop. It is difficult to find out how to get only the "Title tag" and "DateTimeOriginal".

Member Avatar for Kees Baltus
0
112
Member Avatar for ericseven

I was given an unused copy of Visual Basic 4 as a gift. Is it possible to upgrade this to Visual Basic 6? I've already searced MicrosSoft's web site, but I couldn't find any info about this.

Member Avatar for jbennet
0
177
Member Avatar for Nelly1965

I am processing word documents and would like to move the files to a new location after processing. What code do I use to move file from one directory to another.

Member Avatar for shasur
0
85
Member Avatar for Phreak

Hi Can you help with amending this code, so it no longer looks at the boot ini, but will look at apx 200 separate texts files called "textfile1.txt" "textfile2.txt" etc etc consecutively for the line of text "Max100" and remove and replace with "max200" This is a piece of code …

Member Avatar for shasur
0
94
Member Avatar for marlon ng

I got this from a book.: Forty students were asked to rate the quality of the food in the student cafeteria on a scale of 1 to 10 (1 means awful and 10 means excellent). Place the 40 responses in an Integer array and summarize the results of the poll. …

Member Avatar for scudzilla
0
195
Member Avatar for jetaw03

guys, i need help in using VB 6.0.can you help me to get a data from an excel file from ms access and put it in ms excel..pls help me guys..:'( here is the sample of the file in access: sum1 sum2 22321 123123 here is a sample of the …

0
69
Member Avatar for Randika

Hi, Can you please help me to solve this problem?It's... [B]How to restart and turn off the computer through VB6.0?[/B] [B]cordings needed.:rolleyes: [/B]

Member Avatar for jamello
0
275
Member Avatar for t3hfr3ak

I am having a small problem with my program... Right now I have a text document with name, file location, imdb rating, ect. I had it working last night to view the text and show all the info in labels. This is still working. The problem I am having is …

Member Avatar for t3hfr3ak
0
142
Member Avatar for vbCNEW

Hi!!! could anyone please help me about querying in excel.. heres the scenario.. i have 2 sheets(sheet1,sheet2) sheet1 = contain the correct answer ex. col1 -- 3333 | col2 -- jose reyes sheet 2 = contains only tha code... ex. col1 -- 3333 (shuffled) (note.... record count is more than …

Member Avatar for davidcairns
0
101
Member Avatar for danasegarane

Dear All, This is my first New Post.I want to export the images avl in a PDF File using VB.I am having the Adobe Professional Reader Installed in my machine .How can I? Dana

0
46
Member Avatar for SHAMMU

i hav created one chat window...in that i added two richtextbox...one in the send window another is a main chat window...and i added font and color to that send window.. whilem typin g in that send window it shows all the font and color...but while sendin it displays that sent …

0
60
Member Avatar for draynos

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

0
48
Member Avatar for obs

I am trying to write a code that will look through all available worksheets in a workbook and return the data. Currently my code is written to look for specific sheets and it creates an error when a worksheet is added or deleted. I would like a code that will …

Member Avatar for PVBert
0
117
Member Avatar for Scope9000

i have a project to be done for Thursday and im stuck The project involvs a questionair with 4 possible answers and the right answer there is 2 logins the teacher and the student and the forms have to be set to false for the 1s the student/teacer can or …

Member Avatar for davidcairns
0
108
Member Avatar for intellogo

Hello... I am using Crystal Reports 11 with Visual Basic 6.0 I am using reports in my application using the Crystal Reports 11 Designer Modules, which has extension of .DSR I don't call the .RPT reports directly into my vb code. Instead i convert the reports [.RPT files] with the …

0
64
Member Avatar for jan1024188

I realised I cannot run Win32 programs compiled with Visual Studio 2005 on any other computer. When I try running my programs on a computer where no VS2005 is installed I get an error: [CODE] This application has failed to start because the application configuration is incorrect. Reinstalling the application …

Member Avatar for jan1024188
0
93
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
276
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
349
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
66
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 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
107
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

The End.