|
More site info...
Visual Studio Smart Device Development – Visual Basic and C# Projects | Forum profile
|
|
Forum profile page for Visual Studio Smart Device Development – Visual Basic and C# Projects on http://msdn.microsoft.com.
This report page is the aggregated overview from a single forum: Visual Studio Smart Device Development – Visual Basic and C# Projects, located on the Message Board at http://msdn.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Visual Studio Smart Device Development – Visual Basic and C# Projects" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Visual Studio Smart Device Development – Visual Basic and C# Projects:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
70
|
317
|
633
|
|
Post:
|
138
|
569
|
1,555
|
|
|
Visual Studio Smart Device Development – Visual Basic and C# Projects Posting activity graph:
|
Top authors during last week:
user's latest post:
missing dll
Published (2009-12-17 16:54:00)
Hi tp, If you want to use core.dll or other native dlls from C#, you need to use P/Invoke for that. I think you are trying to use directly like other other stuff. Here you can check the information about this: http://www.pinvoke.net/ # Please let me know if your query is different from my understanding. Regards, Malleswar
user's latest post:
how to get sms/email is sending...
Published (2009-12-18 10:29:00)
Thanks Raymond Holmboe , how can i use this code in the c#. do you have this code in the c#. Thanks in Advance cool_gurl
user's latest post:
Mouse UP/Down events in subclass...
Published (2009-12-18 16:09:00)
Hi everybody! Here is the code snippet, describing like a TextBox class, which can serve as a button as well. You will have BtnPressed event risen only when mouse button was pushed within the TextBox, poissible moved within or beyond Textbox borders, and(!) released within TextBox. I removed comparison if (m.HWnd == textBox.Handle) from window procedure. I think comparison makes sense when deal with intercepting messages,...
user's latest post:
Detecting Active Sync connection...
Published (2009-12-21 16:26:00)
Hi, Your problem was solved here http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/bba443b4-7396-45bd-a252-96cc55c5a6aa Hope it helps, Zhe Zhao That link is dead.
user's latest post:
Detecting Active Sync connection...
Published (2009-12-21 21:12:00)
Please have a try on this http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/bba443b4-7396-45bd-a252-96cc55c5a6aa Regards, Zhe Zhao
user's latest post:
how play audio and video file...
Published (2009-12-20 22:35:00)
In windows mobile 6 and higher, playing audio files should be pretty straight forward. Try checking out an article I wrote a few years ago: http://christian-helle.blogspot.com/2007/06/accessing-windows-mobile-60-sound-apis.html
user's latest post:
Outof memory exception in...
Published (2009-12-15 13:34:00)
hi that task is going to another person so i could not concentrate that task. any idea for out of memory exception kindly suggest me thanks and regards brite
user's latest post:
Get pressed key in Smartphone
Published (2009-12-16 11:00:00)
namespace DeviceApplication11 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void textBox1_KeyDown( object sender, KeyEventArgs e) { MessageBox.Show(e.KeyCode.ToString()); } } } I tried to create a new project with just the textbox, but the result is the same. e.KeyCode = ProcessKey e.keyValue=229 Also with keyUp the result is the same. Anyway, I solved in other way: if textBox has focus when I press...
user's latest post:
Mouse UP/Down events in subclass...
Published (2009-12-17 17:08:00)
Hi, Please share any enhancements you may have to the original code. Thanks Paul Diston
|
|
|
|
Latest active threads on Visual Studio Smart Device Development – Visual Basic and C# Projects::
Started 20 hours, 14 minutes ago (2009-12-22 11:03:00)
by Malleswar
Hi, Check this article: http://www.malleswar.com/viewarticle.aspx?articlei d=17 Regards, Malleswar Marked As Answer by chiara1990 1 hour 58 minutes ago
Started 22 hours, 37 minutes ago (2009-12-22 08:40:00)
by Paul Diston
Hi, You could try the following code :-
IPHostEntry currentIPHostEntry = Dns.GetHostEntry( "www.bing.com" );
IPAddress currentIPAddress = currentIPHostEntry.AddressList[0];
Hope this helps. Paul Diston
Started 1 week ago (2009-12-16 06:29:00)
by Christian Resma Helle
You can use the Encoding class to convert strings to byte arrays http://msdn.microsoft.com/en-us/library/system.tex t.encoding.aspx Something like: var bytes = Encoding .ASCII.GetBytes( "Some string..." );
Started 1 day, 1 hour ago (2009-12-22 05:52:00)
by Malleswar
Hi Amit, If you want to play directly GIF image, there is only one way to do this. Adding that image in Webbrowser control by using html code. Regards, Malleswar
Started 1 day, 1 hour ago (2009-12-22 05:30:00)
by Malleswar
Hi Amit, Check this links: http://www.codeproject.com/KB/mobile/compframe3.as px Also this: http://www.codeproject.com/KB/mobile/animationctrl .aspx http://www.codeproject.com/KB/mobile/AnimatedEffec ts.aspx Regars, Malleswar Proposed As Answer by Christian Resma Helle 7 hours 58 minutes ago
Started 1 day, 1 hour ago (2009-12-22 06:07:00)
by Paul Diston
Hi, You could perform some custom drawing of the list box control. This techique is discussed in the following blog post :- http://christian- helle.blogspot.com/2009/10/listvi ew-custom-drawing-in-netcf.html Hope this helps. Paul Diston
Started 1 day, 6 hours ago (2009-12-22 01:15:00)
by Malleswar
Hi, You query is not so clear. So please provide more description. Regards, Malleswar
Started 5 days, 21 hours ago (2009-12-17 10:16:00)
by Raymond Holmboe
Here is some code that worked for me: http://blog.opennetcf.com/ayakhnin/PermaLink, guid, 84b95802-76d7-499c-b266-e2251ab15706.aspx Also beware that some OEM's might not implement this as SetWindowsHookEx is a Private API, undocumented and not supported.
|
|
Hot threads for last week on Visual Studio Smart Device Development – Visual Basic and C# Projects::
Started 1 week ago (2009-12-16 06:29:00)
by Christian Resma Helle
You can use the Encoding class to convert strings to byte arrays http://msdn.microsoft.com/en-us/library/system.tex t.encoding.aspx Something like: var bytes = Encoding .ASCII.GetBytes( "Some string..." );
Started 1 day, 1 hour ago (2009-12-22 05:52:00)
by Malleswar
Hi Amit, If you want to play directly GIF image, there is only one way to do this. Adding that image in Webbrowser control by using html code. Regards, Malleswar
Started 1 week, 1 day ago (2009-12-15 07:03:00)
by Malleswar
Hi, If you use SQL Server, directly you can connect to directly to your database from mobile. Check the following. http://www.malleswar.com/viewarticle.aspx?articlei d=17 Regards, Malleswar Proposed As Answer by Malleswar 10 hours 46 minutes ago
Started 1 week, 1 day ago (2009-12-14 10:12:00)
by Anatoly I
Hi Paul! My goal is the same - to have a class like a Textbox with Mouse Down/Up events. I just performed a little more testing and question arose. In debug mode I see in TextBoxSubclass Window procedure that HWnd does not change when I release mouse button over the TextBox parent. It seems strange but it is so. Again I do not receive MouseUp event when push mouse button over Textbox ...
Started 6 days, 6 hours ago (2009-12-17 01:16:00)
by Mohsin S
Hi cool_gurl, You can check the discussion in links below : LINK1 LINK2 Hope these will help u.
Started 5 days, 22 hours ago (2009-12-17 08:41:00)
by cool_gurl
Hi Experts, in my application i want to to get that any user is sending email/sms/text from windows mobile. is there any listener/events which detects that any email/sms/text is sending from the particular win mobile. i m using c#as a developing language and native Api. Thanks in Advance
Started 1 week, 1 day ago (2009-12-15 07:14:00)
by WmDev
Hi Chiara1990, What you want to ask exactly ? If you are suppose to using e. KeyCode then its returned = LButton | ShiftKey | Space, if you are suppose to using KeyValue its returned = 49 for "1" Key pressed. could you tell me how you are getting 229 from which property ? let me know, may be i can help you !
Started 5 days, 14 hours ago (2009-12-17 16:54:00)
by Malleswar
Hi tp, If you want to use core.dll or other native dlls from C#, you need to use P/Invoke for that. I think you are trying to use directly like other other stuff. Here you can check the information about this: http://www. pinvoke.net/ # Please let me know if your query is different from my understanding. Regards, Malleswar
Started 1 week ago (2009-12-15 12:47:00)
by Malleswar
Hi Brite, This previous discussion may solve your problem: http://social. msdn.microsoft.com/forums/en-US/sqlc e/thread/bf08d030-0789-4c0c-bbea-1b079e9566d1/ Regards, Malleswar
Started 1 day, 1 hour ago (2009-12-22 05:30:00)
by Malleswar
Hi Amit, Check this links: http://www. codeproject.com/KB/mobile/compframe3.as px Also this: http://www.codeproject.com/KB/mobile/animationctrl .aspx http://www.codeproject.com/KB/mobile/AnimatedEffec ts.aspx Regars, Malleswar Proposed As Answer by Christian Resma Helle 7 hours 58 minutes ago
|
|