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
X Windows Structures - XButtonEvent
filename:code vault - setdlgitemfloat
filename:code%20vault%20%2D%20setdlgitemfloat
last edit:March 26 2009 20:12:36 (5879 days ago)
ct = 1746063770.000000 = April 30 2025 21:42:50
ft = 1238112756.000000 = March 26 2009 20:12:36
dt = 507951014.000000