Re: Programatically design a form

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



PS - Ignore my final comments, I didn't read your scenario carefully. Seems
you have well over 250 controls so that could well be the cause of your
memory problem.

Also, in the post I referred you to I noted that the clipboard didn't clear
with Cutcopymode = false. I didn't go into that but if you are copying so
many controls multiple times better double check. If necessary look into the
"DataObject" method or as a last resort the clipboard can be cleared with a
set of API's.

Peter T


.



Relevant Pages

  • Re: Win32::GUI: Documentation, Layout and accessability
    ... navigation when you've got the HTML content locally. ... doing the code has not specified the WS_TABSTOP style for the controls. ... Without this style they won't be part of the tab order in the dialog, ... >> I copy more text in the clipboard. ...
    (comp.lang.perl.misc)
  • Re: context-menu copy/paste
    ... None of the standard .NETCF controls have Clipboard support out of the box. ... TextBoxEx in the OpenNETCF SDF adds Cut Copy and Paste methods. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Cut, Copy, and Paste controls
    ... I'm assuming your OnUpdateEditCut is a ON_UPDATE_COMMAND_UI for the ... I enable/disable the controls in my OnUpdateEditCut,... ... Besides, setting a timer, how can I periodically invoke ... that checks the status of the clipboard? ...
    (microsoft.public.vc.mfc)
  • Re: Question for Tom O
    ... These macros may demonstrate why clipboard doesn't work for my excel. ... 'Total number of Controls ... ' Macro recorded 3/11/2004 by ibrahim onaran ... Dim i, j, k, n ...
    (microsoft.public.excel.programming)
  • Re: Is there a 3rd party text editor control that is approx as scripab
    ... With controls like those, in order to do the moderately complex tasks I ... have laid out, one must resort to manipulating the html in code? ...
    (microsoft.public.dotnet.framework.aspnet)