code vault - setdlgitemfloatWhat links here?

Code



  1. include <windows.h>
  2. include <windowsx.h>


  1. include <stdio.h>


//#################################################################################### // Set the text of a control in a dialog box to the string representation of the // specified float value //#################################################################################### BOOL SetDlgItemFloat(HWND hwnd, int nIDDlgItem, float value, char* format) { char work[100]; BOOL result; sprintf(work, format, value); dbgprintf("setting %d to %s\n", nIDDlgItem, work); result = SetDlgItemText(hwnd, nIDDlgItem, work); return result; }
code vault - setdlgitemfloat
X Windows Structures - XKeyEvent
file formats - PDF - page objects
linux - environment variables
embedded systems modbus - read coil status - function code 01
code vault - dbgprintf
programming - windows - window startup messages
filename:code vault - setdlgitemfloat
filename:code%20vault%20%2D%20setdlgitemfloat
last edit:March 26 2009 20:12:36 (5930 days ago)
ct = 1750535483.000000 = June 21 2025 15:51:23
ft = 1238112756.000000 = March 26 2009 20:12:36
dt = 512422727.000000