Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . os . ms-windows . programmer . win32
This is a Usenet group - learn more
Find or start a Google Group about win32.
Group info
Language: English
Group categories:
Computers > Operating Systems
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 95113  Older »
Description: 32-bit Windows programming interfaces.
 

Why this code don't function? 
  Hi all This code is compiling with MinGW on WinXp. Why this code don't function? The file Myfile.txt, is not created and saved. OPENFILENAME ofn; HANDLE hf; HWND hwnd = NULL; char FileName[1024]="MyFile.txt"; memset(&ofn, 0, sizeof(ofn)); ZeroMemory(&ofn, sizeof(ofn)); ofn.lStructSize = sizeof(ofn);... more »
By Bertram  - May 24 - 4 new of 4 messages    

WM_SETICON + ICON_BIG: Where is the (handle to the) small icon stored ? 
  Hello All, As a kind of continuation of my previous problem I stumbled into this one: When initializing my app (WM_INITDIALOG) I use LoadIcon to load an icon-resource containing both 32x32 and 16x16 sub-icons and WM_SETICON + ICON_BIG to set the 32x32 Alt-Tab icon. For some reason that also causes... more »
By R.Wieser  - May 22 - 10 new of 10 messages    

OT: Win16? Just asking... 
  Does *anybody* use Win16 anymore? Just wondering....
By Harry Potter  - May 21 - 5 new of 5 messages    

LoadImage + IMAGE_ICON -> how to select a sub-icon ? 
  Hello All, I never noticed it before, but I've got a bit of a problem with the LoadImage function: I'm using it to load a 16x16 image from an Icon (which I subsequently use in the SystemTray), but what gets displayed is a schrunken version of the 32x32 sub-icon, not the -- better fitting -- 16x16 sub-icon.... more »
By R.Wieser  - May 21 - 7 new of 7 messages    

Free on-line courses in computational music and functional programming are offered 
  Hello Have you ever thought of you as a Computer Scientist contributing to flourish music and get benefited? And how if my second conjecture is that a person who knows dance can know programming better? Or to make the two together, “Computing could be taught and learned by using Music and Dance…”... more »
By ambujas...@gmail.com  - May 18 - 1 new of 1 message    

Search substring in to string 
  Hi I compile with MinGW program console write in C. What function Win32 API, to use for search substring in to string? Thanks in advance Regards
By Bertram  - May 14 - 16 new of 16 messages    

Why is a groupbox built from a Button control ? 
  Hello All, Just this week my eye fell on something that I can not quite figure out: A GroupBox is a Button control with the BS_GROUPBOX style set. As a groupbox it does not seem to respond to keypresses or mouseclicks. It behaves like its a static control. So, why didn't they just use a Static control for it instead ? Or have I... more »
By R.Wieser  - May 8 - 5 new of 5 messages    

An editbox with history. Is there a standard solution available ? 
  Hello All, Is there a standard solution to adding history to a single-line editbox ? -- Background: I thought it would be nice to add a history to a single-line editbox, so I could quickly recover previously entered lines and than apply changes. After some googleing on the subject (win32 editbox history) and finding... more »
By R.Wieser  - May 8 - 12 new of 12 messages    

How to Play MP3 in C with WinAPI? 
  How can I play MP3 with WinAPI in C? I am new to C and WinAPI. Could you provide an example code listing?
By Xunshirine Xun  - Apr 30 - 2 new of 2 messages    

Freeing memory doesn't show the released memory in taskmgr 
  Hello Group, i'm using malloc() to allocate some memory. My (ugly) testcode look's like this: char* mymy[6]; for (int i = 0; i < 5; ++i) { mymem = GetProcessMemUsage(NULL); cout << "ALLOC: RAM USED: " << ByteConv(mymem, ByteConv_KiloBytes) << endl; mymy[i] = (char*)malloc(65535); Sleep(3000);... more »
By Andrew Stark  - Apr 29 - 4 new of 4 messages    

1 - 10 of 95113   « Newer | Older »

XML