
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
January 3rd, 2021, 06:40 PM
1, using vs2019
1. have ms office pro plus 2019
have googled many excel automation articles but they all fail by either:
1. not compiling
2....
25 replies | 909 view(s)
-
December 31st, 2020, 06:22 AM
I'm trying to update a program (previously built only as 32-bit) so that it'll build as 64-bit in VS2019. One of the functions uses this small...
15 replies | 622 view(s)
-
January 16th, 2021, 10:59 AM
Hi all,
Here is the first version of my vector. It crashes and presumably the reason is the initializer list constructor, but I've used the...
14 replies | 545 view(s)
-
January 12th, 2021, 12:02 PM
Hi dear guru!!! I need your help!!! I'm trying to find a way to change background color of checkbox inside CListCtrl, please help me to find a...
14 replies | 432 view(s)
-
January 21st, 2021, 07:41 AM
I'm updating some code that previously built okay with VS2005:-
struct id_compare
{
bool operator()(const boost::shared_ptr<Playlist>& p1,...
13 replies | 417 view(s)
-
January 16th, 2021, 09:16 PM
Hi to everyone!!! Help me to change CTreeCtrl image on the fly.
I add the image to the imagelist like this:
HICON hChecked, hUnChecked;...
11 replies | 316 view(s)
-
January 1st, 2021, 03:19 PM
Hello again.
Same project as in a previous post:...
6 replies | 626 view(s)
-
January 11th, 2021, 11:27 AM
I'm working with a third party software that only allows passing of Strings, Doubles, and Integers to the DLL that I'm attempting to write. The...
6 replies | 508 view(s)
-
January 2nd, 2021, 03:31 PM
Hi guys .
I'm struggling to implement in C/C++ a function that gets as two inputs , one input is an integer array, second input is the given sum....
7 replies | 379 view(s)
-
December 30th, 2020, 05:53 AM
Hi all,
I've now come back to my roots programming C++. It's been a while and I have clearly lost toutch. It not like riding a bike, once you've...
4 replies | 840 view(s)
-
January 7th, 2021, 12:12 PM
I am using MS Access to open a Excel file which is password protected.
I have the code that gives me the window handle value. Using the window...
5 replies | 636 view(s)
-
December 30th, 2020, 11:14 AM
Hello,
Im trying to solve the following:
Basically for the given input string, i need to expand as follows:
4 = xxxx
2] = yzzyzz
2 = pqpq
...
6 replies | 379 view(s)
-
January 1st, 2021, 03:09 PM
I have two combo boxes on a form.
Both of them contain the letters A - Z. One is loaded foreword (A-Z), the other backward (Z-A).
They...
5 replies | 604 view(s)
-
January 13th, 2021, 09:34 AM
Hello!
10 years into programming and I never ever had to use possibilities in conditional statements. Right now, I'm making a video game and I...
6 replies | 247 view(s)
-
December 30th, 2020, 02:39 PM
I am using Visual Studio 2012 Express.
I have a form with a ListView control on it. It has the following columns: Name, Date / Time created, Type,...
3 replies | 642 view(s)
-
December 28th, 2020, 11:35 PM
For a long time, I have been sad. I'm a loser here. I know that if I only believed that I could improve, everything would be better, but that's not...
3 replies | 462 view(s)
-
January 5th, 2021, 08:24 PM
Using CppCLR_Winforms App (extension by Kaiser ) on Win10
{ // `Trying this code in the frmMain btnAddAccount_Click event:
// I have in this...
2 replies | 583 view(s)
-
January 21st, 2021, 03:55 PM
Hi all,
Here's a code using a list of vectors to read a text terminated by ctrl+z and then print it all in the same order. The problem is that I...
6 replies | 262 view(s)
-
January 12th, 2021, 06:21 AM
Hello everyone.
I'm having a hard time trying to do anything with the dataGridView border. Id like to chang its color and shape of a two different...
3 replies | 540 view(s)
-
December 30th, 2020, 01:57 AM
I just realized that the welcome email I received when I became a member has a unresolved link. Just a little FYI.
1 replies | 720 view(s)
-
December 31st, 2020, 02:09 PM
Hi folks,
I am developing a Windows Phone application for a school exercise.
The issue is that the obtained list of object (class Persoon) is not...
2 replies | 592 view(s)
-
January 14th, 2021, 12:48 PM
Hello everyone I am new on here.
I have a simple application that uploads text files into oracle as blobs. These files have text in them.
I...
3 replies | 446 view(s)
-
January 24th, 2021, 09:20 AM
In the following questions, the set of input data is based on 1171234 The set of numbers you will extract is as follows: N1 = 1st digit; N2 up to N7...
4 replies | 129 view(s)
-
January 15th, 2021, 05:47 AM
Hi,
As per discussion one month back, I tried to create the MFC dialog from the existing one. But now when trying to test various scenarios, i am...
4 replies | 163 view(s)
-
January 12th, 2021, 01:19 PM
Hey guys, I am just starting to learn C++ here, and I am a bit confused by this method:
extern const char* getOwnerSerNoString(void);
which is...
2 replies | 428 view(s)
-
January 18th, 2021, 07:15 AM
Hello,
I have a vector of structs (or classes):
std::vector<ConfigData>& vecConfigData;
class ConfigData
{
public:
5 replies | 125 view(s)
-
Yesterday, 12:40 PM
I have a problem I am attempting to handle. What I have is a 6 Boolean's and I need to check the state of each of those against their current value...
3 replies | 68 view(s)
-
January 2nd, 2021, 10:14 PM
Hi, I'm new to Crystal Reports and I'm having trouble numbering the pages. Could you help me?
I have a report grouped by Department and Division...
0 replies | 652 view(s)
-
December 29th, 2020, 04:55 AM
I'm trying to move a large project (previously built with VS2005) and update it all to VS2019. One of the header files contains these enums:-
...
3 replies | 222 view(s)
-
January 3rd, 2021, 06:37 AM
Hi All,
I was trying to practice some LRU cache example from the online practice. Also checking the discussions, where somebody already solved...
3 replies | 212 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|