My account: Login | Sign Up
Loading... 

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.

Site: Discussions in microsoft.public.dotnet.framework.sdk - microsoft.public.dotnet.framework.sdk (site profile, domain info microsoft.com)
Title: microsoft.public.dotnet.framework.sdk
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 13 post per thread
Forum activity: 6 active threads during last week
 

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:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
David Thielen
3
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...
"Jialiang Ge [MSFT]"
1
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...
Mike Lemmon
1
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 >...
buu
1
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::

Discussions in 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?
Thread:  Show this thread (1 post)   Thread info: how to get an image from a webPage in Size: 573 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to get an image from a webPage in :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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://...
Thread:  Show this thread (2 posts)   Thread info: WMF/EMF -> PNG in microsoft.public.dotnet.framework.sdk Size: 1,044 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WMF/EMF -> PNG in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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 ...
Thread:  Show this thread (2 posts)   Thread info: elevate security in an app to write to the registry in microsoft.public.dotnet.framework.sdk Size: 1,664 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "elevate security in an app to write to the registry in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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...
Thread:  Show this thread (1 post)   Thread info: Good licensing software in microsoft.public.dotnet.framework.sdk Size: 1,063 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Good licensing software in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in 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 ...
Thread:  Show this thread (2 posts)   Thread info: How to add a control to a form from a module and receive it's even in microsoft.public.dotnet.framework.sdk Size: 772 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to add a control to a form from a module and receive it's even in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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 ,Ìì½òÒôÏì×...
Thread:  Show this thread (1 post)   Thread info: 96 http://tjxzs.com.cn 天津音响专卖 23 in microsoft.public.dotnet.framework.sdk Size: 13 kb
Related Threads: Same Site | All Sites
Customize:  Customize "96 http://tjxzs.com.cn 天津音响专卖 23 in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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://...
Thread:  Show this thread (1 post)   Thread info: Named pipes in .NET in microsoft.public.dotnet.framework.sdk Size: 1,162 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Named pipes in .NET in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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)...
Thread:  Show this thread (1 post)   Thread info: what is better for replacements on big Strings? in microsoft.public.dotnet.framework.sdk Size: 755 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "what is better for replacements on big Strings? in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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 "...
Thread:  Show this thread (1 post)   Thread info: dexplore.exe is missing in microsoft.public.dotnet.framework.sdk Size: 1,020 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "dexplore.exe is missing in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
Discussions in microsoft.public.dotnet.framework.sdk
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(...
Thread:  Show this thread (1 post)   Thread info: How do I make a Form WS_SHOWNORMAL & foreground? in microsoft.public.dotnet.framework.sdk Size: 1,428 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How do I make a Form WS_SHOWNORMAL & foreground? in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
 

Hot threads for last week on microsoft.public.dotnet.framework.sdk::

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 ...
Thread:  Show this thread (2 posts)   Thread info: How to add a control to a form from a module and receive it's even in microsoft.public.dotnet.framework.sdk Size: 772 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to add a control to a form from a module and receive it's even in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
microsoft.public.dotnet.framework.sdk
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 ...
Thread:  Show this thread (2 posts)   Thread info: elevate security in an app to write to the registry in microsoft.public.dotnet.framework.sdk Size: 1,664 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "elevate security in an app to write to the registry in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
microsoft.public.dotnet.framework.sdk
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://...
Thread:  Show this thread (2 posts)   Thread info: WMF/EMF -> PNG in microsoft.public.dotnet.framework.sdk Size: 1,044 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WMF/EMF -> PNG in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
microsoft.public.dotnet.framework.sdk
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...
Thread:  Show this thread (1 post)   Thread info: Good licensing software in microsoft.public.dotnet.framework.sdk Size: 1,063 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Good licensing software in microsoft.public.dotnet.framework.sdk :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."
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?
Thread:  Show this thread (1 post)   Thread info: how to get an image from a webPage in Size: 573 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to get an image from a webPage in :: microsoft.public.dotnet.framework.sdk :: Discussions in microsoft.public.dotnet.framework.s..."