Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Discussions in... - www.microsoft.com/communities/newsgroups... | Site profile

Site profile page for http://www.microsoft.com/communities/newsgroups.... This report page has aggregated and summarized the online discussions from the Message Board located at http://www.microsoft.com/communities/newsgroups.... This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.microsoft.com/communities/newsgroups... is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.

Title: Discussions in microsoft.public.windowsce.embedded.vc - http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windowsce.embedded.vc Discussions in microsoft.public.windowsce.embedded.vc
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 2 post per thread
site activity: 6 active threads during last week
Site rank: 16,928 (go to rank page)
Domain info for: microsoft.com
 

Posting activity table on Discussions in microsoft.public.windowsce.embedded.vc:

  Week Month 3 Months
Threads: 6 20 47
Post: 7 36 74
 

Authority Badge:

Discussions in microsoft.public.windowsce.embedded.vc | Forum Authority Badge

Discussions in microsoft.public.windowsce.embedded.vc posting activity graph:

Posts by:  day  week  month 
 

http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windowsce.embedded.vc Alexa graph:

Top authors on Discussions in microsoft.public.windowsce.embedded.vc during last week:

Name
Posts
Thomas
1
user's latest post:
Flash activeX MFC example - R3...
Published (2009-11-03 07:12:00)
  I'm wondering is there a way to use the flash player activeX included in R3 in a mfc dialog based program? Thanks, Thomas  
tesddalws
1
user's latest post:
65 Hosting Web www.ivys.es in...
Published (2009-11-04 10:13:00)
  Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es...
Arthur
1
user's latest post:
get sound in...
Published (2009-11-11 03:56:00)
  hello evrery body i want to deveoppe a driver that capture the sound witch is transmitted to my phone from another phone during a conversation with windows mobil but i do'nt know how can i do.  
shai
1
user's latest post:
get sound in...
Published (2009-11-11 05:42:00)
  Hi Arthur, I remembered that I read this thread: http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/b0c36dff-e7c4-432b-afc9-bb0dcb4e8d8f/ You can also look for implementations of these kind of SW in the XDA developers forums. (several old solutions were to record the voice from the speaker of the phone, it must have evolved since) Are you sure that hardware-wise your device supports this functionality? The audio...
