| Thread | Last Post | Replies |
|
| SP6 and problems with XML | 30 Apr 2004 20:00 GMT | 4 |
Today I upgraded my development machine with Visual Studio SP6. Now, when I compile my app and upload my DLL to my production app server, I get an error (Object variable or with block variable not set) whenever I try to access an object of type DOMDocument30. My DLL
|
| vb's equivelent to vbscripts execute? | 30 Apr 2004 12:11 GMT | 3 |
i originally posted this to the asp.component newsgroup, but was told i should ask here. s i have written this function in vbscrip Public Function parse(str Dim pairs, items, tmp, x,
|
| Please help: ActiveX and Interfaces?? | 30 Apr 2004 12:04 GMT | 6 |
I'm wasn't quite sure of the title I should give to this post as I don't know a lot about the aspects of VB I think I may need to solve my problem (e.g. ActiveX DLLs & EXEs, CallBacks, Interfaces etc.) despite trawling through a lot of stuff. Anyway I'll try and explain
|
| Locating?? | 30 Apr 2004 01:29 GMT | 2 |
TO ALL Remember in VB 6.0 we could do slight location adjustments using our arrow keys in the keyboard. How come you can’t do that in VB.NET; do you seriously have to specify pixel values in the location property or is there an option to enable us to use the arrow keys when ...
|
| Hylafax with VB Client | 30 Apr 2004 01:28 GMT | 1 |
hi my friends Have somebody here works with hylax server('wroten in python') running in a linux server, and needed program a vb client for hylax server thats running in windows 2k and 9x?
|
| OLAP | 28 Apr 2004 10:08 GMT | 8 |
I downloaded the lotto result for the last 20 years. I want to write a program to analyse the result to see which combinations appear the most. For example, if there is a "2", there always has a "34" or "46"... something
|
| Sourcesafe automation Rollback | 27 Apr 2004 15:41 GMT | 1 |
I am finding BeforeEvent and AfterEvent events are currently serving no purpose in IVSSEventHandler Interface. I am able to trap Checkin, checkout etc.. using BeforeCheckin,BeforeCheckout .... events but no methods are available to trap the Rollback event. Is there any ...
|
| Characters above 126 | 22 Apr 2004 17:34 GMT | 3 |
the following code: Dim byteArray(0 To 5) As Byte byteArray(0) = 65 byteArray(1) = 0
|
| Performance tuning | 22 Apr 2004 14:43 GMT | 3 |
I couldnt find a Managed Newsgroup category for this so I chose this one as second best I have a VB6 application that creates 600 Excel spreadsheets and prints over 4000 spool files from them Naturally the inter-program communication with Excel.exe is resource hungry so I have ...
|
| Createobject work over different domain? | 22 Apr 2004 07:39 GMT | 1 |
I can create remote component using createobject and call function if its on same domain but I cant when its on different domain. My computer have access to different domain and I added all permissions I can think of on that computer where remote component resides and it still ...
|
| How can I parse a Java source file into VB? | 21 Apr 2004 22:07 GMT | 1 |
I'd like to be able to parse a Java source file and navigate in VB all of the methods contained in it. And I'd particularly like to be able to retrieve the Javadoc comments from inside the Java file. I'm wondering whether there might be some type library available that
|
| Help: copy multiple files using SHFileOperation API | 21 Apr 2004 18:45 GMT | 2 |
I've been trying to figure out how to get the animated File Copy dialog to stay up after each file is copied, with multiple files selected, but haven't got it working. The dialog goes away after each file is copied when more than one file is selected.
|
| Multi CPU? | 20 Apr 2004 16:36 GMT | 1 |
I know this is might not be the right forum to post this message, but I could not find the correct one. I have 3 in memory ActiveX exe's (written in VB6). One of them creates in-memory XML recordsets which are used by the other two. When they
|
| SENDMESSAGE api | 17 Apr 2004 12:56 GMT | 2 |
How can I send F8 Function keypress to the external Application Edit Box using the sendMessage API in Visual Basic ? SendMessage(iHwnd, WM_SETTEXT, 1, "Hello World") TIA.
|
| Array/UDT expected error | 14 Apr 2004 21:20 GMT | 7 |
maybe someone can point out whats wrong with my code. I get the error: type mismatch, array or user defined type expected. Basically i have lots of filenames in a listbox (set to multiselect-extended) and when I press Delete I want it to delete the
|