atlas news
    
Code Guru
20  janvier     01h54
RESOLVED] Visual C 20
jbylake    The new beginners book I bought uses examples from C and C but I’m using MS Visual Studio which doesn’t support those standards. Is MS going to support the and standards in the near future Not sure what to do here. Thanks in advance. J.
16  janvier     21h33
GetImageInfo and GetIconInfo?
Farley    Is anyone familiar with these two Win functions, GetImageInfo and GetIconInfo Both return a POD struct of data, which includes HBITMAP handles. So, I assume they don’t call a destructor when they go out of scope. typedef struct IMAGEINFO HBITMAP hbmImage; HBITMAP hbmMask; ...
13  janvier     15h52
RESOLVED] Identify File Explorer Button?
Farley    Does anyone know what kind of button File Explorer from Windows uses for these commands: Organize Include in library Share with It’s a large button that includes a down arrow which opens a dropdown menu. Attachment https: forums.codeguru.com attachment.php attachmentid...
    14h31
RndGenerator class in c
Gerald Bates    I do not understand how to take my previous code in c and turn it into a C class due to my lack of knowledge on container classes. Would someone be kind enough to help me so I can study test the final code. I’ve made everything obvious in what I am trying to achieve, also placed everything in...
    00h27
JavaScript Javascript expand all items...
musicweb    Javascript has always confused me... I’d rather be coding in PHP... : Anyway, can someone give me advice on how to have the complete list of people expanded on page load without having to click expand Code is below.. Code: class load subs title text expand ...
10  janvier     00h24
VB 6 ActiveX Control Interface Wizard resgiter error windows 11
bl2k    when i want run VB ActiveX Control Interface Wizard i see this error, anybody know how can i fix this problem on Winodws . Image: https: forums.codeguru.com images ieimages .gif
29  décembre     03h32
RESOLVED] How can I get column property names in different languages?
davecupper    Suppose the PC has English and Spanish languages installed. How do I get the text strings for a property column heading in both English and Spanish For example, how could I get the heading for either the canonical name System.ItemNameDisplay or the PROPERTYKEY PKEY FileName in both English...