Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
html
pascal
dart
ruby
r
css
bootstrap
groovy
sql
win32
mysql
winapi
jquery
lua
winforms
pascal-string
bash
kotlin-string
c-string
swift-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
rust-vector
cobol
typescript-array
python-list
scala-array
reactjs
c-windows
kotlin-array
go-array
nodejs-string
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
swift-matrix
c#-matrix
go-slice
c#-array
java-array
nodejs-express
kotlin-matrix
sdl3
angularjs
all-permutations-combinations
rust-matrix
go-matrix
typescript-matrix
vbnet-array
kotlin-list
scala-matrix
javascript-matrix
php-matrix
raylib
glfw
inverse-matrix
matrix-random-characters
4-digit-prime-unique
string-anagram
vbnet-matrix
python-matrix
java-matrix
scala-list
Disclosure:
My content contains affiliate links.
Recent questions tagged WIN32
38,972
questions
50,685
answers
573
users
Recent questions tagged WIN32
1
answer
47
views
How to detect if a 32-bit or 64-bit architecture using Win32 API in C
asked
Jun 20
by
avibootz
c
win32
c-os
1
answer
44
views
How to detect if a 32-bit or 64-bit architecture using Win32 API in C++
asked
Jun 20
by
avibootz
cpp
win32
cpp-os
1
answer
53
views
How to draw a dotted line on a window using Win32 API in C
asked
Jun 8
by
avibootz
win32
winapi
c
1
answer
59
views
How to draw a dotted line on a window using Win32 API in C++
asked
Jun 8
by
avibootz
win32
winapi
cpp
1
answer
141
views
How to compare calendar dates using the Win32 API in C
asked
May 17
by
avibootz
win32
winapi
c
1
answer
84
views
How to compare calendar dates using the Win32 API in C++
asked
May 17
by
avibootz
win32
winapi
cpp
1
answer
75
views
How to use the win32 api function beep() to generate a simple sound through the system speaker in C
asked
May 16
by
avibootz
c
win32
winapi
1
answer
101
views
How to compare two file times in C Win32 API
asked
May 13
by
avibootz
c
win32
winapi
1
answer
77
views
How to get a handle to the desktop window in C Win32 API
asked
May 13
by
avibootz
c
win32
winapi
2
answers
109
views
How to display detailed information about the system memory usage in C Win32 API
asked
Mar 29
by
avibootz
win32
c
winapi
1
answer
88
views
How to list all processes running in Windows with C++ Win32 API
asked
Mar 29
by
avibootz
cpp
win32
winapi
1
answer
97
views
How to get the title of the current active window using Win32 API in WinForms C#
asked
Jan 15
by
avibootz
win32
winapi
c#
winforms
1
answer
71
views
How to get focused window width and height using Win32 API in WinForms C#
asked
Jan 15
by
avibootz
win32
winapi
c#
winforms
2
answers
102
views
How to measure execution time in clock time and CPU time with Win32 C
asked
Jan 8
by
avibootz
c
win32
1
answer
92
views
How to load and center a .bmp file texture using SDL3 in Win32 C++
asked
Jan 4
by
avibootz
cpp
win32
sdl3
1
answer
87
views
How to load and move a .bmp file texture from bottom right using SDL3 in Win32 C++
asked
Jan 4
by
avibootz
cpp
win32
sdl3
1
answer
83
views
How to find the total memory used by a program in C Win32 API
asked
Jan 4
by
avibootz
win32
winapi
c
1
answer
91
views
How to load and move a .bmp file texture from top left using SDL3 in Win32 C++
asked
Jan 3
by
avibootz
win32
cpp
sdl3
1
answer
81
views
How to draw and fill several rectangles once using SDL3 in Win32 C++
asked
Jan 2
by
avibootz
win32
cpp
sdl3
1
answer
101
views
How to draw several rectangles that grow and shrink constantly at once using SDL3 in Win32 C++
asked
Jan 2
by
avibootz
cpp
win32
sdl3
1
answer
99
views
How to draw a fiiled rectangle that grows and shrinks constantly using SDL3 in Win32 C++
asked
Jan 1
by
avibootz
win32
sdl3
cpp
1
answer
100
views
How to draw a rectangle that grows and shrinks constantly using SDL3 in Win32 C++
asked
Jan 1
by
avibootz
cpp
sdl3
win32
1
answer
84
views
How to draw random points moving across the screen using SDL3 in Win32 C++
asked
Jan 1
by
avibootz
cpp
win32
sdl3
1
answer
96
views
How to draw random color lines from a center point to create a circle shape using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
sdl3
win32
cpp
1
answer
82
views
How to draw a box inside a shape with lines and different colors using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
cpp
win32
sdl3
1
answer
92
views
How to draw a box with 4 lines using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
cpp
win32
sdl3
1
answer
76
views
How to draw two lines in an X across on the screen using SDL3 in Win32 C++
asked
Dec 30, 2024
by
avibootz
sdl3
win32
cpp
1
answer
77
views
How to create a window and renderer and draw random points on a rectangle using SDL3 in Win32 C++
asked
Dec 29, 2024
by
avibootz
sdl3
cpp
win32
1
answer
88
views
How to create a window and renderer with smooth fading between colors using SDL3 in Win32 C++
asked
Dec 29, 2024
by
avibootz
cpp
sdl3
win32
1
answer
113
views
How to create a window and renderer and clear screen with specific color using SDL3 in Win32 C++
asked
Dec 28, 2024
by
avibootz
cpp
sdl3
win32
1
answer
98
views
How to create a window and renderer with surface and texture using SDL3 in Win32 C++
asked
Dec 28, 2024
by
avibootz
cpp
sdl3
win32
1
answer
85
views
How to create a window with the specified dimensions and flag with SDL3 in Win32 C++
asked
Dec 28, 2024
by
avibootz
sdl3
cpp
win32
1
answer
87
views
How to get the total physical memory RAM in C++ Win32 API
asked
Dec 12, 2024
by
avibootz
win32
winapi
cpp
1
answer
109
views
How to get the current system and date time in C++ Win32 API
asked
Dec 7, 2024
by
avibootz
cpp
win32
winapi
1
answer
107
views
How to modify a file date and time to current date and time in C++ Win32 API
asked
Dec 7, 2024
by
avibootz
cpp
win32
winapi
2
answers
76
views
To convert an ostringstream to an LPCSTR in a C++ Win32 API
asked
Dec 6, 2024
by
avibootz
cpp
win32
winapi
1
answer
85
views
How to detect the current screen resolution in C++ Win32 API
asked
Dec 6, 2024
by
avibootz
cpp
win32
winapi
1
answer
76
views
What is the ATOM data type in C++ Win32 API
asked
Oct 31, 2024
by
avibootz
win32
winapi
cpp
1
answer
108
views
How to get the current Windows wallpaper name using IActiveDesktop interface with C++ Win32 API
asked
Oct 31, 2024
by
avibootz
win32
winapi
cpp
1
answer
103
views
How to use pragma to link to User32.lib to use C-API functions of User32.dll in C++ Win32 API
asked
Sep 22, 2024
by
avibootz
win32
winapi
cpp
1
answer
111
views
How to draw a rectangle on a window and move it with keyboard keys in C Win32 API
asked
Aug 14, 2024
by
avibootz
win32
winapi
c
1
answer
115
views
How to draw a rectangle on a window in C Win32 API
asked
Aug 13, 2024
by
avibootz
win32
winapi
c
1
answer
128
views
How to draw a square that changes color continually and move it with keyboard keys using C++ Win32 API and Direct3D11
asked
Aug 13, 2024
by
avibootz
winapi
cpp
win32
direct3d11
1
answer
107
views
How to draw a pixel on a window in C Win32 API
asked
Aug 12, 2024
by
avibootz
win32
winapi
c
1
answer
98
views
How to convert double to LPCSTR in C++ Win32 API
asked
Aug 12, 2024
by
avibootz
win32
winapi
cpp
1
answer
98
views
How to convert string to LPCSTR in C++ Win32 API
asked
Aug 12, 2024
by
avibootz
cpp
win32
winapi
1
answer
121
views
How to draw a square that changes color and move it up and down continually using C++ Win32 API and Direct3D11
asked
Aug 11, 2024
by
avibootz
winapi
cpp
win32
direct3d11
1
answer
126
views
How to create and use a constant buffer with Direct3D11 using C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
cpp
winapi
direct3d11
1
answer
139
views
How to change the text of a Windows title bar in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
1
answer
103
views
How to change the text of a Windows title bar to specific Unicode characters in C++ Win32 API
asked
Aug 10, 2024
by
avibootz
win32
winapi
cpp
Page:
1
2
3
next »
...