| Thread | Last Post | Replies |
|
| Downloading file using Inet control with authentication | 13 Jan 2006 15:45 GMT | 4 |
I am using the Inet control to download file directly from web pages. I use the OpenUrl method of the Inet control. But this doesn't work with web pages that require authentication. I can't figure out how to send the required user name and password.
|
| LoadImage API | 13 Jan 2006 09:42 GMT | 8 |
I'm trying to load a bitmap "picture frame" image into a backbuffer, then animate the picture area. The animation part works fine. If I make a backbuffer, I can draw to it then blite the new bitmap to a form at 30 frames per second.
|
| Reading text files | 13 Jan 2006 01:07 GMT | 6 |
I am exporting a table of data from VB6 to a browser. The table is text, packed out with HTML tags e.g... <tr><td>2485</td><td>A25</td><td>M48</td><td>B90</td></tr> <tr><td>2486</td><td>L19</td><td>X99.</td><td>L10</td></tr>
|
| I need a way to send email via VB6 code | 12 Jan 2006 22:25 GMT | 1 |
I need a simple way to send very simple email via a VB6 code. Anyone know how to do that? Any code avaliable? Without using Outlook if possible, I only have Outlook Express avaliable. Bye
|
| can anybody teach me vb | 12 Jan 2006 20:17 GMT | 19 |
hi i m aarti well i want to learn vb can any body help me? contact dreamgirl_aaru@yahoo.com
|
| VB.net: accessing files when run from network | 12 Jan 2006 13:58 GMT | 2 |
Situation: When I compile and run a VB.net program as an .EXE, my program accesses files locally and from the network as I would expect them to. However, when I move the .EXE to a network location, it throws an error
|
| i am using visual basic express edition | 11 Jan 2006 21:45 GMT | 6 |
i am using visual basic express edition i would like to save data to a text file from a picture box ( 6 numbers) and recollect the data to the project form.
|
| separate a string | 11 Jan 2006 18:39 GMT | 3 |
I need to separate strings of this kind: part1 part2 part3 att1 val1, att2 val2, att3 val3, att4 val4 the parts are equivalent to a kind of name space. then key value pair start. each pair is separated by a komma. key and value are separated
|
| Help | 11 Jan 2006 16:14 GMT | 1 |
How do I put the time on my userform (It has to tick) and also how do I make a music file play from my computer... Thanx So much Simon
|
| bundling files into a single new file | 11 Jan 2006 15:42 GMT | 4 |
Hello gurus. I have an app that needs to somehow combine/bundle multiple files (e.g., two Word documents, a couple text docs, an Access database) into a single file with a new extension (e.g., newfile.abc). Then the app
|
| AdoDc control peculiar problem | 11 Jan 2006 02:30 GMT | 4 |
I have a form with an AdoDc control associated to a datagrid. The AdoDC uses a "ConnectionString" such as "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=..."
|
| Use of scalewidth problems | 11 Jan 2006 02:20 GMT | 10 |
I am attempting to center controls on a form, regardles of the user's screen resolution, with the following code: [ Private Sub Form_Load() cmdDisplay.Left = ScaleWidth / 2 - 1027 ' button width = 2055
|
| ComboBoxes (active-X type) | 11 Jan 2006 01:31 GMT | 1 |
Can anyone help me with next problem? I am adding ComboBoxes (the active-x type) by vba script onto a Excel sheet. E.g;
|
| Printers and Faxes shortcut | 10 Jan 2006 16:03 GMT | 3 |
hello all; How do you get the Printers and Faxes item in the Control Panel to come up in VB Code?
|
| Setup.exe = An access violation occured while copying the file Msvcrt.dll | 10 Jan 2006 11:38 GMT | 1 |
I created a program with VB5 (on win98) and used its Application setup wizard to create the files needed to install it. When I try to install it on another machine (also win98) I get this error: An access violation occured while copying the file
|