| Thread | Last Post | Replies |
|
| Sending Graphics | 21 Oct 2004 22:12 GMT | 1 |
I need to send pictures from a Image or Picture control via Winsock, I am thinking to first save the picture in JPEG format then transmit the file, is this a good way to do it? Or is there any other ways? THank you in advance
|
| VB implementation of SHA1 hash? | 21 Oct 2004 21:25 GMT | 23 |
Anyone have, or aware of, a VB implementation of the SHA1 hashing algorithm? I've found some references to COM objects, and other compiled stuff, but I'm looking for VB source. Or, if necessary, something I can port to VB.
|
| System Directory | 21 Oct 2004 20:20 GMT | 3 |
How would I locate the system directory? I am looking for a file that should exist in either c:\windows or c:\winnt folder. I am not sure what operating system a user might have.
|
| Loop ? Array? instead of Hardcoded | 21 Oct 2004 20:10 GMT | 3 |
Would someone please help me. I know how to code the following by creating many variables, and hardcoding the results into the variables, however there must be a way to either loop through this, or process/store the results in an array, to be read/processed once in that form. ...
|
| Disabling Appersand in Caption | 21 Oct 2004 19:18 GMT | 10 |
Is there a way to disable the '&' feature in a Caption. I have several labels which contain names and those names include '&'. Thanks...Arne
|
| Screen Print | 21 Oct 2004 19:15 GMT | 4 |
Anyone know of a "fool-proof" screen print routine(s) that will work on Win2K with Office XP and Win XP with Office 2003? The one I currently use basically mimics the keyboard sequence for pressing the "PrtScn" button and takes the image from the clipboard and throws it to the ...
|
| dll and exe versions | 21 Oct 2004 19:14 GMT | 1 |
I have an exe that has a number of dll's associated with it. Is there any software available that will monitor the dll versions associated with an exe, and raise an alarm if an incorrect dll is present? Ian
|
| excel object remains in memory | 21 Oct 2004 19:14 GMT | 1 |
i have a vb application in which uses a excel report in which i have more then 3 work sheets. Set exSheet = ExlBk.Worksheets.Add(After:=Worksheets(Worksheets.count)) i use the above code to generate additional worksheet
|
| Byte? | 21 Oct 2004 19:10 GMT | 12 |
am i correct in assuming that: Dim ab() As Byte means that ab is an array of 8 elements? is it elements 0-7 like in C/C++ or is it 1-8?
|
| VB6 and Multimedia Problem | 21 Oct 2004 19:10 GMT | 15 |
I am having trouble running a VB6 program that uses multimedia. The program runs on my Windows98 computer and some WindowsXP computers but not on some WindowsXP computers (and maybe even some Windows98 computers). To troubleshoot I have made up a very small, simple program that ...
|
| (alt-D) Programatically | 21 Oct 2004 17:07 GMT | 2 |
Folks: I want to press (alt-D) from within a VB6 file. What command (with syntax) would I have to use to programmatically press "alt-D". Thanks,
|
| Listview help | 21 Oct 2004 16:27 GMT | 4 |
I have two problems with listview control, can any help? 1. with the listview i set the view to 0 - lvwIcon and arrange 2 - lvwAutoTop e.g. mylistview.view = lvwicon
|
| Parsing XML DOM with Scoped Namespaces using VB6 and MSXML | 21 Oct 2004 15:01 GMT | 2 |
Phew. Subject title kinda says it all really... I am trying to parse an XML file, which contains multiple namespaces. Of these, there is always a default namespace which contains (sometimes) multiple scoped entities.
|
| Incorrect error on message validation (MSXML4) | 21 Oct 2004 14:59 GMT | 2 |
I'm using an MSXML.DOMDOCUMENT50 to open and parse an XML document. However, this document produces an error: Error: Content for element '{urn:hl7-org:v3}Message' is incomplete according to the DTD/Schema.
|
| How do I implement Call Back Function in VB 6.0 | 21 Oct 2004 14:42 GMT | 2 |
I have written ActiveX dll which intrun connect to another application through a socket. When ever the application sends a message to the Active X dll, I should trigger an event in my user interface so that I can handle the message and do the corresponding actions.
|