all groups > dotnet compact framework > november 2005 > threads for sunday november 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
is there memory profiler for cf applications ?
Posted by roni at 11/6/2005 11:06:58 PM
is there memory profiler for cf applications ?
... more >>
Start application minimized?
Posted by Paul Sneddon at 11/6/2005 9:15:03 PM
Hi,
I have an application that has a tray icon. I want the application is start
minimized and only display when the tray icon is clicked.
I have tried this.Hide() etc at the end of the form_load event but this
doesnt work.
Any ideas? I'm using Windows Mobile 5.0 and the CF2.
Paul
... more >>
memory leak with forms
Posted by roni at 11/6/2005 8:10:15 PM
hi.
i try to solve memory leak issue with very simple application.
i disable most the code, but the memory leak continue.
my program do this :
i have 3 forms :
1.main form , always visible , and display panels.
2.form2 ,with panel and "Next" button on it
3.form3, with panel and "Bac... more >>
Debugger wont start
Posted by Graham McKechnie at 11/6/2005 11:00:18 AM
Hi all,
I can no longer start my VS2003 app or any other app for that matter in the
debugger. I can deploy it ok and it runs fine, I just can't debug it.
The error I get after it deploys etc.. is
Launching Application
Error while trying to run project: Unable to start debugging.
Unable ... more >>
How do i deploy to device in VS 2005?
Posted by Tamer Hesham at 11/6/2005 9:30:02 AM
I have ActiveSync 3.8 and VS 2005, when i try to deploy a project to a
device, an error message appears ( deploying error) that i dont have a newer
version of ActiveSync higher that 3.5 , while when i deploy on VS 2003 using
the same version of ActiveSync, there is no errors, so how could i de... more >>
application already running
Posted by Kenneth Windish at 11/6/2005 7:17:38 AM
Hi,
Using VB6 the following code checks for the application running:
stra = CStr(App.EXEName)
If App.PrevInstance Then
'App = App.UnattendedApp
AppActivate ("MyApplication")
Y = ShowWindow(MyApplication.hwnd, 10)
'App.UnattendedAp
End
End If
What are the evequival... more >>
custom control
Posted by Nathan Franklin at 11/6/2005 12:00:00 AM
hey guys
I am trying to write a custom control (an editable combobox), doing a lot of
research people have said the best way to do it with a text box overlayed
the combobox..
I have tryed to place this into a custom control which I would like to
reuse..
I cant seem to get the text box... more >>
|