|
More site info...
MSDN Forums - msdn.microsoft.com | Site profile
|
|
Site profile page for http://msdn.microsoft.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://msdn.microsoft.com.
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://msdn.microsoft.com 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 MSDN Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
8,007
|
23,287
|
42,602
|
|
Post:
|
14,612
|
43,973
|
79,166
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for MSDN Forums (http://msdn.microsoft.com)
|
|
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.
|
|
|
|
|
MSDN Forums posting activity graph:
|
|
http://msdn.microsoft.com Alexa graph:
|
Top authors on MSDN Forums during last week:
user's latest post:
Draging items within a listbox -...
Published (2009-11-19 14:40:00)
Hi, Here is the code that works fine. public partial class Form1 : Form { public Form1() { InitializeComponent(); this .lbx1.AllowDrop = true ; //added this line this .lbx1.MouseDown += new System.Windows.Forms.MouseEventHandler( this .lbx1_MouseDown); this .lbx1.DragDrop += new System.Windows.Forms.DragEventHandler( this .lbx1_DragDrop); this .lbx1.DragOver += new System.Windows.Forms.DragEventHandler( this .lbx1_DragOver); } private void...
user's latest post:
Forcing user to change password...
Published (2009-11-15 12:08:00)
However, for additional (non-default) administrators, it *does enforce* it and you don't have a choice to skip it by saying "No". This is true in all flavors of Windows right from Windows NT 4.0 to Windows 7. Thanks. -Prasad Hello: *SORRY* PRESSED WRONG BUTTON! Anyway, I do not think that Windows NT 4.0 had such functionality, however, for Windows XP, Windows Vista and Windows 7 you have the same. Have a nice day......
user's latest post:
Applying Xslt files
Published (2009-11-19 22:13:00)
Hi, Thanks for your post! As far as I can see, the function is not supported by Express Edition. You might want to try Standard Edition or higher Editions. Harry
user's latest post:
C++ LANGUAGE compiler for...
Published (2009-11-19 17:27:00)
I suppose it is duplicate of http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/fb3201df-ac95-4e09-885e-ad54758ac6cb
user's latest post:
How do I make a normal window?
Published (2009-11-19 22:28:00)
Hi ShaneLessor, Based on my understanding, I don't think your requirement is clear. If you just want to create a messagebox, that's very simple, you can refer to Viorel_'s suggestion. If you want to create a simple Windows application, our MVP have given you a good point. And you also can try to use MFC or Windows Form to create a dialog or Windows, but Visual C++ Express Edition does not support MFC, so you can try to use...
user's latest post:
Printing a file from List...
Published (2009-11-19 17:05:00)
A plain text document will not contain control characters, by definition. For instance, a TXT file created in Notepad, or a text file written from your own application would be plain text. Logs, error reports, configuration files are plain text. Many 'application specific' files are also plain text, such as html pages or XML files - they are application specific because of the way the contents are arranged, but the contents...
user's latest post:
Interop using C++ DLL in C#
Published (2009-11-19 20:08:00)
Marshalling nested structures isn't supported by the CLR. You need to write your own custom marshaller. Visit the CLR forum if you need help in writing CLR marshalers.
user's latest post:
User Control problems
Published (2009-11-19 13:28:00)
If you implement it at the application level then there's not a lot of dfference between user settings, isolated storage, registry or even an INI file. But if you want to do it at the control level then config settings is pretty much the only option. Acamar, I made this special for you Imports Microsoft.Win32 Public Class Form1 Private WithEvents btn As New Button With {.Location = New Point(10, 10), .Size = New Size(70, 20)}...
|
|
|
Top 10 active forums on MSDN Forums during last week:
|
|
Top 10 forums on MSDN Forums:
Visual C# General
- 84,749 posts
|
Visual Basic General
- 74,162 posts
|
Windows Presentation Foundation (WPF)
- 58,311 posts
|
Visual C++ General
- 40,379 posts
|
Windows Forms General
- 33,702 posts
|
Windows Communication Foundation
- 30,366 posts
|
Visual C# Language
- 26,144 posts
|
.NET Base Class Library
- 23,277 posts
|
Visual Basic Language
- 21,859 posts
|
Visual C++ Language
- 21,340 posts
|
|
|
|
|
Latest active threads on MSDN Forums:
Started 1 day, 11 hours ago (2009-11-20 00:23:00)
by Ivan Tang - MSFT
Hi Victor, This forum is for Windows Embedded Standard. You'll be able to find more WinCE help at: http://www.microsoft.com/communities/newsgroups/en -us/default.aspx?dg=microsoft.public.windowsce.emb edded Thanks, Ivan
Started 2 days, 8 hours ago (2009-11-19 03:35:00)
by Mal Loth
You must be joking. SD cards are WAY TOO SLOW .
If someone has < 128 MB of ROM, he should consider his/her device to be old and buy a new device .
New devices have at least 256MB+ flash size, which is a lot for apps (may not be enough for mp3 files, but that's what are SD cards for).
Most apps installed on SD cards are considered to be slowly running.
Therefore many foolish ...
Started 1 day, 15 hours ago (2009-11-19 20:09:00)
by invi_zeus
Hi graham, 1 : I think you can not put files with same name in the same cab. 2 : When make cab, VS will look for cabwiz in MS Visual Studio install directory, not the one in Windows mobile SDK install directory. Try replacing that file (overwrite it with the cabwiz.exe in Winmo SDK or write a batch script to make your cab file). The one in Winmo SDK has restriction of 999 files and about ...
Started 3 days, 10 hours ago (2009-11-18 01:52:00)
by enzonline
Yes, I used the same CAB for it-IT and en-US! If for v1.0 the base was it-IT, for v1.1 can I use en-US as base? Thank you
Started 1 day, 13 hours ago (2009-11-19 22:35:00)
by Gautam Goenka [MSFT]
What is MUIA? Are you talking about MS internal MAUI tool?
Started 2 days, 8 hours ago (2009-11-19 03:42:00)
by stenlik
Hi, is there any kind of paid support for Windows Mobile developers? I would like to ask some questions before development start. I expected that there will be available such support through the MSDN, but so far I find only the phone number 0844 800 2400 I can call, but I would like to see some e-mail based technical support. But it is not necessary to be such service provided by Microsoft, ...
Started 1 day, 12 hours ago (2009-11-19 23:29:00)
by Andrew66
Thanks for the reply Yort.
I used Seam Limings SO Manager and set up a virtual posprinter with a new logical name. I changed the config in my app to use the new logical name and tried it out. I got some unformatted output in a window then an 'input was in incorrect format' exception. The simulator didn't like the escape code that centres the print. Plain text output was OK but even ...
Started 1 day, 13 hours ago (2009-11-19 22:26:00)
by Azhar_Amir
Hi, There is no silver bullet to go decide on the deployment options, but you need to decide on the pros and cons on multi tier and non multi tier applications. I am not going to point out the general decoupled advantages you are anyways going to get with multilayered Please consider these factors and decide based on the future state of the applications Scalability : The key 3-tier benefit...
Started 2 days ago (2009-11-19 12:00:00)
by Sudhanshu Hate
Create App server with business logic. You can isolate this on same machine or different machine based on resources you have. If you think Web server with presentation logic and App. server with business components, logic, services are best with independent servers, Go that way. If there is not much seperation interms of business logic and presentation logic, you can isolate them on the same...
Started 1 day, 19 hours ago (2009-11-19 16:56:00)
by ahmadR
Turns out I could release secondary stream sample in GetInputStatus instead of ProcessOutput or ProcessInput. This allowed me to get next sample in ProcessInput and also fixed the flicker issue. I am still wondering if someone knows the root cause of the issue and if this is the best solution.
|
|
Hot threads for last week on MSDN Forums:
Started 3 days, 3 hours ago (2009-11-18 08:23:00)
by Heslacher
Hi, you need to check the strings length before you use the substring method. If you have a string with length between 0 and 4 the both calls of substring will fail. with length between 0 and 7 the "date" substring will fail.
Started 1 week ago (2009-11-13 12:38:00)
by jwavila
using TextFieldParser, and parsing each line into an array, the 10th column will be item 9 in the array. The string to double just means you have to use something like CDbl to convert the string from the file - but only use it if you are sure the data is valid. If not, use Double.TryParse.
Dim filename As String = "C:\Documents and Settings\AVILAJ\Desktop\Test Folder\GAMinTN.csv"...
Started 3 days, 1 hour ago (2009-11-18 10:29:00)
by Heslacher
Hi charles, you should do it in another way: After you have receive the sms you should examine the right button. Like:
' you have allready received the sms and
' filled the result variable
Dim loginCommand As SqlCommand = conn.CreateCommand()
loginCommand.CommandText = "SELECT * FROM CustDetail WHERE RmuNum = '" & result & "'"
...
Started 2 days, 17 hours ago (2009-11-18 18:34:00)
by Renee Culver
If you built it, even as a DLL it must be installed with the .Net version of install. I forget it's name. Renee
Started 1 week, 2 days ago (2009-11-12 08:35:00)
by Nikita Leontiev
Include afxdlgs.h into stdafx.h to other afx headers. Also, what headers are already included in your stdafx.h.
From what place did you remove windows.h?
Started 1 week, 1 day ago (2009-11-12 14:05:00)
by Scott McPhillips
You must do the painting of the child window in OnPaint, which is a message handler for WM_PAINT. Anything that uncovers child1 will cause the WM_PAINT message to be sent to the OnPaint handler, so you can redo the painting. Whatever you are doing now to paint child1 has to be moved to OnPaint in CMyWnd.
Started 1 week ago (2009-11-14 00:12:00)
by John Anthony Oliver
Hi Mhean, Wow, I am flattered that you have chosen to ask me directly!! Really!! I guess I will have to finally add a real picture of me to these forums after all. I must have garnered some reputation, for graphics, etcetera, I guess. 1) Yes I know how to do a right angled triangle. a) Do you want it solid or b) Do you want the outline of a triangle? c) In which orientation do you want ...
Started 1 week, 2 days ago (2009-11-12 09:44:00)
by Amit Bansal
There is no code...can you pls post your code....and tell what is wrong with your code?
Started 3 days, 8 hours ago (2009-11-18 03:18:00)
by Ir0n
I want it to click tiny dots on a map and if it finds one click it onces its found it wait xxx secs before looking again for the next dot thats my aim lol any ideas? thanks! (the dots are yellow blue or green so i want to be able to set it to what colors it will only look for and if it finds one to click it the move on and look for the same color)
Started 3 days, 4 hours ago (2009-11-18 07:43:00)
by Mushthaqu
Try to check the MosePosition within the RectagleRegion
|
|