PDA

View Full Version : Some VB.Net Pointers


fergie_uk
12th June 2007, 10:15 PM
Hello to the developers,

I've just started to write some today screens for my own enjoyment but am stuck on how to launch lets say the phone application or perhaps the SMS folder, i have some notification graphics which say for example i have some unread SMS's i want to click on the SMS notification and load up SMS folder.

I hope i have made sence.

Look forward to a response.

David

fergie_uk
12th June 2007, 11:16 PM
Anyone?

I've tried google but i guess i'm not typing the right stuff in.

fergie_uk
13th June 2007, 08:25 AM
Ooce last chance anyone any pointers?

Rudegar
13th June 2007, 09:02 AM
not sure if it's still the case but not long agoe
today items was one of the things you could not program
in .net you had to use pure win32 and or microMFC
not sure about the older and more evil vb flavours

if you do a search in the development and hacking forum
for something like
today item
you are sure to get tons of stuff about it

fergie_uk
13th June 2007, 09:57 AM
Thanx for your reply but its not a real today plugin but more of a complete shell i guess, the problem i have is i want to be able to open up default containers when i click on my buttons, i.e.

If i select my missed calls button i want to go to phone log missed calls.
If i select my unread SMS button then it opens up the SMS container

etc..

I cant find any documentation on how to open up the standard containers.

fergie_uk
13th June 2007, 04:03 PM
Please if someone knows then help a poor learning developer know the answer!!

shaileshashar
13th June 2007, 09:22 PM
Please if someone knows then help a poor learning developer know the answer!!

there ought to be a "shell" command in. Net CF, to basically launch outside apps. You will find most of the apps like ie, SMS etc in windows folder or in program files folder

fergie_uk
13th June 2007, 09:55 PM
Thanx ill check out the Shell Thing

fergie_uk
15th June 2007, 10:06 PM
Still strugling here, is there any developers out there wishing to share some knowhow.

Ive tried using the Shell command but i keep getting errors

i want to open up default containers

Phon app, contacts, emails, sms etc...

Any help please please please

Examples if you have some

Kind regards
David

shaileshashar
16th June 2007, 08:42 AM
Still strugling here, is there any developers out there wishing to share some knowhow.

Ive tried using the Shell command but i keep getting errors

i want to open up default containers

Phon app, contacts, emails, sms etc...

Any help please please please

Examples if you have some

Kind regards
David

I think u can P/Invoke ShellExecuteEx().
check out MSDN docs for P/Invoke or google.

fergie_uk
18th June 2007, 11:27 PM
ok i'm oficially stuck!!

my code

Phone
Shell("cprog.exe", AppWinStyle.NormalFocus, False)

SMS
Shell("tmail.exe -Text", AppWinStyle.NormalFocus, False)

Please help me, i totally stuck!!

fergie_uk
22nd June 2007, 09:59 PM
Final plea for help!! any developers know how and have any examples they wish to share!!