Software Development Network Logo
  • Visual FoxPro
  • Smart Devicet
  • Visual Basic
  • Visual C++
  • Microsoft ISV
  • Windows Forms
  • IE Development
  • .NET Development
  • SQL Server
  • Windows Vista
  • Game Technologies
  • SharePoint Products
  • VS Team System
  • Visual C#
  • Audio and Video

Software Development Network >> Bill Gates II's Q&A profile

Bill Gates II

Member List

xRuntime
Philip York
DRoden
Helen999888
Sohail.Kadiwala
Blast
TFCNE
Danny Thorpe MSFT
Justin1021
bennett_chen
krisg1984
Peter Peng
Tylerk
XNA Rockstar
William Xie
Kenster
HillBillyB
Prabagarane
MWatts
ku19832001
Only Title

Bill Gates II's Q&A profile

  • Software Development for Windows Vista Configuration editor for workflow

    Hi All, Is there a .config editor for WF Ed Ed, I haven't seen such one, but, thankfully, I don't think it would be much needed. The app.config configuration for WF has a small, very simple schema, and there really aren't too many parameters to configure (mostly adding services to the runtime and possible setting one or two parameters for each service). This is in contrast to, say, WCF, which does have a pretty significant and complex configuration schema. ...Show All

  • Visual Studio File > Open Project is very slow displaying directories and files

    My laptop has 1G Ram, 1.60 MHz processor, XP Pro. My Visual Studio os version 8.0.5... When I try to open a project on my hard drive it literally takes 3 minutes for the file box to populate the contents of the next directory down, then another 1 -2 minutes to populate the next directory down. (Taskmgr Performance tab shows 500 - 600 Meg of Memory used and the CPU utilization is a 5% or less.) When I open VB05 it shows up one time in Task Manager Applications Tab with a Status of Running. When I click the file box current folder a second VB05 appears in Task Manager and both VB05 entries show status of Not Responding. After about three minutes the file box enables me to navigate quickly and one of the VB05 entries disappea ...Show All

  • SQL Server Why Publications Does not Show in Replications

    Dear All, Greetings!! I have installed SQL server 2005 Express and SQL server Mobile, and I was reading the Books online section to find out how to maintain the two databases consistancy. Found : replication Option. Problem : It only shows Local Subscriptions in SQL Server and In SQL Server Mobile only Subscription. I dont get a Publication Option. Please correct if Wrong : SQL Serv Mobile is the one should Publish and SQL Serv hould Subscribe ya Please help me to sort this out. Hi Mark, Neither SQL Express nor SQL Mobile support being publishers. SQL Workgroup Edition is the first Edition that offers that functionality. Regards, Mike ...Show All

  • .NET Development Need help with an IActiveDesktop / Shell32 problem

    Hi all, I'm having a frustrating problem creating the ActiveDesktop object off Shell32.dll. Here's the code I'm using (distilled to essentials): Private CLSID_ActiveDesktop As New Guid( "75048700-EF1F-11D0-9888-006097DEACF9" ) Private _Instance As IActiveDesktop Public Sub New () Dim t As Type Dim obj As Object t = Type.GetTypeFromCLSID(CLSID_ActiveDesktop) obj = Activator.CreateInstance(t) _Instance = CType (obj, IActiveDesktop) End Sub The line: obj = Activator.CreateInstance(t) fails with the error: "Retrieving the COM class factory for component with CLSID {75048700-EF1F-11D0-9888-006097DEACF9} failed due to the following error: 8007007e." ...Show All

  • Visual Studio Express Editions unwanted resources

    Hi I have some images in my resources that I want to remove but when I delete them my application wont run.....cannot find resource... can u help thanks how do you mean deleting them are you still trying to access them from within your application can you tell us when you get the error what is the exact error how did you delete them ...Show All

  • .NET Development Difference b/w .NET Framework 2.0 and .NET Framework 2.0 Redistributable

    Hi, Can someone explain me the difference between .NET Framework 2.0 and .NET Framework 2.0 Redistributable Thanks & Regards, Ken The .NET Framework 2.0 Redistributable means the .NET Framework 2.0 runtime, the .NET Framework 2.0 is the .NET Framework 2.0 SDK. If you are going to run .NET 2.0 applications, you just need to install .NET Framework 2.0 Redistributable. But if you are going to also develop .NET 2.0 applications using Visual Studio 2005, you also need to install the .NET Framework 2.0 SDK. Visual Studio 2005 already include both .NET Framework 2.0 Redistributable and .NET Framework 2.0 SDK which will be installed to your system if it found that your system is missing ...Show All

  • Visual Basic Thread problem with GUI user control by using raiseevent

    Dear All, I have a program which have a main thread to keep updating a object. When the object's properties is being updated. It raiseevent and I have several user control will handles the object's event using Invoke with Delegation . However, under some situation such as I close one form which contains the user control which is associated with the object's event. Sometimes it will make the main thread corrupts which can not update the object properties anymore. My primary suspection is whe the main thread is trying to raiseevet, the other hand the I close the form. The user control is closed so the main thread is being blocked by this action. So I try to use BeginInvoke to replace Invoke to avoid the blocking for the main thre ...Show All

  • Windows Forms How can I override the default Text when extending a toolbar in VS 2003 version?

    I wanted to extend the toolbarbuttons with mytoolbarbutton. How can I override the default Text when extending a toolbar in VS 2003 version Here is the sample I wrote (I know this is very awkward workaround) and wanted to make it proper. public __gc class MyToolBarButton : public ToolBarButton { private: String* _title; public: MyToolBarButton() : ToolBarButton() { ... } __property String* get_Title() { return this->_title; } __property void set_Title(String* value) { this->_title = value; this->Text = this->_title; } } Instead of get_Title and set_Title, I want to use get_Text and set_Text (or whatever way to override the default text property) like this. ...Show All

  • Visual Studio Express Editions Browser waiting

    I'm trying to put together a relatively simple script for a webbrowser game that provides a service in-game by interacting with the site and doing some stuff with the material within it. I have gotten around most of the problems of how to make it work, but there's one thing that I don't know how to do properly: making the script wait for the browser. In short: I'd need some way of making the script check that the browser has finished downloading the page before attempting to do anything else. Here's a snippet of what I currently have: Public Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles MyBase .Load WebBrowser1.Navigate( "http://www.WEBSITE.com" ) End Sub ...Show All

  • Smart Device Development CF Today Screen example

    Hey guys, I have tried to get the following to work; http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/ today scrn.asp But there seems to be files missing... Could someone point me in the direction of a quick start on building Today Screens... Thanks Keni Hi Ilya Tumanov , I am trying to add Today Screen item with C#. I am very thankful if u can guide me. EVC is not responding when I am trying to open TodayScreenSupport_UnManaged.vcw workspace. Even I tried to through VS 2005. Then I got this error. The project file 'CL\Program Files\.NET Compact Framework Samples\Today Screen\Code\Support\TodayScreenDataMgr\TodayScreenDataMg ...Show All

  • Visual Studio Express Editions is there a way to warp a rectangle-shaped object (or rectangle)?

    How do u warp i rectangle-shaped object (like a picturebox) by changing the corners I think theres a way but i cant find it anywhere... You would have to create(draw) a custom object that represents the "warped" rectangle! The picturebox and other rectangle-shaped controls such as the textbox can not be directly warped! You can however create a custom control that looks warped ...Show All

  • Visual Studio Team System Extract multiple values in one Custom Extraction Rule

    Is there a way to extract multiple text values in one custom extraction rule Our website requires a number of parameters for subsequent calls (some which could be blank) however I don't want to add 10 different extraction rules to each response. An example of the data to get would be: FileNumber= 102103041 TransactionNumber= A934993434 RecordNumber= 423443553 ClientNumber= 49230 ClientDivision= 50403 PolicyNumber= 32452 AccountRecord= AdditionalData=X543F43D345W342345 (VB Code please) Thanks in advance. a custom extraction rule would work... but I am not sure how to remove text from response like the built in extract text works... I think it uses regular expressions bu ...Show All

  • Visual Basic Adding columns to DataGrid

    Hello All, I am trying to add columns to the DataGrid and ultimately my database from the Button_Click event and am at wits end. I tried the code from the msdn library to start with and got the squigglies from DATATABLE in their code.After playing with the code for a little while and got rid af the squigglies and ran it , I got the error message : Object reference not set to an instance of an object. I have also tried code from my books and have had no luck.This is the last block that I have tried: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mytable As DataSet1.HammersDataTable Dim myColumn As DataColumn myColumn = New DataColum ...Show All

  • Visual Studio Team System Why don't I have contributor rights?

    I'm evaluating TFS using a workgroup edition. Apparently I have no contritutor rights. When I right click the project node in VS it says No Commands Available. I can see the files and folders in the source control explorer but all check in, check out etc operations are disabled. I'm a member of the following groups ( UnikTest is the name of the project in question): [SERVER]\Team Foundation Licensed Users [UnikTest]\Contributors [UnikTest]\Project Administrators The project groups are members of the Team Foundation Valid Users group. The project was created using a wizard. The TFS user used to setup TFS, SharePoint and Reporting services has contributor rights (can add files and folders etc.). I've followed the guide Team Foundation Serv ...Show All

  • SQL Server Cannot use anonymous methods inside SQLCLR...

    Hi all, The problem is: when you're trying to call in method MyMethod anonymous method that doesn't use local variables , deployment of the assembly will fail referring that MyMethod tries to store smth. in the static variable. Indeed, looking at the compiled CLR code, you can see that anonymous delegate is cached in the private static delegate and the call looks like: If(ClassName.privateStaticDelegate == null ) ClassName.privateStaticDelegate = new MyDelegate(HiddenMethodName); CallAnonymousMethod(ClassName.privateStaticDelegate); Is there any workaround to fix this problem. P.S. I googled about this problem and found only one article on it: http://www.ayende.com/Blog/default,date,2005-12-26.aspx ...Show All

©2008 Software Development Network