|
More site info...
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.
|
|
|
|
|
Posting activity table on Discussions in microsoft.public.windowsce.app.development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
9
|
28
|
83
|
|
Post:
|
12
|
54
|
151
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Discussions in microsoft.public.windowsce.app.development (http://www.microsoft.com/communities/newsgroups...)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Discussions in microsoft.public.windowsce.app.development posting activity graph:
|
|
http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windowsce.app.development Alexa graph:
|
Top authors on Discussions in microsoft.public.windowsce.app.development during last week:
user's latest post:
Starting the BT service .Net...
Published (2009-12-23 15:57:00)
Hi Greg, I know is a 2 years old post, but I'm desperate... ;( I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit). Is there a cahnce to publish here a .net snippet for turning on the BT service? Thanks, Alon Greg Scott [MS] wrote: Look at the btloader sample (options "start card" and "stop...
user's latest post:
DirectDraw Blt and AlphaBlt are...
Published (2009-12-22 09:31:00)
So I'm writing an application that uses DirectDraw for simple graphics. I'm using the AlphaBlt function to composite the displayed image. However, I've discovered that it takes an outrageously long amount of time to call AlphaBlt. For example, a single call to AlphaBlt with a 100 x 200 source rectangle and a 1280x1024 destination rectangle takes 29ms (using performance counters on each side of the call). At first I...
user's latest post:
DirectDraw Blt and AlphaBlt are...
Published (2009-12-23 02:07:00)
The display controller may support the acceleration but its driver may not: if the device is using the standard VGA driver (ddi_flat.dll) all the accelerationa are emulated in SW. You can knowwhich driver you're using checking the HKEY_LOCAL_MACHINE\System\GDI\Drivers\Display key
user's latest post:
Active-Sync and Visual Studio...
Published (2009-12-22 02:57:00)
hi folks, I've got a curious problem with debugging a windows ce application with visual studio (vb.net), using an active-sync connection: we develop application for windows ce since some years without problems, since 2 or 3 weeks two problems occurred. environment: - Windows XP, SP 3 - Visual Studio 2008 or 2005 - tried with Windows-Firewall off, G Data Antivirus off, same effect first problem/mystery: - I connect a windows...
user's latest post:
Create a file via JavaScript in...
Published (2009-12-21 14:12:00)
I want to create a small file on my Windows Mobile 6.1 device using a program, script or whatever. My first idea was to create an HTML page with JavaScript and the FileSystemObject to do the job. But I don't get it running as the FSO cannot be created. When I execute the save method of a msxml2 object I get a "Permission denied". The HTML page was run in IE and Opera 9.5. Maybe the security settings prevent...
user's latest post:
Create a file via JavaScript in...
Published (2009-12-22 02:37:00)
On 12/21/2009 10:40 PM, Klemens wrote: > I want to create a small file on my Windows Mobile 6.1 device using a > program, script or whatever. My first idea was to create an HTML page > with JavaScript and the FileSystemObject to do the job. But I don't > get it running as the FSO cannot be created. When I execute the save > method of a msxml2 object I get a "Permission...
user's latest post:
Starting the BT service .Net...
Published (2009-12-23 18:32:00)
If you are really that desperate, then set up a virtual machine and install PB 6.0. Done.
user's latest post:
secure sockets in...
Published (2009-12-25 04:32:00)
I am trying to implement secure sockets using TLs to my application like described here: http://msdn.microsoft.com/en-us/library/ms881493.aspx After the handshake when I am on a secure socket I get always the following exception: "A blocking operation is currently executing" I use only asynchronous Read and Write operations. But it looks like the secure socket API of Windows Mobile supports only 1 operation at a...
|
|
|
Top 10 active forums on Discussions in microsoft.public.windowsce.app.development during last week:
|
|
Top 10 forums on Discussions in microsoft.public.windowsce.app.development:
|
|
|
|
Latest active threads on Discussions in microsoft.public.windowsce.app.development:
Started 6 days, 18 hours ago (2009-12-23 15:57:00)
by Alon Ronen
Hi Greg,
I know is a 2 years old post, but I'm desperate... ;(
I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit).
Is there a cahnce to publish here a .net snippet for turning on the BT service?
Thanks,
...
Started 1 week ago (2009-12-23 02:07:00)
by Luca Calligaris [eMVP]
The display controller may support the acceleration but its driver may not:
if the device is using the standard VGA driver (ddi_flat.dll) all the
accelerationa are emulated in SW.
You can knowwhich driver you're using checking the
HKEY_LOCAL_MACHINE\System\GDI\Drivers\Display key
Started 1 week, 1 day ago (2009-12-22 02:37:00)
by Valter Minute [eMVP]
On 12/21/2009 10:40 PM, Klemens wrote:
> I want to create a small file on my Windows Mobile 6.1 device using a
> program, script or whatever. My first idea was to create an HTML page
> with JavaScript and the FileSystemObject to do the job. But I don't
> get it running as the FSO cannot be created. When I execute the save
> method of a...
Started 2 weeks, 6 days ago (2009-12-10 02:38:00)
by JohnDr
I've done some further investigation and the leak only happens when I add it
into the Children collection.
The reference count behaves as expected from 1 when the button is created,
to 3 when it is added into the children collection.
When removing - GetItem populates the IXRButtonPtr (ref Count 3), RemoveAt
reduces the ...
Started 3 weeks, 1 day ago (2009-12-08 07:41:00)
by Paul G. Tobey [eMVP]
There's always more information that that. Look at the exception object. It
might have an innerException which actually holds the details, etc., but you
should be able to get more from the occurrence than what you've taken away so
far. Which call throws the exception, for example? That, by itself, will
tell you something! I don't ...
|
|
Hot threads for last week on Discussions in microsoft.public.windowsce.app.development:
Started 6 days, 18 hours ago (2009-12-23 15:57:00)
by Alon Ronen
Hi Greg,
I know is a 2 years old post, but I'm desperate... ;(
I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit).
Is there a cahnce to publish here a .net snippet for turning on the BT service?
Thanks,
...
Started 1 week ago (2009-12-23 02:07:00)
by Luca Calligaris [eMVP]
The display controller may support the acceleration but its driver may not:
if the device is using the standard VGA driver (ddi_flat.dll) all the
accelerationa are emulated in SW.
You can knowwhich driver you're using checking the
HKEY_LOCAL_MACHINE\System\GDI\Drivers\Display key
Started 1 week, 1 day ago (2009-12-22 02:37:00)
by Valter Minute [eMVP]
On 12/21/2009 10:40 PM, Klemens wrote:
> I want to create a small file on my Windows Mobile 6.1 device using a
> program, script or whatever. My first idea was to create an HTML page
> with JavaScript and the FileSystemObject to do the job. But I don't
> get it running as the FSO cannot be created. When I execute the save
> method of a...
|
|