How to Unhide an application? - Windows Mobile Development and Hacking General

Im using Visual Studio 5 with VB. If i use
Me.Hide()
how do i unhide the application again one i click on the exe icon of that app?
Ive tried adding
Me.Show()
in the Form_Load but it doesnt work

Related

possible to make shortcut to java midlet?

hi,
I was wondering if it is possible to create a shortcut to a java applet within the midlet program. This way it would be more simple to start opera browser and other programs.
Thanks,
Marco
codex666 said:
hi,
I was wondering if it is possible to create a shortcut to a java applet within the midlet program. This way it would be more simple to start opera browser and other programs.
Thanks,
Marco
Click to expand...
Click to collapse
Yeah am looking for that too.. Cant play any JAVA games
Also looking for the same. Can someone find the jvm executable used to run java programs?... we sure can make a shortcut of it!

Visual Basic Runtime

Hi all,
does anyone know if there is trick to install Microsoft Visual Basic runtime in my Universal (JasJar) ?
Thanks
nicoska
There is no VB Runtime for Windows Mobile. The closest you can do is installing The .NET Compact Framework, but you will not be able to run VB Scripts or VB applications on a Windows Mobile device. At least not now anyway.
ccisn said:
There is no VB Runtime for Windows Mobile. The closest you can do is installing The .NET Compact Framework, but you will not be able to run VB Scripts or VB applications on a Windows Mobile device. At least not now anyway.
Click to expand...
Click to collapse
I've installed this http://www.funambol.com/opensource/downloads.html
Is a SyncML client for PocketPC and when i tap on it ask me to install Visual Basic Runtime.
It's possible ?
thanks
nicoska
Interesting. I went there and noticed it is for PPC 2003. I tried installing it (but didn't let it go through)
It did look like it was going to install some VB Runtime for PPC. (It showed up on the screen)
Check your add/remove programs and see if it's in there. If it is, then it probably doesn't work with WM 2005.
Good luck
ccisn said:
Interesting. I went there and noticed it is for PPC 2003. I tried installing it (but didn't let it go through)
It did look like it was going to install some VB Runtime for PPC. (It showed up on the screen)
Check your add/remove programs and see if it's in there. If it is, then it probably doesn't work with WM 2005.
Good luck
Click to expand...
Click to collapse
Yes, indeed. This should be a eMbedded VB Runtime, which works with WM 2003.
Visual Studio 2005 should be delivered me in the next days, and for all I read by now this will include a VB environment for WM 2005. Possibly this will be compatible to... oh wait! We're talking about Microsoft, aren't we? So, forget this about compatibility... :roll:
Yeah. I tried to create an app in eMbedded VB and it didn't work out of the box on WM 2005. I have used VS2005 and created a couple apps in VB and they work, but I needed to install the MS CF 2.0 and that was it.
I had assumed that WM 2005 was supposed to have CF 2.0, but mine did not. I also have a Qtek 9100, not a 9000. So the Jasjar's and 9000's may have it already.
thanks a lot.
Please let me know when you get the vb runtime for wm5, so then i can check if sync ml works.
bye
nicoska
ccisn said:
Yeah. I tried to create an app in eMbedded VB and it didn't work out of the box on WM 2005. I have used VS2005 and created a couple apps in VB and they work, but I needed to install the MS CF 2.0 and that was it.
I had assumed that WM 2005 was supposed to have CF 2.0, but mine did not. I also have a Qtek 9100, not a 9000. So the Jasjar's and 9000's may have it already.
Click to expand...
Click to collapse
Can you post the app so i can test it ?
bye
nicoska
nicoska said:
Can you post the app so i can test it ?
bye
nicoska
Click to expand...
Click to collapse
which app? the VS2005 one? Or the eMbedded VB one?
I actually don't have the eMbedded VB one anymore.
I'll attach this simple one created in VB off of VS2005. It just powers off or resets the device. (It is not signed)
Also if you are just curious about the CF runtime you can run \Windows\cgautil.exe and it will pop up with all the versions of the Framework. Mine only has 1.0 by default. After installing 2.0 it shows both.
I was using a bunch of VB apps on my jamin (prophet) without any problem, and all of a sudden when I try to open them i get; "there is no application associated etc."
Anyone has any clue about that? Can I install (or re-install) visual basic on wm5?
Thanks all

Network folder in WM5 explorer?

Does anybody know a (registry) tweak to make the `network` folder vissible in the windows mobile 5 explorer?
Thanks!
Bram
mee007 said:
Does anybody know a (registry) tweak to make the `network` folder vissible in the windows mobile 5 explorer?
Thanks!
Bram
Click to expand...
Click to collapse
Don't know a tweak but the following link gives you a freeware app. that can enable the network folder.
http://www.freewareppc.com/utilities/gsfinder.shtml
I use Bizzdev's Netuse a nice simple app. but I cannot see an active download site for it. Might have been withdrawn?
Mike
Thanks. I want access form the mediaplayer to my music files on my network, I know there is a tweak cause I read about it somewhere...
Anyone?
Thanks!!

opera Mini 4. Where has it gone??

Hey folks, earlier i installed and used Opera Mini 4 on my Dual. Now i want to use it again its disapeared! Where will i find the program link it installs to open it again?
EDIT: And before anyone says it... no its not in programs
Click on your Java icon in Programs (i.e. Esmertec icon which has a big "e"). You'll find there all you java apps.
lugom said:
Click on your Java icon in Programs (i.e. Esmertec icon which has a big "e"). You'll find there all you java apps.
Click to expand...
Click to collapse
DOHH!! thanks for that

developing help please

Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
gollner said:
Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
Click to expand...
Click to collapse
Hi!
I don't have the code right now but I think you have to set the borderstyle to none and the window state and add the following:
FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;
You can have some problems with SIP though...
Hope this helps.
thx
thx
I tried it but after maximize there is still bar with system button on the top and bar with keyboard button on the bottom.

Categories

Resources