|
More site info...
microsoft.public.dotnet.framework.sdk | Forum profile
|
|
Forum profile page for microsoft.public.dotnet.framework.sdk on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.dotnet.framework.sdk, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
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 "microsoft.public.dotnet.framework.sdk" on the Message Board at http://www.microsoft.com/communities/newsgroups... 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 microsoft.public.dotnet.framework.sdk:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
6
|
10
|
40
|
|
Post:
|
6
|
11
|
50
|
|
|
microsoft.public.dotnet.framework.sdk Posting activity graph:
|
Top authors during last week:
user's latest post:
elevate security in an app to...
Published (2009-01-05 15:38:00)
Hi; We have an Office AddIn written in C# and in one case we need to write to the HKLM registry (when they give it the license to enable it). If they are running as a user that does not have those rights (which under Vista includes a user with local admin rights - Office appears to have downgraded rights), it does not let them write to the registry. How can we: 1a) Query to see if the existing user has those rights. 1b) If they do...
user's latest post:
elevate security in an app to...
Published (2009-01-06 00:39:00)
Hello Dave When a process is started, its integrity level cannot be changed. The only way to elevate a running process is to restart the exe as administrator. This is what Task Manager does when users click on the button 'Show processes from all users'. I have two solutions for your references regarding the requirement of writing to the HKLM registry: Solution1. (I prefer this one) We write a separate exe to do the jobs...
user's latest post:
WMF/EMF -> PNG in...
Published (2009-01-06 01:57:00)
1. Create a System.Drawing.Image object to hold the WMF/EMF image stream. 2. Call System.Drawing.Image.Save method, set the target stream object, and specify ImageFormat as ImageFormat.Png. "David Thielen" <thielen@nospam.nospam> wrote in message news:6bk4m4t0g2o9mjc57s7qi24vrufenqsfk1@4ax.com... > Hi; > > Is there a .NET call, or if not, a SDK call where I can pass in a >...
user's latest post:
how to get an image from a...
Published (2009-01-06 07:44:00)
So, let's say you have a webPage containing image, and you would like to download it.. but, image is not in <img tag, but in <a onclick tag with JavaScript how could I get this image?
|
|
|
|
Latest active threads on microsoft.public.dotnet.framework.sdk::
Started 2 days, 18 hours ago (2009-01-06 07:44:00)
by buu
So, let's say you have a webPage containing image, and you would like to download it.. but, image is not in <img tag, but in <a onclick tag with JavaScript how could I get this image?
Started 3 days, 16 hours ago (2009-01-05 10:32:00)
by David Thielen
Hi; Is there a .NET call, or if not, a SDK call where I can pass in a WMF/EMF and the resolution to render at, and get back a PNG? These would be file images in memory, not physical files. thanks - dave david@at-at-at@ Windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://...
Started 3 days, 10 hours ago (2009-01-05 15:38:00)
by David Thielen
Hi; We have an Office AddIn written in C# and in one case we need to write to the HKLM registry (when they give it the license to enable it). If they are running as a user that does not have those rights (which under Vista includes a user with local admin rights - Office appears to have downgraded rights), it does not let ...
Started 6 days, 8 hours ago (2009-01-02 18:33:00)
by David Thielen
Hi; Can anyone recomend a good program to use for licensing control like Microsoft does with Windows? Preferably one that can understand if multiple virtual machines on a single box are all the same machine. thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com...
Started 1 week, 1 day ago (2008-12-31 07:33:00)
by Nigel V Thomas
I have a module (mMain.vb) and want to dynamically create a form, add a few controls and receive their events in the mMain.vb module. 1. I can create the from using DIM myfrm as new Form 2. I can add controls to the form using myfrm.addcontrol(" ListBox") But how can I receive the events back in my module Any help ...
Started 1 week, 3 days ago (2008-12-30 02:00:00)
by www.tjxzs.com.cn
Ìì½òÖÇÄܼҾÓ,Ìì½òÖÇÄܼÒÍ¥¹ã²¥,Ìì½ò¼ÒÍ¥ÖÇÄܱ³¾°ÒôÀÖ ,Ìì½ò¼ÒÍ¥±³¾°ÒôÀÖ,Ó°ÒôÆ÷²Ä,ͶӰÆ÷²Ä,Ìì½òÃÔÄãÒôÏì,Ì ì½ò¸ßµµÒôÏì,Ìì½ò¸ßµµ¼ÒÍ¥Ó°Ôº,»ÝÍþ,»ÝÍþרҵÒôÏì,HIV I,HIVIרҵÒôÏìJVC,JBLרҵÒôÏì,Ìì½òÒôÏìרÂô.com , 86-022-81501975, Ìì½òÒôÏìÍø, 86-13802174064, Ìì½òöÎÖ®Éù, 86-022-26623951,tjxzs@hotmail.com, Ìì½òÊкӱ±ÇøÌì̩·Ð´ó±¾ÓªµçÆ÷³Ç218ºÅ, http://tjxzs.com.cn ,Ìì½òÒôÏì×...
Started 3 weeks, 2 days ago (2008-12-16 13:17:00)
by David Thielen
Hi all; Ok, for simple IPC between 2 .NET apps I wrote a simple named pipes set of classes. If anyone needs them - http://www.davidthielen.info/programming/2008/12/n amed-pipes-in-net.html thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://...
Started 4 weeks ago (2008-12-11 07:42:00)
by buu
So, I parse some html, and I would like to remove some of strings (about 6 of them), and currently I'm using StringBuilder for that but, I'm wondering is it better (from performance view) to use something different? regex? is it faster? is regex is better/faster, how to make replacements with regex? (I never used it)...
Started 1 month ago (2008-12-06 07:12:00)
by Florian Haag
Hello, I installed the Windows SDK for Windows Server 2008 and .NET Framework 3.5 on Windows Vista. I just needed an offline version of the .NET runtime library documentation, so I only selected the respective option in the custom setup options. The installer apparently installed the desired files and added an icon labeled "...
Started 1 month ago (2008-12-05 11:12:00)
by David Thielen
This is a C# Form that is in the taskbar and therefore set to hidden. What works sometimes, but not always is: Process procOn = GetMyAppsProcess(); NativeMethods.SetWindowState(procOn.MainWindowHand le); NativeMethods.SetWindowAsForeground(procOn.MainWin dowHandle); .... public static void SetWindowAsForeground(...
|
|
Hot threads for last week on microsoft.public.dotnet.framework.sdk::
Started 1 week, 1 day ago (2008-12-31 07:33:00)
by Nigel V Thomas
I have a module (mMain.vb) and want to dynamically create a form, add a few controls and receive their events in the mMain.vb module. 1. I can create the from using DIM myfrm as new Form 2. I can add controls to the form using myfrm.addcontrol(" ListBox") But how can I receive the events back in my module Any help ...
Started 3 days, 10 hours ago (2009-01-05 15:38:00)
by David Thielen
Hi; We have an Office AddIn written in C# and in one case we need to write to the HKLM registry (when they give it the license to enable it). If they are running as a user that does not have those rights (which under Vista includes a user with local admin rights - Office appears to have downgraded rights), it does not let ...
Started 3 days, 16 hours ago (2009-01-05 10:32:00)
by David Thielen
Hi; Is there a .NET call, or if not, a SDK call where I can pass in a WMF/EMF and the resolution to render at, and get back a PNG? These would be file images in memory, not physical files. thanks - dave david@at-at-at@ Windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://...
Started 6 days, 8 hours ago (2009-01-02 18:33:00)
by David Thielen
Hi; Can anyone recomend a good program to use for licensing control like Microsoft does with Windows? Preferably one that can understand if multiple virtual machines on a single box are all the same machine. thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com...
Started 2 days, 18 hours ago (2009-01-06 07:44:00)
by buu
So, let's say you have a webPage containing image, and you would like to download it.. but, image is not in <img tag, but in <a onclick tag with JavaScript how could I get this image?
|
|