|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic General Discussionmicrosoft.public.vb.general.discussion
Getting Printer object to collate
Ray Cox -
7 Oct 2006 11:15 PM - 4 messages
Can anyone describe how to pass instructions to collate to the VB6 printer object? I can reliably obtain the collate setting from the printer dialog, but since the printer properties do not include a collate property, can't figure out how to pass this to a printer. ...
Question for Mike Williams... please need help
Co -
7 Oct 2006 6:10 PM - 13 messages
Hi Mike, According to J French I should ask you for help, so... [link] Ask Mike Williams - you have talent, but I am rather intolerant - you need to be taught old style coding ...
Please verify BUG in Microsoft Windows XP/2003 Accessibility *MPS*
LaoTse -
7 Oct 2006 3:50 PM - 2 messages
Hello, The Problem (Multi Processor only): This occurs when there is MORE than one Logical/Physical CPU on the system. When a console winevent hook function is active, changing the codepage of a console window causes the console window to not respond. ...
Equivalent of TMemoryStream (PASCAL) in VB 6.0
mail.cordon -
7 Oct 2006 3:02 PM - 2 messages
I am converting a DELPHI application to VB 6.0. Language in the DELPHI Project is PASCAL. In the application coder has created a TMemoryStream type. I just want to know what is its equivalent in VB 6.0 The complete code is - ...
Where to Store Logs and Data Files
wxforecaster -
7 Oct 2006 1:30 AM - 3 messages
For years I've had my applications install into C:\Program Files with activity logs typically written to a \LOGS subdirectory and read/write data, configuration files, etc... placed in a \data and \config subdirectory. Looking at numerous other applications, this would appear to roughly be the ...
List of connected usb devices
MartinGreen -
6 Oct 2006 7:32 PM - 2 messages
Hi, I have an VB6 application that does all sorts of things on usb. I want to parse through the list of usb device connected to this machine, i.e. VID/PID and see if there is a certain device present. If ...
server/ client apps communication
Andrew -
6 Oct 2006 2:53 PM - 4 messages
Does any body know of some good example of server/client apps communicating through winsocket or some other form of technology? ...
Connecting to a database remotely over the internet.
Andrew -
6 Oct 2006 2:50 PM - 10 messages
I wanted to know what was the best or common practice for connecting remotely over the internet to a database on a website or server from a vb6 or vb.net app? How can I connect to a ms access mdb database or a 2000sql database through ...
Runtime error "5"
Manfred -
6 Oct 2006 1:41 PM - 14 messages
hello , Win XP Pro, VB6 SVP 6 : also Win 2K Advanced Server In a simple form there is a command button, when I'm pressing it, the program does some easy wirok, then Unloda me. always when itr reaches the statement "Unload me" or "Hide me", I get this ...
vb6 app won't close (Win9x)
Peter Fay -
6 Oct 2006 12:49 PM - 8 messages
We have a vb6 app that now won't close in Win 9x (certainly Win95). It closes gracefully in Win XP. The app has main form subclassed (for wheelmouse support) and uses a hidden form to store a few additional controls. ...
SHAutoComplete and VB6: does not process mouse
Maxim -
6 Oct 2006 9:36 AM - 4 messages
Hi I'm in trouble with using SHAutoComplete in a VB6 project. There is a modal form with an edit box. SHAutoComplete is applied to the edit box. Autocomplete works all right BUT the dropdown list does not process mouse events: moves and clicks. I am not able to select an item from the ...
combo box item from rs_table.fields(0).value
Charles -
6 Oct 2006 8:41 AM - 4 messages
i have a recordset called rs_table. i want to set the value of the combo box using one of the field from rs_table but not using combo1.additem method. at this moment i set the combo box value using this code : ...
Uploading to server
Sir Itchy -
6 Oct 2006 7:26 AM - 3 messages
....bit dead over on .controls.internet so. I need to provide online report(s) generated by my desktop app, for my users customers to review. I have no idea how to go about this. I was thinking of creating the report locally (HTML/PDF) then FTPing them up ...
Is it possible to display picture in picturebox from data in variable?
Faraz Azhar -
6 Oct 2006 3:35 AM - 2 messages
What if a picture data (either BMP, JPG, GIF whatever that is supported by picturebox) is loading into a variable, can it be displayed into a picture box? Im trying to accomplish that my program stores pictures in encrypted formats in its very own file system (database). Now my program should ...
how project talk to each other in a group project
shuan -
6 Oct 2006 12:28 AM - 4 messages
How can i call a project to another goup in a project group. I want to call a form in the project a when click on a button in the project b MD ...
Preferred syntax multiple if
MP -
6 Oct 2006 12:01 AM - 20 messages
I have seen it sometimes advised to avoid (where possible): - Nested ifs - GoTo's with that in mind, if you have the following multiple tests as a requirement .... 'nested ifs version For Each oObj In Collection If oObj.Prop1 Like sProp Then ...
Visual Basic in Excel
Bryan -
5 Oct 2006 9:05 PM - 2 messages
I have 2 macros in excel that I need help with. I click on a button for each and currently I have to click on button #1, wait for the process to finish, then push on button #2 to complete the ...
visual basic within Access If...Then
arabella79 -
5 Oct 2006 8:55 PM - 6 messages
I have a form that's based on a query. I'm trying to make the form only accept hours worked if there is a pay rate already entered in another form. If not the form will return a message box notifiying the ...
File API's
busboy10 -
5 Oct 2006 8:36 PM - 7 messages
Hi all, I am new to API but have a general undestanding. i am trying to write a pretty simple program that will copy the contents of my Documents and Settings folder over the network to where i store my backup's at work. ...
vb to create copy of active document
Sam -
5 Oct 2006 7:56 PM - 5 messages
I need to write a small program that I can launch from within another program that will save a copy of the active document to a different file name within the same folder as the current document. After that I ...
Excel crash when an .xls is double-clicked while Excel reports are being generated
Yatrix -
5 Oct 2006 6:50 PM - 3 messages
Our product, TurningPoint, creates reports in Excel and they can sometimes take a bit to run. While they are running, if the user double-clicks an .xls file to open it and clicks in a cell, an error occurs. To generate these reports, if multiple reports are ran, we create ...
'PlaySound' function and sound events
Eduardo Alvim -
5 Oct 2006 5:58 PM - 8 messages
Hello, I'm developing a program in VB6 where I need do play a wave file assinchronously and 'be advised' when the execution of the sound has finished (receiving an event). P.S.: Now I'm using the function PlaySound (winmm.lib) to play the wave ...
Rotating an image in a picturebox
jcrouse1 -
5 Oct 2006 5:57 PM - 4 messages
I have a form with two picture boxes and a command button. On form_load an image is loaded into picture box 1. I am then trying to use the following code to turn on picture box 2 and diaply the image rotated ...
A problem of Format Function
Tom -
5 Oct 2006 5:06 PM - 8 messages
Hi Group, I have a problem like following By using this format: format("1.23","$#,##0.000;($#,##0.000)") I got '$1.230' And By using this format: format("1.23","A#,##0.000;(A#,##0.000)") ...
Web page file information
fniles -
5 Oct 2006 4:07 PM - 10 messages
Is there a way to get get the date and file size of a web page ? For ex: I would like to programmatically identify the date and file size of [link] ? Thank you ...
Comparing 2 files
fniles -
5 Oct 2006 4:03 PM - 11 messages
Is there a way where we can compare the contents of 2 DOC file and also the contents of 2 MHT files (from websites) ? Thank you ...
Putting a puzzle of Clipboard images together?
OEYC -
5 Oct 2006 3:14 PM - 7 messages
I have an application that I need to minipulate in order to create a larger bmp image. This is what I wan to be able to do. In application #1 I will zoom into the view I need and then copy it to the clipboard I can handle ...
Add choice to right mouse drop down
HotRod -
5 Oct 2006 3:07 PM - 9 messages
I'm using MapPoint 2004 and was wondering if anyone has a work around for adding a command option to the right mouse click? Is it possible to add an extra choice to the right mouse click. ...
Printing Labels
CBClarke -
5 Oct 2006 2:49 PM - 4 messages
I am having trouble printing labels from VB. If I use: Printer.Orientation = vbPRORportrait it prints correctly but obviously it is 90 degress rotated. If I use: Printer.Orientation = vbPRORlandscape it prints but there is nothing there at all. ...
Can't find dll Entry Point error
Stephanie Doherty -
5 Oct 2006 1:17 PM - 4 messages
Hello World, I am trying to get the value of a registry entry and am using the call to RegGetValue but on runtime am getting the error "Can't find dll Entry Point RegGetValueA in advapi32.dll". The documentation for the RegGetValue function ...
how to get the directory of the exe file?
gregor2324 -
5 Oct 2006 7:55 AM - 13 messages
Hi everyone, I have a problem. In my project I have some files in the same dir as the main exe file, wchich are read by the application. How can access these files? The current directory is completely different. For example ...
PDF component
Sir Itchy -
5 Oct 2006 7:22 AM - 7 messages
I need to provide PDF support in my apps. I think there are two routes: 1) Purchase a PDF printer driver 2) Purchase a PDF control to allow me to provide PDF output 3) Is there a third? Any suggestions/comments welcomed ...
/make fails
lowell -
5 Oct 2006 5:06 AM - 7 messages
I have a VB6 build procedure using /make which fails with exit -1073741676, but it compiles OK in design mode. This has been working fine and suddenly is failing. Any suggestions appreciated! ...
Compile error: Wrong number of arguments or invalid property assig
Nate00 -
4 Oct 2006 8:20 PM - 2 messages
Any ideas on this? Compile error: Wrong number of arguments or invalid property assignment Set newLinkNode = CreateLinkNode(defectNumber, defectCounter) My first thought was to do this: Set newLinkNode = CreateLinkNode(CStr(defectNumber), testTrackNode.childNodes.Item(defectCounter)) ...
Drive c: cannot be selected right now.
DanMH -
4 Oct 2006 7:42 PM - 8 messages
Let's go back to some real "classic" vb... Using VB3 on a Win98 machine, we are now getting the following error: Drive c: cannot be selected right now. Try again later. Does anyone know what might be causing this error? ...
VB Error - update
DL -
4 Oct 2006 7:42 PM - 4 messages
An app from a developer is producing an error on my win2k sp4 sys, in that in certain circumstances it terminates with a Second Chance Exception in MSVBM60.dll (v6.0.97.82) The developer is unable to replicate the problem, nor do other users see the ...
VB / DLL Issues
stumorgan -
4 Oct 2006 7:40 PM - 2 messages
I'm running a device driver DLL from my VB program. Each time I want to access the device, I run an Initialize command to the driver then go about my business reading data and when I am finished with the device I ...
Custom class know what class owns it
Usarian M. Skiff -
4 Oct 2006 6:55 PM - 6 messages
I'm delving into custom classes in vb.net 1.1 I want all my instances of class B to have a reference to the instance of class A that owns it. For example, datatables. One of a datatable's properties is Dataset. I can ...
internet conect
d -
4 Oct 2006 6:51 PM - 3 messages
please help i have a app calling a ftp server and every so often i hang on the internet connect, it will hang and drop out after an hour, so i simply though that i could drop the INTERNET_OPTION_CONNECT_TIMEOUT to say 5 mins ...
set to nothing everytime or reuse?
Nais2mitiu -
4 Oct 2006 6:43 PM - 2 messages
I can have that doubts just at 20:30 whilst starving ;) Despite of the example it's a general question... I'm gonna write a VB6 function; it receives a user name and use the MAPI/CDO libraries to retrieve an info from the Exchange inbox of that user. ...
MSCOMM dropping bytes
Mike D -
4 Oct 2006 5:36 PM - 3 messages
I have a VB6 app using MSCOMM in Binary mode. When I send a 'D' to the remote system, I should get 65536 bytes back. I can't seem to capture more than 50k or so with my app, and the code hangs waiting for the rest ...
Trying to be 'well behaved' under Vista
Bob Freeth -
4 Oct 2006 5:33 PM - 14 messages
Apologies for a long introduction to the question... I use VB6 to develop shareware applications for ham radio operators. So far I have managed to maintain compatibility from Win95 through to XP. Having started digging into what I need to do to be 'well behaved' under Vista it ...
vb question box
mpjm -
4 Oct 2006 4:18 PM - 8 messages
i am new to writing VB code in MS access and i am wondering how to write the code for a question box on a form. my scenario is this... user clicks a command button msgbox opens asking user "this open query x. continue?" - user clicks ...
Passing array to form
RB Smissaert -
4 Oct 2006 4:03 PM - 4 messages
Have an ActiveX dll with only a class and a form. In the class I have: Public Sub ShowChart(arrData As Variant) frmChart.ChartData = arrData In the form I have: Private arrChartData As Variant Public Property Let ChartData(vData As Variant) ...
Run time Error
Gee1 -
4 Oct 2006 3:59 PM - 10 messages
Private Sub cmd_DeleteTables_Click() MsgBox "Click yes when prompted to delete records" Dim sqldel As String sqldel = "DELETE tbl_physical_main.*, tbl_physical_main.[Material Number] FROM tbl_physical_main WHERE (((tbl_physical_main.[Material Number]) Is Not Null))" DoCmd.RunSQL sqldel, no sqldel = "DELETE tbl_noDataForTag.* FROM tbl_noDataForTag" DoCmd.RunSQL sqldel, no ...
VB6 Help Required
chizster -
4 Oct 2006 3:03 PM - 4 messages
Hi there, I'm trying to pass a variable to a field name, as illustrated using: Dim FieldName as String FieldName = "" RecordName.FieldName = "" (i.e. I want RecordName's FieldName to be able to be declared - this is so that I can use it as procedure instead of repetitively writing the ...
.NET Framework v2.0
elena -
4 Oct 2006 2:45 PM - 4 messages
Hi, All I need advice about upgrating VS .NET I have VS .NET 2003 v1.1 installed on Windows XP. I have projectes developed in C#, C++ for desktop applications and C# and ..NET VB for mobile devices targeting Windows CE 4.1 ...
Running a function to convert ascii
Howk013 -
4 Oct 2006 9:35 AM - 5 messages
Hi to all that replied to earlier thread I made, Im doing a trial on something simpler before going to the actual programming. Objective 1: User Keys in characters into text box, hits the command , and voila~ the output is in ascii ...
VB6 Collections - Performance Issues
Mandy -
4 Oct 2006 5:09 AM - 4 messages
Hi Everyone, I get a collection of objects and then loop through the collection, adding listitems to a listview. When the collection count is as large as 4000 - 5000, it becomes really slow and I was wondering if any of ...
How to convert code snipped from VB6 to Visual Studio 2005/VB (VB7?)
vb newbie -
3 Oct 2006 11:35 PM - 3 messages
I found some sample VB code which I'm trying to implement in Visual Studio 2005. I think the code was VB6. VS05 doesn't like the syntax. I've distilled things down to the part with the error: ...
Which Data Environment files to place under source control?
David Carr -
3 Oct 2006 7:33 PM - 2 messages
Hi there, We are using a VB Data Environment in our application (appears under the 'Designers' group), and for each DataEnvironment object there are 3 associated files (*.DCA, *.DSR, *.DSX). We are also using an RCS (revision control system). ...
How to format table output in the command prompt
mgm -
3 Oct 2006 5:55 PM - 3 messages
Hello - I have a vb script that returns records from a database to the console and I would like to format a second column to line up (right now using tabs and I do not like the look). Can someone help me out? ...
When attempting to close MDI, endless loop begins
Normal IT -
3 Oct 2006 4:11 PM - 2 messages
I have a vb6 program that has a single mdi form with many child forms. I just created a new form with the same properties as the ones previous. With this form, I can double click on a listbox to update the ...
[VB5] "Can't load control XYZ; license not found"
Vincent Delporte -
3 Oct 2006 4:06 PM - 5 messages
Hello I needed to set up a new development machine with 2003 Server. I gathered the old CD and installed VB5 followed by SP3. When I load some of our projects, some forms crash with the following ...
how do I get the transaction number
Warren Altamirano -
3 Oct 2006 4:05 PM - 4 messages
hi, I need to know how do I get de transaction number used to insert, update or delete a record a record. I mean, if I make 3 insert in diferent tables with transaction's help how do I get this number again? ...
How to Populate 4 combo boxes from a comma separated file - VB6
EasyButton -
3 Oct 2006 2:40 PM - 6 messages
Hi. I need to read a comma separated file and place the values in 4 combo boxes on a VB6 form. The comma separated file has 4 elements in each row and I need to populate as follows: ...
Loading combo's with static info
dman -
3 Oct 2006 12:22 PM - 6 messages
What is the best method for loading combo boxes for pre display processing? I don't want to hit the database when forms load over and over again. Should I load the database info into an array once and use that to populate my combos? Most, if not all, combo ...
Binary Write to DBF file
kohl.mike -
3 Oct 2006 12:20 PM - 9 messages
Problem: Programmically changing the record count in a dbf file No matter what I test, nothing seems to work. This is just an example of what I want to do. In the dbf header there are bytes that indicate how many recorrds are ...
ODBC Connection
lelol -
3 Oct 2006 10:15 AM - 3 messages
hello, i need help with an odbc connection to a database which is not on server in the lan, ie. the database is on remote server that i can access through internet. is it even possible to do that without usin ...
command button picture disappear after click
Claudia Fong -
3 Oct 2006 10:03 AM - 5 messages
Hi, I have a small problem with the picture of my command button. After I click on the command button, the picture will disappear.. I don't know why... All I did was after clicking the button, it will close the form and show ...
Vb6 Project won't load
HackaJAck -
3 Oct 2006 8:04 AM - 9 messages
I have been working on a project for 5 months. When I tried to open the project yesterday, it gave an error "PayMaster.vbp cannot be loaded". I opened the VBP file with notepad, but it was empty. I also opened some of the ...
ANN:Just released "The Webmaster Collection"
JFMoreno -
3 Oct 2006 5:17 AM - 2 messages
A collection of tags, seals and buttons for your projects. While we are calling it the 'Webmaster' collection, these images can be used in any of your projects where you want to emphasize a special sale, guarantee, purchase, new, etc. You are going to love look these images ...
Need help with a simple code
kyleheade -
3 Oct 2006 2:28 AM - 11 messages
I need some help creating a visual basic code that uses the if..then..elseif..else structure to make the decision about what Roman Numeral to Display. The application should determine which number is the smaller and which is the larger, and display a message to the user indicating this. ...
recordcount per date ? could you do that?
dokter cinta -
3 Oct 2006 2:13 AM - 8 messages
dear all its me again.... how are you today ???? i have some problems again i have some records per date and i want to count it per date here is the data ============================ date | pc ...
Owner-Drawn Listbox w/ User Control
Michael_R_Banks -
3 Oct 2006 12:04 AM - 9 messages
I think I'm at the point where I know just enough VB to be dangerous... I have a user control I designed which consists of a picturebox and two textboxes. I would like to add this control (actually several ...
Help doing this with MSHFlexgrid???
Rick Bond -
2 Oct 2006 7:37 PM - 4 messages
Hi. I want to be able to hold down the left mouse button and color cells from left to right (right to left) as I drag the mouse in that direction. As I drag I want to be able to keep the left mouse button down and erase ...
Limit number of char's keyed into a text box?
Martin -
2 Oct 2006 7:33 PM - 6 messages
How can I limit the number of characters that can be entered in to a textbox? I have a situation where I want to allow no more than 4 characters to be entered. I don't want to go through the hassle (for both me and the ...
Reading/Writing PJL command to a USB/parallel printer via VB
akaTwoSheds -
2 Oct 2006 6:55 PM - 8 messages
Greetings all, sorry if I over do with the cross posts... I've prowled around in all the places I can think of trying to find a way to send and receive (that's the tricky part) PJL commands and ...
exporting graphical data from VB
Co -
2 Oct 2006 5:22 PM - 22 messages
Hi All, I have an application in which I project images and lines on a VB form through so called Ropes and Boxes: Boxes: Public stdPic As StdPicture, X&, Y&, Text$, Text2$, Id$ Public Sub Draw(Obj As Form) 'vbWhite ...
Use VB App for Tablet PC
Wyne -
2 Oct 2006 5:09 PM - 18 messages
Hello, I have a customer he is using a program developed using VB6. Recently, he purchased a Tablet PC and wish to adopt the program to the Tablet. I don't know whether it is possible. If I want to delevop VB app for Tablet, waht edition should I use? ...
Download Manager Project
nilantha.silva -
2 Oct 2006 3:45 PM - 2 messages
Hey Everyone, I started creating a download manager program and so far it can pause/resume downloads and displays progress, ETA (100% accurately), elapsed time, file size, speed and downloaded amount for the current session... I'm thinking about making it an open-source application so ...
perform action on string that can't be done if no string
RipperT -
2 Oct 2006 3:12 PM - 6 messages
Hello, I would like to use a Try Catch block to catch an error generated by a blank text box. I thought a good way to do that would be to try to perform some action on the string that cannot be done if the text box is blank. I do not ...
Msgbox (VB 6.0) becomes modeless after a few clicks on the form
Jophers -
2 Oct 2006 2:16 PM - 8 messages
Hi, I am facing this strange problem... Hope someone would be able to help.... This is how it is... I am displaying a message box (modal) in a form ... and it pops up as a modal dialog but after a few mouse clicks on the form it ...
Passing object to classes
Woo Mun Foong -
2 Oct 2006 10:37 AM - 9 messages
Hi, I have 4 classes - clsFather, clsChild, clsGrandChild and clsSettings clsFather will read from an INI file and populate the properties of clsSettings. Then clsFather will make call to clsChild and pass the clsSettings to clsChild. clsChild in turn will consume some data make changes to some properties of ...
Script to delete all files in 4 different directories
manish_amriwala -
2 Oct 2006 9:05 AM - 6 messages
Hi Guys, I am completly new to scriptiing, and am looking for some help in writing a script which will look in 4 different folders in the C:\ drive of a W2K server and delete all the contents in that folder. ...
Vb6 Project won't load
HackaJAck -
2 Oct 2006 7:32 AM - 15 messages
Can someone please tell me what is wrong with my project. I have been working on this project for 5 months. My deadline is the 9th of October. This morning when I tried to open my project, VB6 told me that it was unable to load my ...
Integer variable is shown &HA
Mike OKC -
2 Oct 2006 3:56 AM - 18 messages
My integer variable showing &HA It's like my integers are showing in hexadecimal. I want to see the decimal value. ...
Set statement vs Function
Bryan -
2 Oct 2006 3:39 AM - 4 messages
I have an mObj class to represent MS Access database tables in my VB.net project. It handles all table schema stuff like adding columns, setting properties of columns etc. For example, I have a property in mObj called AllowBlanks. This is mapped to the 'Required' property of ...
Visual Basic/Access Database - I'm a Little Stuck....
The Watch Dog -
2 Oct 2006 2:51 AM - 9 messages
I'm trying to get through the first steps of getting information from an Access database using Visual Basic (with ADOBD). I'm writing a procedure for a button on a form that's part of the database in question. I have: ...
Converting Windows registration number back into CD key
Jack -
2 Oct 2006 1:32 AM - 21 messages
Hello, Browsing the Internet I have found commercial, 3rd party software allowing converting the registration number created by Windows during the installation back into CD registration key. Until now I thought it was a deeply kept secret by Microsoft, but apparently ...
More problems with Access SQL
cowznofsky -
1 Oct 2006 8:21 PM - 2 messages
I am using ADO to run queries against Access tables. I have a query with 2 INNER JOIN clauses and the query works fine. I'm modifiying it and adding another INNER JOIN. When I try to run this, I get ...
My Findings - VB6 Apps on Vista
Anthony -
1 Oct 2006 7:59 PM - 4 messages
I (like perhaps some of you) am trying to figure out how we can use our apps on Vista. The vb6 apps themselves will work on Vista. The largest 'snag' of it all is, in Vista, ALL applications get run as a standard (non-admin) user. ...
Re: Strange mousepointer effect
expvb -
1 Oct 2006 3:16 PM - 3 messages
Sorry to resurrect this thread, but I made a class that makes it easier to avoid these "glitches". The class remembers the last MousePointer value and restores it when you call RestoreMousePointer. It's designed so you can use Find&Replace globally and easily replace the calls to MousePointer property. ...
StretchBlt problem
Co -
1 Oct 2006 9:44 AM - 16 messages
Hi All, I'm trying to copy a picture to the clipboard and then release it in a DataReport. I use following code: Private Sub CopyPicture() With Picture1 .Move Me.Left, Me.Top, .Width, .Height Clipboard.Clear ...
Dumb Question about SP6
JohnBury -
1 Oct 2006 7:39 AM - 7 messages
I have just tried to apply SP6 for VB6 and get an error message. I download the update, expand into into a folder then run setupsp6.exe. This gives an error saying " <current directory> the specified path does not exist ...
post xml from vb.net
andy -
1 Oct 2006 7:25 AM - 5 messages
I have a routine I call to post XML from vb.net to a url over http It can be the XML file can be quite a size sometime I expect it to exceed 10mb. I started using a routine to post the file to a URL from vb.net, but ...
What's the proper way to include an activex control in a bas module?
tegryan -
1 Oct 2006 4:12 AM - 6 messages
Is it even possible? I've tried all the usual dim <name> as <activexname>, but it ain't workin'. Is this bad form or something? Thanks! Teg ...
|
|||||||||||||||||||||||