CodeGuru Home
VC++ / MFC / C++
.NET / C#
Visual Basic
VB Forums
Developer.com
Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Posts
New Events
Mark Forums Read
Advertiser Disclosure
Advanced Search
Home
Activity Stream
If this is your first visit, be sure to check out the
FAQ
by clicking the link above. You may have to
register
or
Login
before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
Forum
Forums
Filter by:
Popular
Clear All
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
December 22nd, 2020,
04:24 AM
pdk5
started a thread
ListCtrl in MFC
in
Visual C++ Programming
Hello All, As per your suggestion, i have been trying to learn MFC and try to replicate the problem i am solving in the legacy code. I have...
see more
32 replies | 1547 view(s)
January 3rd, 2021,
06:40 PM
jim enright
started a thread
Excel Automation Headaches
in
Visual C++ Programming
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....
see more
25 replies | 870 view(s)
December 31st, 2020,
06:22 AM
John E
started a thread
__asm equivalent for 64-bit programming
in
Visual C++ Programming
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...
see more
15 replies | 549 view(s)
January 12th, 2021,
12:02 PM
al072
started a thread
MFC CListCtrl change checkbox color
in
Visual C++ Programming
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...
see more
14 replies | 375 view(s)
January 16th, 2021,
10:59 AM
tomy12
started a thread
My simple vector crashes
in
C++ (Non Visual C++ Issues)
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...
see more
14 replies | 262 view(s)
January 16th, 2021,
09:16 PM
al072
started a thread
Can't change CTreeCtrl item image
in
Visual C++ Programming
Hi to everyone!!! Help me to change CTreeCtrl image on the fly. I add the image to the imagelist like this: HICON hChecked, hUnChecked;...
see more
11 replies | 242 view(s)
January 2nd, 2021,
03:31 PM
Ryan Vayer
started a thread
challenged problem C++ implementation - homework help (preparing for an interview).
in
Visual C++ Programming
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....
see more
7 replies | 324 view(s)
January 1st, 2021,
03:19 PM
oldGMtireman
started a thread
[RESOLVED] Get the SelectedIndexChanged events of a combobox to fire Visual Studio 2012
in
Visual Basic .NET
Hello again. Same project as in a previous post:...
see more
6 replies | 484 view(s)
December 30th, 2020,
11:14 AM
pdk5
started a thread
string replace related
in
Visual C++ Programming
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 ...
see more
6 replies | 368 view(s)
December 25th, 2020,
04:40 AM
quincydur1998
started a thread
Storing and retrieving dates from MS Access using C#
in
C-Sharp Programming
Hello, I am facing difficulty in storing date in MS Access using C# code. I have tried to save the DateTime object into the database. The column...
see more
2 replies | 854 view(s)
January 11th, 2021,
11:27 AM
BubbaGee1968
started a thread
Need to convert an INT to WORD*
in
C++ (Non Visual C++ Issues)
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...
see more
6 replies | 322 view(s)
December 30th, 2020,
05:53 AM
KenHaf
started a thread
Why will this not work out?
in
C++ (Non Visual C++ Issues)
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...
see more
4 replies | 659 view(s)
January 7th, 2021,
12:12 PM
azizrasul
started a thread
Closing a Dialog Box
in
Visual Basic 6.0 Programming
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...
see more
5 replies | 447 view(s)
January 13th, 2021,
09:34 AM
babaliaris
started a thread
How to generate a condition (true or false) based on possibilities?
in
Visual C++ Programming
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...
see more
6 replies | 221 view(s)
January 1st, 2021,
03:09 PM
oldGMtireman
started a thread
[RESOLVED] Selectively prevent a combobox from scrolling past a certain point Visual Studio 2012
in
Visual Basic .NET
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...
see more
5 replies | 437 view(s)
December 30th, 2020,
02:39 PM
oldGMtireman
started a thread
[RESOLVED] Isn't there an easy way to sort a ListView by 1 column with Visual Studio 2012
in
Visual Basic .NET
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,...
see more
3 replies | 470 view(s)
December 28th, 2020,
11:35 PM
CyberBoy01
started a thread
How do I believe in myself when no one else does?
in
General Discussion / Chit Chat
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...
see more
3 replies | 346 view(s)
December 21st, 2020,
11:01 AM
luckiejacky
started a thread
Can I ask a question about FFT here?
in
Visual C++ Programming
Hello, I am not sure I am allowed to ask FFT question here. I am using Visual Studio to program it. First I've got a FFT function handy. But I...
see more
3 replies | 415 view(s)
January 5th, 2021,
08:24 PM
srfpala
started a thread
Identifier is undefined - why?
in
Managed C++ and C++/CLI
Using CppCLR_Winforms App (extension by Kaiser ) on Win10 { // `Trying this code in the frmMain btnAddAccount_Click event: // I have in this...
see more
2 replies | 409 view(s)
January 15th, 2021,
05:47 AM
pdk5
started a thread
Reopen the Dialog.
in
Visual C++ Programming
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...
see more
4 replies | 139 view(s)
December 31st, 2020,
02:09 PM
Lenn86
started a thread
No output displayed in control after deserializing XML to List of Objects
in
Visual Basic .NET
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...
see more
2 replies | 438 view(s)
December 30th, 2020,
01:57 AM
NewPlaza
started a thread
Welcome email - Invalid link (https://forums.codeguru.com/privacy)
in
Feedback
I just realized that the welcome email I received when I became a member has a unresolved link. Just a little FYI.
see more
1 replies | 528 view(s)
January 12th, 2021,
06:21 AM
HolyCrom
started a thread
Using datagridview AdjustCellBorderStyle function to change border color
in
Managed C++ and C++/CLI
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...
see more
3 replies | 291 view(s)
January 18th, 2021,
07:15 AM
pdk5
started a thread
find if any duplicates within the struct in a vector
in
Visual C++ Programming
Hello, I have a vector of structs (or classes): std::vector<ConfigData>& vecConfigData; class ConfigData { public:
see more
5 replies | 84 view(s)
December 28th, 2020,
02:52 PM
ronindx
started a thread
i have 2 "errors term does not evaluate to a function tacking 2 arguments" in line 64
in
C++ (Non Visual C++ Issues)
#include "Bibleoteca.h" #include<list> #include<vector> #include<algorithm> #include<iostream> using namespace std; void...
see more
2 replies | 222 view(s)
December 29th, 2020,
04:55 AM
John E
started a thread
Baffled by a compiler ierror in VS2019
in
Visual C++ Programming
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:- ...
see more
3 replies | 211 view(s)
January 14th, 2021,
12:48 PM
jr_greatwhite
started a thread
VB application Uploading files(Blobs) into Oracle
in
Visual Basic .NET
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...
see more
3 replies | 209 view(s)
January 3rd, 2021,
06:37 AM
pdk5
started a thread
LRU cache
in
Visual C++ Programming
Hi All, I was trying to practice some LRU cache example from the online practice. Also checking the discussions, where somebody already solved...
see more
3 replies | 192 view(s)
January 7th, 2021,
07:38 AM
pdk5
started a thread
Removing the duplicates in the multiset (bit urgent)
in
Visual C++ Programming
Hello, I have the following map. I changed the set to multiset, as I need to store, the cell, even if the distance is the same. struct...
see more
3 replies | 172 view(s)
January 12th, 2021,
01:19 PM
Circuits
started a thread
How to return the value of a const char* method
in
C++ (Non Visual C++ Issues)
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...
see more
2 replies | 250 view(s)
More Activity
No More Results
No Recent Activity
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
→
*new*
Replace Your Oracle Database and Deliver the Personalized, Responsive Experiences Customers Crave
→
*new*
Datamtion's Comprehensive Guide to Cloud Computing
→
Unleash Your DevOps Strategy by Synchronizing Application and Database Changes
→
Build Planet-Scale Apps with Azure Cosmos DB in Minutes
→
It Might be Time to Upgrade Your Database If...