User selected variable names

Started by George Bleck, April 10, 2004, 07:27:35 PM

Previous topic - Next topic

George Bleck

This is a really, REALLY silly request but if I don't ask it it will never happen.   :)

The default variable for the window handle is hWndForm, I wish there were a way to change the variable name.   Reason I ask is I have used hDlg since I can remember and I'm driving myself nuts becuase I keep forgetting to use the right variable.

If there are other variables I would assume to make them changable as well.

Maybe this could be an option in v6.3

Patrice Terrier

George

I for myself I am using hDlg& = CreateDialog
and hWnd& = CreateWindowEx

For me SDK purist, a dialog and a window are not the same  :wink:

TechSupport

This request is not as far fetched as it sounds. I could add the list of names to the configuration file and have FireFly substitute them when generating the function declarations.

I'll look into it when other aspects of the designer get sorted out.