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
filename:code vault - setdlgitemfloat
filename:code%20vault%20%2D%20setdlgitemfloat
last edit:March 26 2009 20:12:36 (5952 days ago)
ct = 1752394410.000000 = July 13 2025 04:13:30
ft = 1238112756.000000 = March 26 2009 20:12:36
dt = 514281654.000000