
- 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, 01:40 AM
See https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?view=net-6.0#examples
1 replies | 41 view(s)
-
Yesterday, 08:21 PM
This is what I have:
using System;
using System.IO;
using System.Text;
namespace File_Permissions
{
class Start {
static void...
1 replies | 41 view(s)
-
Yesterday, 07:20 AM
See https://docs.microsoft.com/en-us/cpp/mfc/reference/cdatetimectrl-class?view=msvc-170#gettime
// assuming your m_Date is of the type...
1 replies | 65 view(s)
-
Yesterday, 04:23 AM
Hello everybody! ;) Nede some help - trying to get date from DateTimePicker, so the code is:
m_Date.GetStatus();
CString day;...
1 replies | 65 view(s)
-
May 13th, 2022, 05:15 AM
How to automate Excel from C++ without using MFC or #import
How to automate Excel from MFC and Visual C++ 2005 or Visual C++ .NET to fill or obtain...
3 replies | 229 view(s)
-
May 11th, 2022, 04:53 AM
I don't know what excel automation is.
I learned C++ in the 1970s, really.
I use a third party software "libxl" to read cells write cells and...
3 replies | 229 view(s)
-
May 11th, 2022, 04:41 AM
Solved:
#include <windows.h>
#include <d3d9.h>
#include <D3dx9math.h>
#include <assert.h>
#define WIN32_LEAN_AND_MEAN
#define LP_3DDEVICE...
1 replies | 126 view(s)
-
May 11th, 2022, 04:31 AM
did your problem got resolved if yes how??
1 replies | 11963 view(s)
-
May 11th, 2022, 04:26 AM
Are you using an excel automaton in your VC++ code?
3 replies | 229 view(s)
-
May 10th, 2022, 07:55 PM
Here a basic code for rendering a sprite in a window but it doesn't work, could you help me?
#include <windows.h>
#include <d3d9.h>
#include...
1 replies | 126 view(s)
-
May 10th, 2022, 01:00 PM
I've got an app written in Visual Studio C++ that deals with excel lines of data and presents it in a Form.
I now need to print the data. A...
3 replies | 229 view(s)
-
May 10th, 2022, 12:03 PM
I'm trying to POST my local storage to an API, but everytime I do it, I get a status: 400. Title of error says '"One or more validation errors...
0 replies | 154 view(s)
-
May 9th, 2022, 02:43 AM
in LAN I have installed 2 to 3 sql severs but when using sqlcmd -L command I only see 1 server at the location using this command, why does sqlcmd -L...
0 replies | 174 view(s)
-
May 8th, 2022, 01:05 PM
Here is a shot of the main screen with the four listboxes. The only way I could do it in the end was to put the code in a call and run from each box...
4 replies | 269 view(s)
-
May 7th, 2022, 03:32 PM
I have to use four. The text information in each list is used to print the tickets, and I cannot change that now. As I said, the listboxes follow...
4 replies | 269 view(s)
-
May 7th, 2022, 09:56 AM
Why not using one list control instead of four list boxes?
4 replies | 269 view(s)
-
May 7th, 2022, 06:05 AM
Sorry. The code was wrong and I cannot edit the post. this is the correct code:-
Hi all.
I have a question regarding multiple list boxes. I am...
4 replies | 269 view(s)
-
May 7th, 2022, 05:52 AM
Hi all.
I have a question regarding multiple list boxes. I am coding for Visual Basic 6.
I am developing a box office program and it is nearly...
4 replies | 269 view(s)
-
May 6th, 2022, 09:49 AM
I find that it is now very convenient to work remotely and also communicate with clients and partners using various software and apps. In order to do...
5 replies | 10289 view(s)
-
May 5th, 2022, 09:27 AM
Congrats again! :thumb:5
8 replies | 9906 view(s)
-
May 5th, 2022, 02:59 AM
Link to my third book. It is available on Amazon as well:
Cross-Platform Modern Apps with VS Code
...
8 replies | 9906 view(s)
-
May 1st, 2022, 10:49 AM
I found the solution :
I used as it is written :
class GUI {
class ImagePanel<T> extends Node<T> { ... }
class PanelManager { ... public...
2 replies | 422 view(s)
-
May 1st, 2022, 10:07 AM
Sorry, "getSleectedImagePanel()" will be "getSelectedImagePanel()" :) I could not find where to edit my post...
2 replies | 422 view(s)
-
May 1st, 2022, 09:58 AM
I prepared a code using Java Generics to gain flexibility. I had one class named ImagePanel<T> extends Node<T> class that is also extends Panel...
2 replies | 422 view(s)
-
April 30th, 2022, 08:05 PM
thank you for the solution
14 replies | 5972 view(s)
-
April 30th, 2022, 06:42 AM
https://www.google.com/search?q=TS2304&client=ms-android-samsung-ga-rev1&sxsrf=ALiCzsY3M-dnFBUYK3aiDivBp2DJfVrl5A%3A1651318808193&ei=GCBtYsvBC872gQb82...
1 replies | 196 view(s)
-
April 29th, 2022, 09:32 PM
Hello,
I want to use Editor 2.0.5 with Typescript in my .net 5.0 ASP.Net-Application.
currently, How to fix error in TypeScript i get the errors on...
1 replies | 196 view(s)
-
April 29th, 2022, 01:49 AM
I agree with Igor. The "classic" list control slows down with so many rows.
Consider using the virtual list control.
5 replies | 375 view(s)
-
April 28th, 2022, 02:56 PM
You need to make sure you're blaming the real culprit. Cramming hundreds of thousands of rows into a plain list control seems not much reasonable to...
5 replies | 375 view(s)
|
Click Here to Expand Forum to Full Width
|