
- 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, 03:53 PM
No, I cannot help you with using MSCOMM.
MSCOMM worked well in time of Win16.
But then in a real world beginning of Win32 it just sucks. :(
13 replies | 5303 view(s)
-
Today, 03:39 PM
I understand where you are coming from but I wish retrieve the code for this particular project. I dont have the time to relearn a new programming...
13 replies | 5303 view(s)
-
Today, 03:10 PM
then it's time to learn the modern technologies! ;)
13 replies | 5303 view(s)
-
Today, 03:05 PM
I am more familiar with VB6. Also as this thread is in the Visual basic 6 section of the forum I thought it wouldnt be a problem to ask for it (as...
13 replies | 5303 view(s)
-
Today, 02:45 PM
Are you also new to coding in VB6?
And why not using VB.Net or C#?
13 replies | 5303 view(s)
-
Today, 02:36 PM
I am new to MSCOMM coding in VB6 and this thread contains the same exact task I am trying to do (IE file transfer using MSCOMM) and I see WoF has...
13 replies | 5303 view(s)
-
Today, 12:53 PM
Thank you for the links, very helpful information!!! Finally i found the way, i don't know why, but bitmap instead the icon make a trick
11 replies | 214 view(s)
-
Today, 12:49 PM
Thank you very much for the link, very interesting and helpful information, unfurtunatley didn't find the answer on my question about the magic...
14 replies | 350 view(s)
-
Today, 12:36 PM
Why do you need it?
13 replies | 5303 view(s)
-
Today, 12:24 PM
Try the sister vb site which has a more active VB forum.
https://www.vbforums.com/forumdisplay.php?25-Visual-Basic-NET
3 replies | 170 view(s)
-
Today, 12:22 PM
Then just do it as per the suggested function in post #4
For m_nId2, just extend the condition check in the function.
5 replies | 78 view(s)
-
Today, 10:50 AM
Thanks a lot kaud.
Actually, i want to check, if the m_nId is unique and no duplicates.
As this is not very big vector (may have atmost 10...
5 replies | 78 view(s)
-
Today, 10:37 AM
I am just wondering if maybe I am not explaining myself well. Lot's of looks but not any comments
3 replies | 170 view(s)
-
Today, 10:34 AM
std::unique() removes duplicate entries - which is not what you want as duplicates are allowed. You need std::find_if() with the predicate lambda to...
5 replies | 78 view(s)
-
Today, 09:19 AM
Thanks a lot kaud.
The vector is not sorted.
I donot want to insert any values.
But i want to kind of send a message to user that something...
5 replies | 78 view(s)
-
Today, 08:27 AM
You mention adding a warning message - so you want to insert the item even if m_nId is a duplicate?
Is the vector sorted by m_nID?
Unless the...
5 replies | 78 view(s)
-
Today, 07:52 AM
Hi. Do you still have the MSCommFIleTransfer.zip available? I cant download it :(
13 replies | 5303 view(s)
-
Today, 07:15 AM
Hello,
I have a vector of structs (or classes):
std::vector<ConfigData>& vecConfigData;
class ConfigData
{
public:
5 replies | 78 view(s)
-
Yesterday, 08:09 PM
Take a look at the lvselstate sample here: https://forums.codeguru.com/showthread.php?565179-ListCtrl-in-MFC&p=2238400#post2238400
14 replies | 350 view(s)
-
Yesterday, 11:44 AM
Thank you very much for your help.
10 replies | 180 view(s)
-
Yesterday, 09:08 AM
I found this way to check and toggle the state of LVSIL_STATE checkbox and it is work perfect:
void CAlphaListCtrl::OnNMClick(NMHDR* pNMHDR,...
14 replies | 350 view(s)
-
Yesterday, 08:35 AM
These article/discussions may be useful:
https://stackoverflow.com/questions/1164868/how-to-get-size-of-check-and-gap-in-check-box...
11 replies | 214 view(s)
-
Yesterday, 08:05 AM
Thank you for reply! I already did the same, but the result is like you can see on screenshot(( It seems like the text lable stay small and icon...
11 replies | 214 view(s)
-
Yesterday, 07:23 AM
If you "need to show the icon 32x32" then dom_imglist.Create(32, 32, ILC_COLOR32,1, 1);
...
::LoadImage(AfxGetResourceHandle(),...
11 replies | 214 view(s)
-
Yesterday, 07:13 AM
Images 21x21 are to small and i able to load it like you show, but i need to show icon 32x32 and i am trying to load it the way you posted, but the...
11 replies | 214 view(s)
-
Yesterday, 07:08 AM
You have to add a new custom (21x21) images to your icons.
Then load them using::LoadImage(AfxGetResourceHandle(), MAKEINTRESOURCE(IDI_UnCheck_ICO),...
11 replies | 214 view(s)
-
Yesterday, 06:26 AM
I found a solution, how to load checkbox images without custom draw, i am using the flag "LVSIL_STATE"
m_imglist.Add(hUnChecked);
...
14 replies | 350 view(s)
-
Yesterday, 06:19 AM
Already did it, my icons have size 32x32, but it doesnt help
11 replies | 214 view(s)
-
Yesterday, 06:08 AM
The simplest way would be "resize" your icons (or just create the icons of the size 21x21) in the image editor. And then use these 21x21 icons.
11 replies | 214 view(s)
|
Click Here to Expand Forum to Full Width
On-Demand Webinars (sponsored)
|