|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Microsoft may back off of .NET languages
http://www.ibtimes.com/articles/43073/20100812/microsoft.htm :-) Here comes Tom and Paul to spin for their master in 5...4...3...2...1...... 13 Aug 2010 20:10
Read XML using VB6 DOM 4.0 with Namespaces - See Sample XML
Here is the XML sample <?xml version='1.0' encoding='UTF-8'?> <nvd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rec="http://www.mysite.com" xmlns:cvss="http://myschoolsite.com"> <entry id="01-2345"> <rec:last-modified>2008-09-05T17:34:06</rec:last-modified> <rec:cvss> ... 13 Aug 2010 15:47
ActiveX EXE SingleUse Vs MultiUse
So what is happening? In both cases I have set Thread Per Object. I instantiate four of the same ActiveX EXEs (set as an array of Ax(). With SingleUse I see all four in Process Explorer. with MultiUse I see one in Process Explorer. The Main App runs and uses what is provided in either case but ... Is the MultiU... 13 Aug 2010 21:14
MsgBox and a pop up form
I have an application that pop up a form (vbModal) asking for password in order to proceed. It pops up after a period of idling. It works prettty well. The hassle comes when there is a MsgBox popping up and the user does not respond, then the modal form pop up. Now I got 2 modal things, and you cannot click an... 13 Aug 2010 16:52
DCOM Error
Hello there, I have a problem in client - server application. My server is windows 2003. Problem is whenever I try to send collection as an argument to the remote method I get error saying Runtime error 462. The remote server does not exists or is unavailable. It was working till recent days. Not sure whethe... 13 Aug 2010 19:04
Print ACCESS 2003 report via VB6 Application
Hi Good Guys, I need your help. Please help me. My office is still using VB6 SP6 software and ACCESS 2003 Database. I am trying print ACCESS 2003 report with VB6 application and I constantly get the POPUP Screen of SECURITY WARNING from ACCESS 2003 which created problems for the users. How to stop the PO... 13 Aug 2010 02:46
Formating Hex Values
Guys/Gals I need to display byte values in Hex format and preserve leading zeros. so I came up with : format(hex(SomeByte),"00") to perform the deed. I just noticed an inconsistency with that code and changed it to : right("00" & hex(SomeByte),2) which fixes my problem. But I do not understand why the fi... 12 Aug 2010 19:12
VarPtr() and StrPtr() questions
I just learned a bit about VARPTR and STRPTR. So I wrote some code that doesn't make sense: Private Type SR_REC SR_LONG As Long SR_STRING As String * 16 End Type Private Sub Form_Load() Dim LLL As Long, SSS As String Dim SR4(3) As SR_REC Debug.Print "A>"; VarPtr(SSS); " "; StrPtr(SSS); " "; Va... 12 Aug 2010 17:00
Array question
Hello! I have documented my problem below. Can anybody help? Could it be done by CopyMemory? Private Sub Form_Load() Dim sngArr() As Single ReDim sngArr(1, 1) sngArr(0, 0) = -5 sngArr(0, 1) = -7 sngArr(1, 0) = -8 sngArr(1, 1) = -12 'Looks like this: ' -5 -7 ... 12 Aug 2010 18:06
Using Mapi Controls
I am currently using MapiSession and MapiMessage controls in a VB6 application running under XP. It doesn't appear that these controls have any means (either threading or callbacks) to allow for other pending "Events" to be checked while sending a message. Does anyone know of a way to accomplish this? Than... 11 Aug 2010 16:57
HELP CLR20r3 need help to debug crash of exe startup at remoteinstallation
On 11/08/2010 17:38, Manfred wrote: Hello I'm struggling with a problem at remot installations. I released my Beta software which was always running fine on a lot of systems Win XP , Win2003, Win 7. You're more likely to get a response if you ask in one of the groups with vbnet in the name or the new f... 11 Aug 2010 13:40
HELP CLR20r3 need help to debug crash of exe startup at remote installation
Hello I'm struggling with a problem at remot installations. I released my Beta software which was always running fine on a lot of systems Win XP , Win2003, Win 7. Now I have a strange problem at some remote installation. After starting the program it will crash right away, not even geting throug the new or load E... 12 Aug 2010 07:07
Trapping Sheet selection
hello, I want to execute (in a vb6 exe) a procedure when the user selects another sheet in Excel In a Class module I use Private WithEvents mWk As Excel.Workbook Sub mWk_SheetChange(ByVal Sh As Object, ByVal Target As Range) MsgBox "dsfdsfDSF" End Sub Private Sub mWk_SheetActivate(ByVal Sh As Ob... 13 Aug 2010 05:59
Help with Zebra ZM400
I use the code below with almost any Zebra printer, but i am trying to use it with ZEBRAZM400 and is not working. Could help me to find where is the problem? Description N Q250,1 q800 OFf A160,10,0,2,1,3,N,"" A160,60,0,2,1,3,N,"ARROZ ALMENDROS 2 K" A250,130,0,2,2,3,N,"› 1,355.00" P1 ^ee Barcode... 13 Aug 2010 16:52
ActiveX EXE Not Execute
I would like to prevent my ActiveX EXE from starting by double-clicking it in Windows Explorer. Only the main app that instantiates the ActiveX EXE should do this. How do I prevent this? The only crude way I can think of is to start a timer in the Initialize event and if a parameter is not set by the timeout the... 12 Aug 2010 14:47
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11