First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Runtime Error 429 "ActiveX Component can't create object" SOLVED
"Phill W." <p-.-a-.-w-a-r-d-@-o-p-e-n-.-a-c-.-u-k> skrev i meddelandet news:i0fbi7$ph1$1(a)south.jnrs.ja.net... On 29/06/2010 00:48, Henning wrote: My VB6 exe as a service is running flawless on my dev computer w. XP Pro. There is no Form, so the only reference I have to any .ocx is: Public WithE... 30 Jun 2010 19:50
One Shot Timers
Brain freeze here, I guess. I need a simple one-shot timer (non form-based). I was thinking, just use SetTimer, then call KillTimer in the callback. But, KillTimer fails in the callback. LastDllError=0. What quick/easy way am I forgetting for a one-shot deal like this? (Betting I need to go with mmTimer... 6 Jul 2010 21:09
Compiled If...Then does not work like in ide!
Hello, I have just came across this problem: This line of code: If rlineGetDevCaps(l) = True And LineID(l) = Val(Mid(sSelectLines, i + 4, k - i)) Then (some code here) Else MsgBox "Lines have changed since the last ... 1 Jul 2010 23:21
Activate the first input element
With WebBrowser1.SetFocus I can set the focus on the WebBrowser control, but I have to click manually in a text search box for example. I would like to activate the first input element in a html document in my WebBrowser control programmatically so that I can type into it. I think I have to iterate through all e... 29 Jun 2010 10:46
getcurrentdirectory in windows7
my applicatin use getcurrentdirectoryA for ANSI it work good in winxp but in win7 the function get other directory not application directory. i need to use API functions cuz i'm using powerbuilder. please help tp fix this problem. if it's wrong GN please let me Know where i can add this. note:- Windows API N... 4 Jul 2010 16:40
AAC/M4A Tag Solution
It was actually fairly simple. Open the file in binary, swallow it into a variable, do INSTRs on a selection of tags, count out 20 paces from the start of the tag to to the beginning of the ASCII tag info, stop counting the string at the first null. The tags have weird names like �ART and �wrt and various oth... 30 Jun 2010 10:54
Runtime Error 429 "ActiveX Component can't create object"
Hi all, My VB6 exe as a service is running flawless on my dev computer w. XP Pro. I have created a PDW install and installed it on a WindowsEmbedded (XP) system. There is no Form, so the only reference I have to any .ocx is: Public WithEvents mComm As MSComm Private Sub Class_Initialize() Set mComm ... 30 Jun 2010 13:08
Populate drop down with text from bookmarks in Word VBA
I'm trying to create a macro to be used 'on exit' from a drop down where the user selects their work scheme, and the drop down for the employees is populated from bookmarked text entries depending on what scheme they selct. The text is just that, text which has been bookmarked. 'namedd' is the drop down to be populated... 28 Jun 2010 18:24
Copy from ListBox to TextBox
Hi I want the copy to have a new line for each entry but I am stuck can you help. Private Sub Command2_Click() Dim i As Integer If List1.ListIndex = -1 Then Exit Sub For i = List1.ListCount - 1 To 0 Step -1 If List1.Selected(i) = True Then txtHold.Text = txtHold.Text & List1.List(i) ... 29 Jun 2010 10:46
Problem with Vista: "Run-Time error '75': Path/File access error"
Hello, I am not sure what I am doing wrong. The fact is that I cannot recreate the problem on my computer, one of my users is struggling with. The problem is that on his computer app crashes with: "Run-Time error '75': Path/File access error" message. I have traced this problem to the point app wants... 10 Jul 2010 01:59
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26