frax
1
user's latest post:
how to start a batch with...
Published (2009-11-12 07:54:00)
  Does anybody know how to start a bat-file with CreateProcess ? I tried: CreateProcess(L"mybat.bat",NULL.... CreateProcess(L"cmd.exe",L"<mybat.bat"... CreateProcess(L"cmd.exe",L"cmd.exe <mybat.bat".... Any ideas ? Thank you !  
Bruce Eitman [eMVP]
1
user's latest post:
how to start a batch with...
Published (2009-11-12 09:03:00)
  CreateProcess(TEXT("cmd.exe"), TEXT("/c mybat.bat")... should do it. If you want the window to stay open when the bat file completes try: CreateProcess(TEXT("cmd.exe"), TEXT("/k mybat.bat")... -- Bruce Eitman (eMVP) Senior Engineer Bruce.Eitman AT Eurotech DOT com My BLOG http://geekswithblogs.net/bruceeitman Eurotech Inc. www.Eurotech.com...
Gertjan Smit
1
user's latest post:
Silverlight on windows embedded...
Published (2009-11-12 08:20:00)
  I am trying to create a custom silverlight user control on windows embedded. This control has to have some dependency and attached properties. Creating the user control works, i can include it in the visual tree at runtime and the control displays itself. Well the next thing you want to do is declaring the control in a Xaml file, with the right namespace declaration. That does'nt work. Here is a code fragment of the register...
 

Top 10 active forums on Discussions in microsoft.public.windowsce.embedded.vc during last week:

microsoft.public.windowsce.embedded.vc - 6 new posts microsoft.public.windowsce.embedded.vc - forum profile
 

Top 10 forums on Discussions in microsoft.public.windowsce.embedded.vc:

microsoft.public.windowsce.embedded.vc - 1,068 posts microsoft.public.windowsce.embedded.vc - forum profile

Latest active threads on Discussions in microsoft.public.windowsce.embedded.vc:

Discussions in microsoft.public.windowsce.embedded.vc
Started 2 days, 23 hours ago (2009-11-12 09:03:00)  by Bruce Eitman [eMVP]
CreateProcess(TEXT("cmd.exe"), TEXT("/c mybat.bat")... should do it. If you want the window to stay open when the bat file completes try: CreateProcess(TEXT("cmd.exe"), TEXT("/k mybat.bat")... -- Bruce Eitman (eMVP) Senior Engineer Bruce.Eitman AT Eurotech DOT com My BLOG http://geekswithblogs.net/bruceeitman...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (3 posts) Thread info: how to start a batch with CreateProcess in
microsoft.public.windowsce.embedded.vc Size: 1,519 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to start a batch with CreateProcess in
microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
Discussions in microsoft.public.windowsce.embedded.vc
Started 4 days, 2 hours ago (2009-11-11 05:42:00)  by shai
Hi Arthur, I remembered that I read this thread: http://social.msdn.microsoft.com/Forums/en-US/wind owsmobiledev/thread/b0c36dff-e7c4-432b-afc9-bb0dcb 4e8d8f/ You can also look for implementations of these kind of SW in the XDA developers forums. (several old solutions were to record the voice from the speaker of the phone, it ...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (2 posts) Thread info: get sound in microsoft.public.windowsce.embedded.vc Size: 1,453 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: get sound in microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
Discussions in microsoft.public.windowsce.embedded.vc
Started 2 weeks, 4 days ago (2009-10-28 05:42:00)  by shai
To develop an embedded Silverlight application you need Platform Builder 6. Meaning you need VS2005. Once you install PB6 and all the necessary components upto R3, you will also find the Silverlight documentation in the local help. Read this tutorial (by Valter Minute) to see how to develop a basic Silverlight application: http...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (12 posts) Thread info: Silverligth installation in VS 2008 in
microsoft.public.windowsce.embedded.vc Size: 1,758 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Silverligth installation in VS 2008 in
microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
Discussions in microsoft.public.windowsce.embedded.vc
Started 3 weeks, 3 days ago (2009-10-21 20:12:00)  by Paul G. Tobey [eMVP]
That's it? No details? I'd say that your query is malformed. Paul T. "Cheng Shi" <x10@emtronix.com> wrote in message news:upx6tUjUKHA.4484@TK2MSFTNGP02.phx.gbl... > Hi, All > > My system is WinCE5.0 + ARM9 > > Is it possible to access SQL Mobile in eVC code? In my case, the SQL > Mobile can be ...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (2 posts) Thread info: evc access SQL mobile database in microsoft.public.windowsce.embedded.vc Size: 1,051 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: evc access SQL mobile database in microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
Discussions in microsoft.public.windowsce.embedded.vc
Started 3 weeks, 3 days ago (2009-10-21 10:02:00)  by r_z_aret@pen_fact.com
On Wed, 21 Oct 2009 16:15:10 +0200, "Carsten Unterberg" <carsten.unterberg@googlemail.com> wrote: >Hello, > >I try to convert a given hwnd in a std::wstring into a real HWND. Are you sure you need/want to do this? If you tell us why, someone may have a better solution. > >At the moment, I try it ...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (3 posts) Thread info: How to convert a std::wstring to HWND in
microsoft.public.windowsce.embedded.vc Size: 2,686 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to convert a std::wstring to HWND in
microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
 

Hot threads for last week on Discussions in microsoft.public.windowsce.embedded.vc:

microsoft.public.windowsce.embedded.vc
Started 2 days, 23 hours ago (2009-11-12 09:03:00)  by Bruce Eitman [eMVP]
CreateProcess(TEXT("cmd.exe"), TEXT("/c mybat.bat")... should do it. If you want the window to stay open when the bat file completes try: CreateProcess(TEXT("cmd.exe"), TEXT("/k mybat.bat")... -- Bruce Eitman (eMVP) Senior Engineer Bruce.Eitman AT Eurotech DOT com My BLOG http://geekswithblogs.net/bruceeitman...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (3 posts) Thread info: how to start a batch with CreateProcess in
microsoft.public.windowsce.embedded.vc Size: 1,519 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to start a batch with CreateProcess in
microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."
microsoft.public.windowsce.embedded.vc
Started 4 days, 2 hours ago (2009-11-11 05:42:00)  by shai
Hi Arthur, I remembered that I read this thread: http://social.msdn.microsoft.com/Forums/en-US/wind owsmobiledev/thread/b0c36dff-e7c4-432b-afc9-bb0dcb 4e8d8f/ You can also look for implementations of these kind of SW in the XDA developers forums. (several old solutions were to record the voice from the speaker of the phone, it ...
Forum:  microsoft.public.windowsce.embedded.vc microsoft.public.windowsce.embedded.vc - forum profile
Thread:  Show this thread (2 posts) Thread info: get sound in microsoft.public.windowsce.embedded.vc Size: 1,453 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: get sound in microsoft.public.windowsce.embedded.vc :: microsoft.public.windowsce.embedded.vc :: Discussions in microsoft.public.windowsce.embedded..."