
- 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, 10:39 AM
I'm trying to avoid page-break issues, as in:
The images are sometimes taller than the text and vice-versa.
5 replies | 96 view(s)
-
Today, 10:38 AM
Technically, you don't need the IDE to be open source for .NET. You can develop a .NET app entirely in Notepad, if you happened to be insane. The...
126 replies | 2780 view(s)
-
Today, 10:34 AM
I'm less worried about quality and more worried about the other issues. To mention another one, zooming the output in a PDF viewer would also be a...
5 replies | 96 view(s)
-
Today, 10:31 AM
I wasn't saying that JS was declining. It is not. I think people just recognize that JS, as it currently stands, could be improved upon. That...
126 replies | 2780 view(s)
-
Today, 10:26 AM
Not really.
KillDoc would be useless, besides the other Printer object issues I want to bypass in the first place. AbortDoc() at the API level is...
5 replies | 96 view(s)
-
Today, 10:25 AM
What are you talking about here? Does anybody download the .NET framework anymore? It's part of Windows. I just distribute the exe without an...
123 replies | 3001 view(s)
-
Today, 10:19 AM
Since Apple are well known for good design, you can check their UI guidelines:
https://developer.apple.com/design/human-interface-guidelines/.
...
9 replies | 117 view(s)
-
Today, 10:16 AM
That might be relevant, tangentially. I'm not quite sure what this dependent project really was or how it got in there. I don't think it was a dll...
4 replies | 124 view(s)
-
Today, 10:02 AM
Thank you.. yes this is very useful
9 replies | 117 view(s)
-
Today, 09:45 AM
https://docs.microsoft.com/en-us/windows/win32/uxguide/ctrl-command-buttons#recommended-sizing-and-spacing
Not sure how useful that is but it is...
9 replies | 117 view(s)
-
Today, 09:44 AM
On thing you will need to do is change the "vbRichClient5" string in your GetInstanceFromBinFolder call to "RC6":
Set New_c =...
1 replies | 41 view(s)
-
Today, 09:43 AM
Unfortunately that is kinda how PHP works.. it doesn't try to save any state betweeen requests.
You could use a caching solution like memcache or...
3 replies | 59 view(s)
-
Today, 09:42 AM
Is that code called from the form load event? Could be tryign to set focus to something that is not yet available for focus.
1 replies | 36 view(s)
-
Today, 09:34 AM
This seems to work for me:
<?php
use ReallySimpleJWT\Token;
require_once(__DIR__ . '/../../vendor/autoload.php');
class AuthUtility {
...
3 replies | 59 view(s)
-
Today, 09:32 AM
So why not just ask them instead of us?
9 replies | 117 view(s)
-
Today, 09:23 AM
When in doubt, use Microsoft's formal UI guidelines:
...
9 replies | 117 view(s)
-
Today, 09:14 AM
You can create a setting: https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/objects/my-settings-object
Once the user picks...
14 replies | 272 view(s)
-
Today, 09:13 AM
Hello Olaf
I was using RC5 RPC connection via CRpcConnection
Regarding Olaf's advice.
So in order to take into account the regfree support,...
1 replies | 41 view(s)
-
Today, 08:57 AM
Do the results change if you pass valid parameters? The .NET equivalent constructor Bitmap::Bitmap(INT,INT,INT,PixelFormat,BYTE*) requires both a...
4 replies | 229 view(s)
-
Today, 08:57 AM
Did it.
I went the other way around.
fg.Height = fg.RowHeight(0) * fg.Rows - 30
fg.Width = fg.ColWidth(0) * fg.Cols - 30
There...
2 replies | 45 view(s)
-
Today, 08:57 AM
Sorry ..this is not the case when you develop for someone with high demands
9 replies | 117 view(s)
-
Today, 08:45 AM
I get an "Invalid Procedure Call or Argrument " error when I try to set my combo box to show a default user, and then as the code tries to set the...
1 replies | 36 view(s)
-
Today, 08:38 AM
Learning VB6 is a very good way of learning the Windows APIs but I feel VB.NET shields a beginner from a lot of what is required. If you really want...
123 replies | 3001 view(s)
-
Today, 08:34 AM
If TabPage2.Controls("ComboBox" & m).Text = Nothing
That part will never be true. Ever. For a couple of reasons.
First nothing can ever be equal...
4 replies | 95 view(s)
-
Today, 08:30 AM
@admin
I am sorry. I have posted in the wrong group, by oversight.
It has to go to the Parent group.
I don't see a way either to delete this...
2 replies | 45 view(s)
-
Today, 08:20 AM
whatever size your eyes see fit.
9 replies | 117 view(s)
-
Today, 08:16 AM
You're welcome. Here is some more advice:
1. Use Option Explicit On.
2. Use Option Infer Off.
3. Use Option Strict On.
4. And use Option...
4 replies | 95 view(s)
|
Click Here to Expand Forum to Full Width
|