
- 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, 12:12 AM
I'm not even sure where to start, and I've searched all over but cannot find anything regarding this.
I can easily create a .bat file but I would...
0 replies | 2 view(s)
-
Yesterday, 11:50 PM
Please try this code, Too Simple RPN, calculator.
if(calcStack.size() > 2 )
{
cout << "Error: too many operands" <<...
2 replies | 4666 view(s)
-
Yesterday, 10:11 PM
but it's ok,why?
sub test()
Dim startESP As Long, endEsp As Long
Dim CdeclApi As Long, lpfnAdd As Long, lpfnVoid As Long, lpfnSub As Long,...
33 replies | 1585 view(s)
-
Yesterday, 09:51 PM
Call Cdecl by VB Function why Stack was trashed by 4 bytes?...
33 replies | 1585 view(s)
-
Yesterday, 09:45 PM
Call Cdecl by VB Function
why Stack was trashed by 4 bytes?
Function VB_CdeclAPI_Sum(ByVal a As Long, ByVal b As Long) As Long
MsgBox 1...
0 replies | 33 view(s)
-
Yesterday, 09:41 PM
Call Cdecl by VB Function
why Stack was trashed by 4 bytes?
Function VB_CdeclAPI_Sum(ByVal a As Long, ByVal b As Long) As Long
MsgBox 1...
72 replies | 4114 view(s)
-
Yesterday, 08:48 PM
Ok after more fiddling this one just sets Form icons from the resources of a PE file (DLL, EXE, OCX, etc.). For example a resource DLL as requested....
49 replies | 770 view(s)
-
Yesterday, 07:53 PM
The order in which controls dock to edges is determined by the z-order. That is the same order that determines which control appears in front and...
3 replies | 118 view(s)
-
Yesterday, 07:47 PM
The application is going to be either MS Excel or MS Word. I am not sure if these applications do implement the IFileIsInUse interface.
But even...
3 replies | 155 view(s)
-
Yesterday, 07:01 PM
I'm not sure about the question, but wanted to note that you'll only be able to get that interface if the file is in use by an application that...
3 replies | 155 view(s)
-
Yesterday, 06:54 PM
By the way, this is a deployment issue, not a VB issue, so I have asked the mods to move this thread to Application Deployment. Please post in the...
2 replies | 78 view(s)
-
Yesterday, 06:52 PM
ClickOnce is the only deployment technology built into VS by default these days. You used to be able create a Windows Installer Setup project but...
2 replies | 78 view(s)
-
Yesterday, 06:33 PM
I figured it out again.
5 replies | 289 view(s)
-
Yesterday, 06:29 PM
Here's an example for using StringBuilder;Private Sub Form_Load()
Set s = CreateObject("System.Text.StringBuilder")
s.Append_3 "The quick brown...
7 replies | 351 view(s)
-
Yesterday, 06:20 PM
I wonder if Amazon's pricing could be manipulated to advantage by a large enough group working together?
Say there is some current (lots of stock)...
528 replies | 16320 view(s)
-
Yesterday, 05:52 PM
ftp.exe can also take a script file as a param. Has been in windows since at least windows 2000.
create a file called "commands.txt" and put the...
11 replies | 261 view(s)
-
Yesterday, 05:47 PM
yes! of course. The problem is that you copied the Form from one project to another.
The control in the form is declared with "." so when you copy...
14 replies | 2630 view(s)
-
Yesterday, 05:41 PM
I don't understand why that should stop you making your Program a single instance application.
This just means that you can't start a new instance...
3 replies | 153 view(s)
-
Yesterday, 05:34 PM
The US has the vast majority of species of crayfish in the world, about 360 out of 500. Of those, the west has a few (Idaho has something like 2...
65092 replies | 6579230 view(s)
-
Yesterday, 05:22 PM
Cheers for the options.
> Run as Admin, no. Same error.
> 32 bit already checked, removed and *BOOM* runs. Its obviously a 64/32 issue if thats...
2 replies | 58 view(s)
-
Yesterday, 05:11 PM
I have seen a couple of issues around this before. One option is to run Visual Studio as an administrator, the other is check the Prefer 32-bit...
2 replies | 58 view(s)
-
Yesterday, 04:53 PM
Just trying to sort an early binding issue with MSWord, created from a Winform.
Code works as expected on Client machine but not on dev machine.
...
2 replies | 58 view(s)
-
Yesterday, 03:56 PM
Just spotted this, I'm a long-time contributer to the Rubberduck extension - Wayne has contributed some of the most complex, ingenious code to the...
15 replies | 2018 view(s)
-
Yesterday, 03:50 PM
@shaggy - one post-hurricane huge flood event, the good lord decided I needed someones old metal boat. It took a good beating getting as far as it...
65092 replies | 6579230 view(s)
-
Yesterday, 03:19 PM
can you post a sample workbook (zip first) to demonstrate your desired result?
2 replies | 123 view(s)
-
Yesterday, 03:07 PM
Ah, got you. Come to think of it, we really need to explain the concept of "football" to you sometime.
Pricing targeted by the customers wealth...
528 replies | 16320 view(s)
-
Yesterday, 02:31 PM
Very interesting. I hadn't thought about trying this. I assumed OP did and it didn't work.
However, this doesn't seem to work for all classes. For...
7 replies | 351 view(s)
-
Yesterday, 02:03 PM
What are the errors? I may be able to help you debug them.
3 replies | 102 view(s)
|
Click Here to Expand Forum to Full Width
|