NewsBot
Members-
Posts
10920 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Events
Resources
Videos
Link Directory
Downloads
Everything posted by NewsBot
-
As mentioned on a tabloid site (lol) http://www.windowsserver2008.com/ More... View All Our Microsoft Related Feeds
-
http://it.slashdot.org/article.pl?sid=08/01/31/2141219&from=rss http://www.informationweek.com/news/showArticle.jhtml?articleID=206100613&subSection=News http://www.microsoft.com/heroeshappenhere/cool-stuff/comic/default.mspx How ironic? I just saw Spiderman 3 on DVD a few moments ago. Anyway, I am using Firefox 2.0.0.11 and their webcomic viewer does not work in Firefox, even after installing Silverlight. It only works in IE. :$ More... View All Our Microsoft Related Feeds
-
Josh Holmes*had the pleasure of catching up with Richard Hale Shaw*and talking to him about his thoughts on WCF. We talk about that the technology enables as well as Richard's*thoughts on why WCF has not been as widely adopted as it should have been. http://channel9.msdn.com/Photos/378652.jpg Watch the screencast(WMV) More... View All Our Microsoft Related Feeds
-
Microsoft's new hilarious and hip XKCD and Penny Arcade killer launched today, drawn by some famous and amazing comic book artist: http://www.microsoft.com/heroeshappenhere/cool-stuff/comic/default.mspx Requires Silverlight for high-tech*display of static JPEG images. I'm glad Silverlight is finding a good niche. More... View All Our Microsoft Related Feeds
-
<img alt="" height="1" width="1"> Vista and pro audio CNET Blogs, CA - 4 hours ago Last fall, Steve Ball, Microsoft's program manager for sound in Vista, posted a blog entry explaining some of the reasons why Windows audio can be glitchy. ... More... View All Our Microsoft Related Feeds
-
<img alt="" height="1" width="1"> Feb. Launch Now Set for Windows Vista SP1 PC World - 43 minutes ago The tool is for users planning migrations to Windows Server 2008, Windows Vista, Office 2007 and Microsoft Virtualization technologies (Virtual Server 2005 ... Don’t be fooled: Windows 7 hasn’t slipped to 2011 ZDNet Blogs all 14 news articles More... View All Our Microsoft Related Feeds
-
Hmm, it started when I pressed Windows button, entered 'Notepad', probably only first few letters and expected to write my*notice in no time (I use notepad a lot for short notes). Nothing happens, turns out shortcut for notepad is missing. Ok probably I've accidently*deleted it when I was managing folder with start button shortcuts. I create shortcut to notepad.exe and place it back where it ought to be. Few months later some random application's shortcut is missing - yep, my fault, creating shortcut to exe again. Today, shortcut to Command Prompt is missing. This doesn't look so innocent anymore. Yep, it's not innocent at all, according to internets it's not happening to*just me. So is this*bug eating your shortcuts too, any idea what would cause this problem, any solution? :) More... View All Our Microsoft Related Feeds
-
http://ms-os.com/Themes/AlmostGlass/images/icon-quote.gif Article wrote: How did Microsoft pull it off? They were a boring, monolithicsoftware company helmed by Bill Gates, the world's biggest geek. Theymade Windows. They made spreadsheet software and word processingprograms. They were a boring part of our lives we were forced to accept as aboring part of our technological infrastructure, only a few pixels awayfrom concrete or plumbing. Then, of all things, Microsoft turned itshat backwards and tried to sit at the cool table. They released theXbox. And they lost $4 billion. But all was not a wash... More... View All Our Microsoft Related Feeds
-
its on in a half hour. *even if you're a republican/conservative - it is going to be historic as its a woman and an african american for the democratic candidate should be interesting.. More... View All Our Microsoft Related Feeds
-
Here's my code http://ms-os.com/Themes/AlmostGlass/images/icon-quote.gif code wrote: Dim ofd As OpenFileDialog = Me.OpenFileDialog1 ******* If ofd.ShowDialog = Windows.Forms.DialogResult.OK Then *********** Dim sr As New StreamReader(ofd.FileName) *********** Dim currentLine As String = String.Empty *********** Dim infoArr(0) As String *********** Dim index As Integer = -1 *********** While sr.Peek -1 *************** index += 1 *************** Array.Resize(infoArr, infoArr.Length + 1) *************** infoArr(index) = sr.ReadLine() *************** 'Console.WriteLine(currentLine) *********** End While *********** sr.Close() *********** sr.Dispose() *********** For Each info As String In infoArr *************** Try ******************* Dim newKey As RegistryKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\Soft Name\Key", True) ******************* newKey.SetValue(info.Substring(0, info.IndexOf(":")), info.Substring(info.IndexOf(":") + 1)) ******************* Me.lbInfoList.Items.Add(Me.txtEmail.Text) ******************* newKey.Close() *************** Catch ex As Exception *************** End Try *********** Next *********** MsgBox("Your info was imported!", MsgBoxStyle.Information) ******* End If When I try import a txt file with 70,000 lines, the program goes to (Not Responding) and it asks me if I want to close vshots.exe....whats a good way to import a lot of data into the registry? Much thanks. More... View All Our Microsoft Related Feeds
-
Telerik RAD Controls for WinForms
NewsBot posted a topic in Microsoft Products Support & Discussions
Is anybody using Telerik's RAD Controls for WinForms and can provide me with some real-world feedback? More... View All Our Microsoft Related Feeds -
Still on my C++ kick. How could I write a cookie to IE and / or FF?** (I realize there may be security and privacy concerns, but I'm just curious whether it's possible.) More broadly,*I need to figure out how to allow an MSI to retrieve some data from a browser session. More... View All Our Microsoft Related Feeds
-
<img alt="" height="1" width="1"> Happy Birthday Windows Vista! Geekzone, New Zealand - 58 minutes ago If you have (or qualify to have) a Geekzone Blog then your comment will be automatically confirmed and shown in this blog post. Because of comment spam we ... More... View All Our Microsoft Related Feeds
-
Microsoft Research RFP funding proposal on Safe and Scalable Multicore Computing Microsoft Research is pleased to announce a new worldwide research Request For Proposals (RFP) - Safe and Scalable Multicore Computing For all the information you'll need, guidelines, eligibility and submission instructions see Microsoft Research. More... View All Our Microsoft Related Feeds
-
everything is taking forever to load here... like 25 seconds*per page refresh.. anyone else? More... View All Our Microsoft Related Feeds
-
I'm just improving a UI I've built for a client, fairly ordinary stuff, but I'm stuck for coming up with short data validation messages. One particular field on the form requires a string representation of a number which is a member of the Set of Reals. (i.e. an every-day number with or without decimal point). Internally it's stored as a Single/float. So initially I thought I'd just put down "Please enter a real number". But the system isn't used by ...shall we say "mathematically orientated" people, so I fear the message would just sound condescending thanks to the double-entrende of "real" in this circumstance. They're the sort of users who think an "imaginary number" is Eleventeen or Twentytwelve, rather than a member of the Complex set. So what's the best short data validation message I can put to instruct users to put in a simple number with or without a decimal component? Ta More... View All Our Microsoft Related Feeds
-
<img alt="" height="1" width="1"> Happy Birthday Windows Vista! Geekzone, New Zealand - 28 minutes ago If you have (or qualify to have) a Geekzone Blog then your comment will be automatically confirmed and shown in this blog post. Because of comment spam we ... More... View All Our Microsoft Related Feeds
-
Hi there! Quick question to all you experts out there on something that is quite simple I'm sure. Is there a new way in VS.net 2008 to auto increment version numbers when you build the vb.net or C# project. In vs.net 2005, you could view the project properties, click the 'Assembly information' button and you'd see 'Assembly version' and 'File Version' boxes - this is where you can manually place the version number. However, by putting an asterisk in either the third or forth text box, then the build or revision number would autoincrement. All well and good, but when I try to do this in 2008, I get a message saying 'A wildcard is not allowed in this field' Gah! I'm guessing there's some other super easy and more effient way to do it in 2008, but I've been searching Google all afternoon and can't find it. Any ideas? Richard. More... View All Our Microsoft Related Feeds
-
<img alt="" height="1" width="1"> Vista and pro audio CNET Blogs, CA - 14 minutes ago Last fall, Steve Ball, Microsoft's program manager for sound in Vista, posted a blog entry explaining some of the reasons why Windows audio can be glitchy. ... More... View All Our Microsoft Related Feeds
-
Microsoft holds death of the "Kill Switch" hostage to Vista SP1 - Computerworld <img alt="" height="1" width="1"> Microsoft holds death of the "Kill Switch" hostage to Vista SP1 Computerworld, MA - 17 minutes ago Check out his blog about it.) Microsoft could easily get rid of the Kill Switch through a normal Windows Update, and not wait for SP1. But SP1, by itself, ... More... View All Our Microsoft Related Feeds
-
I cannot seem to figure out why this is happening. I present to you: http://img115.imageshack.us/img115/4271/dockingproblemfa6.jpg I am not using any code to generate this; it's all set in the property panel. Why is it doing this? (I am using C# 2008 express this time) More... View All Our Microsoft Related Feeds
-
As a Dell PC owner, I am very jealous of the utilities and powertools available to the Mac owner. The two that just impress me / I'd love to have are MiniBattery Logger and the temperature monitor . Why can't I have apps like this on Windows? Granted people know what hardware the mac will be using, because....there is some commonality between them. But most laptops sold today are using the Intel Centrino platform so there is a set of 3 chips that people know are being sold, Intel Core Processor, Intel Chipset, Intel Wireless...plus people also know most hard drives support SMART. Is there any hope? I feel left out :( More... View All Our Microsoft Related Feeds