473,543 Members | 2,035 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
0
1,676
thread by: Trevor Fairchild | last post Jul 17 '05 by: Trevor Fairchild
does anyone know how to carve out a picture (jpg, gif, bmp, whatever) that is embedded in a RichTextFormat file? I have figured out how to read through an rtf line by line, but when it gets to the picture, it just shows gobbledy-gook and I don't know what to do with it. I'd like to be able to take that image information and write it to a...
0
1,208
thread by: IS | last post Jul 17 '05 by: IS
Hi, I am writing a program for Central European customer and have encountered a problem by creating menus. The problem is that I do not get characters C and C shown correctly (at all) in the menu. Other CE characters are ok. Any hints and tips to resolution of this problem would be greatly appreciated!
0
1,810
thread by: N.Naeem | last post Jul 17 '05 by: N.Naeem
CrystalReport1.PrintReport returns 532 What error is this? thanks
0
2,922
thread by: Piotr | last post Jul 17 '05 by: Piotr
I need a VBA macro to copy all text from text objects in the igrafx flowcharter Diagram to clipboard or to save it to a text file (in order to count the text I translated). I tried the following: z = Diagram1.DiagramObjects.Count For a = 1 To z If Diagram1.DiagramObjects(a).Type = ixObjectTextGraphic Then...
0
1,087
thread by: Peter | last post Jul 17 '05 by: Peter
Hi all. I have a system with two (or more) sound cards. In the configuration panel I can change the default sound device, so that should I play a sound it will be played on that device. I would like to do this in my app. Can anyone tell me how I should go about this. Thank in advance. Peter.
0
1,861
thread by: daimler | last post Jul 17 '05 by: daimler
is there a way to enter texts into msaccess 2000 form from vba form codes? i am using dao automation ole to open the msaccess 2000 form but cannot seem to enter texts into the form's cell through the codes from a command button in the vba form. here are the codes: ...
0
1,382
thread by: John L | last post Jul 17 '05 by: John L
Thanks in advance ! I have an application in which I have need to PRINT and FAX from BUT I do NOT want to change the default printer setting to avoid the following scenario: Ae user opts to FAX a document... does so, and then goes out to WORD, types up a document, goes to PRINT it... and instead of printing it gets FAXED ! I want to avoid...
0
1,636
thread by: D.M | last post Jul 17 '05 by: D.M
Hello, Do you know what is the best way to call VB modules from reports. Thanks in advance.
0
2,055
thread by: brinticus | last post Jul 17 '05 by: brinticus
Greetings. Some of you are familiar with a site I've been developing. It contains and explains the Visual Basic Genetic Algorithm Library. I have recently added some updates and have moved the site (and thus it now has a new URL: http://home.snu.edu/~brint.fs/vbgalib/) The significant updates to the site are as follows: Updated engine to...
0
2,865
thread by: AstrA | last post Jul 17 '05 by: AstrA
Hi All Using the INET control to extract data from web sites and was told that the user agent should really be spoofed to make it look like a browser, as search engines sometimes black list submitters who don't use browsers to submit. My queries are: 1) What header does the INET send to a web server?
0
1,226
thread by: Dan | last post Jul 17 '05 by: Dan
Is there a simple way to have a graphical tool that can manipulate an Access database. I have a access table with 7 columns and hundreds of rows. I want to be able to show using 7 slider bars, how the other 6 fields in my access table change as i adjust my fixed variable. In other words if i change temperature from 10 to 20 degrees, i want...
0
1,190
thread by: Matthew Hanna | last post Jul 17 '05 by: Matthew Hanna
Hello All! I have a control that just acts on its own to save various properties concerning the form it is placed on. When the form unloads the control saves the current properties including size, position, font, window state, etc. When the form is loaded again later all the properties are restored to the form. Pretty nifty I think. My...
0
1,376
thread by: Per Eskilson | last post Jul 17 '05 by: Per Eskilson
We have a problem getting reply to a VB-6 client from a GSOAP Unix server. The GSOAP WEB-server on UNIX is replying fine if we connect to the server from a .net client. But some (not all) VB-6 clients are hanging when they are waiting for a reply from the WEB-server even though we in logfiles can see that everything including the answer is...
0
1,423
thread by: Toshi | last post Jul 17 '05 by: Toshi
I am connecting to a remote computer using the following code below: With Winsock1 .RemoteHost = "xxx.xxx.xxx.xxx" .RemotePort = "xxxx" .Connect End With How can I send an XML request to this remote computer and receive an XML response?
0
4,246
thread by: Martin | last post Jul 17 '05 by: Martin
Sorry to cut all you (2600 odd) users and beta testers off so abruptly on the 1/1/04. Due to popular demand I have relented and put these free (V1.0) analysis programs back online for download. Note that only those users/testers providing feedback will be eligible for the version 2.0 of these programs free of charge.
0
1,330
thread by: Dillon Mantle | last post Jul 17 '05 by: Dillon Mantle
Hi All The code below draws my graph: For X = 1 To Graph_Data_Max GraphData(X, 0) = Graph_AVG_Strokes(X) GraphData(X, 1) = Graph_500_Split(X) GraphData(X, 2) = Graph_Distance(X) Next
0
1,585
thread by: P. McCoy | last post Jul 17 '05 by: P. McCoy
My apologies if this has already been asked before. My problem: I have an 3rd party application written in C++ that works well but it lacks some automated features that could save me a lot of time. The application migrates files from an optical drive (non-windows format) in a jukebox to a hard drive and reports the progress in a textbox...
0
1,168
thread by: H.Salomons | last post Jul 17 '05 by: H.Salomons
Hi, I'm trying to use collor in a datagrid, but i want diverent colors in seperate row's. When i use datagrid.backcolor the whole datagrid turns that color. Thanks
0
2,856
thread by: jasper | last post Jul 17 '05 by: jasper
hi, i am trying to make a very simple program that will just detect and output your currently connected IDE devices. It will look something like this: IDE PRIMARY MASTER: IDE PRIMARY SLAVE: IDE SECONDARY MASTER:
0
1,752
thread by: Dillon Mantle | last post Jul 17 '05 by: Dillon Mantle
Hi all I am having a problem when graphing time with MsChart. The code I am using is Dim X As Integer ReDim GraphData(Graph_Data_Max, 2) For X = 1 To Graph_Data_Max
0
1,642
thread by: Dillon Mantle | last post Jul 17 '05 by: Dillon Mantle
Hi all Just as a i think that I am getting somewher I hit a snag. I need to a byte by byte retreval from the comport, the total size is always 8201 bytes and the data just comes in one go, no handshaking. The data then needs to be saved to a file. What is wrong with the code below? The data is all messed up with stuff that musn't even...
0
1,509
thread by: Jim | last post Jul 17 '05 by: Jim
I am building a site with ASP.NET that has a page with an image control. The ImageURL is set in code by evaluating the value of a query string that passes a file name for the image control. There is a folder with over 3,000+ jpg's that we attempt to get the image from - most are there but some are not - if the image for this particular search...
0
1,540
thread by: Ike | last post Jul 17 '05 by: Ike
Is there a way I can change the GUID of my activex control, created in VB6, after I have compiled it? Thanks, Ike
0
1,654
thread by: H.Salomons | last post Jul 17 '05 by: H.Salomons
Hi, I'm trying to use collor in a datagrid, but i want diverent colors in seperate row's. When i use datagrid.backcolor the whole datagrid turns that color. Thanks salomons30@planet.nl
0
1,266
thread by: Jann Rosendahl | last post Jul 17 '05 by: Jann Rosendahl
Hi friends! Working with the old-fashioned VB6, i'm trying to make my own newsgroup-attachment-finder/decoder/saver. Anyone got an idea for some code, free ocx's or what-ever. Anything will do. Thanks in advance.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.