
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 11:23 AM
Sadly it looks like the thread's initial activation context actually is "number 0" or NULL. So, manifest or not, a NULL comes back from...
48 replies | 715 view(s)
-
Today, 11:12 AM
I think the function-name makes sense also in its normal english meaning (for "clamp" or "clamping" or "boxing smth. in").
ClampToMultiplesOf(4,...
14 replies | 384 view(s)
-
Today, 11:04 AM
I started researching the problem.
Your VB6.exe manifest may well be fine. That testing code does not seem to do what I had expected, so that...
48 replies | 715 view(s)
-
Today, 10:41 AM
Runs in the IDE will not use the "capsule" icon because (as already stated) there is no compiled-in icon resource yet, you are not running a compiled...
48 replies | 715 view(s)
-
Today, 10:38 AM
Are those burrowing crayfish? You have some vigorous excavators down there, which should be able to turn over the sediments pretty thoroughly. That...
65085 replies | 6574699 view(s)
-
Today, 10:33 AM
To further that, the default setting for the WebBrowser control was IE6 compatibility, which I don't think supported ajax. It doesn't matter what...
2 replies | 67 view(s)
-
Today, 10:30 AM
Yeah, that's what I was referring to, but 'universal' seemed a bit grandiose.
I was not all that keen on the idea, but when you look at the state...
521 replies | 16162 view(s)
-
Today, 10:16 AM
I've gone back and forth on this one. In general, calling MyBase.Dispose seems like it would be safest, but I'm not sure what it would do. For...
21 replies | 454 view(s)
-
Today, 10:07 AM
I don't know what to do if it doesn't say 'Active (Any CPU)', I suspect that it's set when you first make the project.
Was one of the first thing I...
8 replies | 252 view(s)
-
Today, 09:43 AM
I've used .NET with VB6 to get Hebrew dates.
Drop this code into a form1;Public Hebrew
Private Sub Form_Load()
Set Hebrew =...
5 replies | 275 view(s)
-
Today, 09:37 AM
Take a look at this PInvoke documentation: http://www.pinvoke.net/default.aspx/winmm/midiOutGetDevCaps.html and...
1 replies | 40 view(s)
-
Today, 09:27 AM
My guess is that it is failing because you are using the webbrowser component.
Per the documentation (here), it states:
My guess is that the...
2 replies | 67 view(s)
-
Today, 09:18 AM
Moderator Action: Moved to office development.
1 replies | 98 view(s)
-
Today, 08:58 AM
Hi K3JAE,
First thing I'd do is: Program 'A' Form1.vb > Tab 'Project' > '(Program 'A') Properties' > Application
Scroll down and put a tick in...
1 replies | 114 view(s)
-
Today, 08:39 AM
Hi Xirica,
I'm sorry Xirica that's beyond my knowledge.
Short of checking that the application is set for all CPUs I don't know what to...
8 replies | 252 view(s)
-
Today, 08:19 AM
Hello. I have been a long time without programming for Midi instruments. And now I can't find what is wrong in my code.
The API MidiOutGetDevCaps...
1 replies | 40 view(s)
-
Today, 07:29 AM
Hi Poppa,
So I've been trying and both codes (mine and yours) and both works well in the machine (PC) im developing the software.
When I...
8 replies | 252 view(s)
-
Today, 06:58 AM
Hello,
How is it possible to create only one setup.exe file which regroups 3 applications vbnet?
I know how to do this for a separate...
0 replies | 37 view(s)
-
Today, 05:47 AM
good news ! :thumb:
65085 replies | 6574699 view(s)
-
Today, 05:04 AM
' Debug.Print "ctxServer_DataArrival, bytesTotal=" & bytesTotal, Timer
ctxServer(Index).GetData sRequest
Dim secKey As String, i As...
9 replies | 292 view(s)
-
Today, 04:42 AM
I run your example and didn't quite get the same result as you
Another thing I noticed is that your code
Private Sub IfIdeRunApplyCC6ActCtx()
...
48 replies | 715 view(s)
-
Today, 04:27 AM
Btw, check this out
Option Explicit
Private Declare Function LongLongMul Lib "ntdll" Alias "_allmul" (ByVal cFirst As Currency, ByVal cSecond...
4 replies | 199 view(s)
-
Today, 04:27 AM
Not sure I understand what you mean by that. What would happen if an employed person fell below the minimum? What about and unemployed person.
I...
521 replies | 16162 view(s)
-
Today, 03:58 AM
https://en.wikipedia.org/wiki/Clamping_(graphics)
"Clamp" first I heard from John Carmack of id software fame discussing Quake (or Doom) sources....
14 replies | 384 view(s)
-
Today, 03:49 AM
I don't think the MSChart supports this.
Whereas this approach does:...
1 replies | 106 view(s)
|
Click Here to Expand Forum to Full Width
|