
- 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, 05:10 AM
i have used Date(), but it set date with slahes how i set it like this dd-mm-yyyy?
1 replies | 7 view(s)
-
Today, 04:58 AM
How i display the time by day/month/year?
thanks in advance.
1 replies | 7 view(s)
-
Today, 04:55 AM
Yep, i start. thank you.
2 replies | 16 view(s)
-
Today, 04:54 AM
Uhhh.... start learning SQL?
SELECT
cod,
SUM(quantity) As qty
FROM
MyTable
GROUP BY
cod
2 replies | 16 view(s)
-
Today, 04:46 AM
How i select the sum of each row by quantity and group by cod?
id cod quantity
1 pinco 4
2 panco 3
3 panco 9
i...
2 replies | 16 view(s)
-
Today, 04:36 AM
I have added the declaration of th API but the error remains but with a new error message "impossible to cast integer to UinPtr"
So, I have replaced...
6 replies | 126 view(s)
-
Today, 04:30 AM
I solve it.
1 replies | 23 view(s)
-
Today, 04:24 AM
Seems to be in-complete - one nested if statement and one switch statement ???:confused:
3 replies | 4682 view(s)
-
Today, 04:13 AM
Ok I was able to set the DX texture from a vb picturebox.
Public Sub TextureFromPictureBox(PIC_hDC As Long, PIC_hWnd&, PIC_W As Long, PIC_H As Long)...
34 replies | 2109 view(s)
-
Today, 04:13 AM
Hello,
I am doing an program that read from a table in a database.
That table has 25 rows and when i execute the program prints to display...
1 replies | 23 view(s)
-
Today, 03:51 AM
Hey, it worked with GameStop :)
I'm not sure. It would easy to engineer the price upwards, you just get everyone involved in your nefarious plot...
529 replies | 16356 view(s)
-
Today, 03:47 AM
For Gmail set:
Allow less secure apps: ON
50 replies | 95940 view(s)
-
Today, 03:43 AM
in the same ways than for the function midiOutGetDevCaps
you need to add something like that
<DllImport("winmm.dll", SetLastError:=True)>
...
6 replies | 126 view(s)
-
Today, 03:36 AM
For Gmail account set this:
Allow less secure apps: ON
50 replies | 95940 view(s)
-
Today, 03:32 AM
Sorry for the wrong forum. I didn't see this specific forum for Application Deployment. Thanks for the move.
And I will carefully read your answer...
3 replies | 103 view(s)
-
Today, 03:30 AM
Hello.
The errors existed because I had not written the "import" instructions at the begining of the code.
Now, only one error remains. The error...
6 replies | 126 view(s)
-
Today, 03:18 AM
is working with Powershell an option ?
...
7 replies | 236 view(s)
-
Today, 02:23 AM
Hi Shagratt,
in the .frm file the project name is correct.
Begin TemplateSoftware.ucScrollAdd ucScrollAdd1
...
Begin...
15 replies | 2658 view(s)
-
Today, 02:01 AM
Unfortunately OS provided ftp.exe does not support PASV mode so upload will fail on 90% of public facing ftp servers.
cheers,
</wqw>
12 replies | 287 view(s)
-
Today, 01:54 AM
Works like a charm! Great solution and explanation!
Thanks!
4 replies | 144 view(s)
-
Today, 01:48 AM
now it's ok:
must add args (Optional NullArg As Long),how to remove it?
Function VB_CdeclAPI_Sum(ByVal a As Long, ByVal b As Long, Optional...
2 replies | 72 view(s)
-
Today, 01:21 AM
Actually, my previous post is true in general but not quite in this case. Here's the IDisposable implementation from the DbDataReader class, taken...
23 replies | 503 view(s)
-
Today, 01:10 AM
You don't overload the Dispose method. You override the Dispose(Boolean) method. Here's a basic disposable class:
Public Class Class1
...
23 replies | 503 view(s)
-
Today, 12:46 AM
Start here:
https://www.bing.com/search?q=.net+codedom
A lot of relevant information will likely relate to C# but everything will be the same...
1 replies | 48 view(s)
-
Today, 12:45 AM
USE FIX2, Stack was trashed by (-4) bytes?
Public Function Fix2(VbFunction As Long, ByVal CdeclApi As Long, ByVal parameterCount As Long) As Long...
2 replies | 72 view(s)
-
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...
1 replies | 48 view(s)
-
Yesterday, 11:50 PM
Please try this code, Too Simple RPN, calculator.
if(calcStack.size() > 2 )
{
cout << "Error: too many operands" <<...
3 replies | 4682 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 | 1609 view(s)
-
Yesterday, 09:51 PM
Call Cdecl by VB Function why Stack was trashed by 4 bytes?...
33 replies | 1609 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...
2 replies | 72 view(s)
|
Click Here to Expand Forum to Full Width
|