Click here to Skip to main content
16,005,206 members

Videos


Page 14 of 54
9 10 11 12 13 14 15 16 17 18


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
261. Fetch and Search Your Chrome History
How to fetch and search your Chrome history by accessing the "history" Sqlite database
Desktop Programming » Win32 »
Michael Haephrati Updated: 14 Jun 2019
Rating: 5.00/5 ( (7 votes))
.

()
» »
Updated:
Rating: ()
262. Adding an InputBox() to Any C++ Program
A simple and easy to use InputBox() function for any type of C++ program for Windows
Desktop Programming » Win32 »
Michael Haephrati Updated: 12 Jun 2019
Rating: 5.00/5 ( (14 votes))
263. Running a windows service process on windows server 2012
Since Windows 7, security of Windows Services has been strengthened. Services now run isolated in Session 0, so there can be no interaction between the user (typically session 1, 2, 3, etc.) with Windows Services. See: this article[^] I read an old article which yet addresses this new change...
Programming Languages » C++11 »
Michael Haephrati Updated: 11 Jun 2019
Rating: 5.00/5 ( (2 votes))
264. Running a windows service process on windows server 2012
I managed to find the reason for this problem and solve it. The source code was OK as it is. I did everything right, as I looked over all sessions to use a token from the first user logged on and running the child process with the UI on this session. For some reason, it didn't work because I...
Programming Languages » C++11 »
Michael Haephrati Updated: 9 Jun 2019
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
265. How I save window state in file and restore from this save file
I wrote this article[^] about it. Basically, you periodically store in a .config file or in the Registry any such information (such as the window state). Then when your application starts, you read this information.
Michael Haephrati Updated: 28 May 2019
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
266. How can I record sound card to mp3 with ffmpeg in windows?
I would start here[^] and follow the guidelines.
Ffmpeg » »
Michael Haephrati Updated: 18 May 2019
Rating: 3.22/5 ( (4 votes))
267. How to send a SMTP email with HTML body using curl
This example[^] might help. Curl fully support HTML in email's body.
Michael Haephrati Updated: 12 May 2019
Rating: 5.00/5 ( (1 vote))
268. I need help in creating a cuda code for kronecker product. Can anyone help?
I tested your code with Visual Studio 2017 Ultimate, and there are no warnings or issues. 1. Create a Console application 2. Place the following code in your main .cpp file // Test1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include "pch.h"...
Michael Haephrati Updated: 12 May 2019
Rating: 5.00/5 ( (1 vote))
269. How to know if mouse entered and leave in any control in win32 ?
You should use the WM_KILLFOCUS event which is raised just before the mouse moves out of a control. See: WM_KILLFOCUS message - Windows applications | Microsoft Docs[^]
Desktop Programming » Win32 »
Michael Haephrati Updated: 2 May 2019
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
270. How can I start with wireless programming in C++ or VC++
You can check the following source code examples which focus on WiFi as you requested (though Richard MacCutchan is right about the clarity of your question). windows - Connect to Wi-Fi C++ - Stack Overflow[^] and also check: WlanGetAvailableNetworkList function (wlanapi.h) | Microsoft Docs[^]
Desktop Programming » Win32 »
Michael Haephrati Updated: 21 Apr 2019
Rating: 5.00/5 ( (1 vote))

Page 14 of 54
9 10 11 12 13 14 15 16 17 18