Software Development Network Logo
  • .NET Development
  • Smart Device
  • Visual J#
  • Visual Studio
  • VS Team System
  • SQL Server
  • Visual FoxPro
  • Game Technologies
  • Microsoft ISV
  • Windows Vista
  • VS Express Editions
  • Visual C++
  • Visual C#
  • Visual Basic
  • Windows Forms

Software Development Network >> staceywilliam's Q&A profile

staceywilliam

Member List

Patrice Pelland - MSFT
Deep Thought
mburton603
lukha
Ben Molk
Bugged
Greg1
Christof Wollenhaupt
Teera Tosukhowong
colelaus
jimoctezuma
bvanskiver
aminoplacid
Jitender Rawat
Adrigo Gallus
ShmulikPrimes
tkn0507
rbshrestha
mrtnclzd
Flupo
Only Title

staceywilliam's Q&A profile

  • Microsoft ISV Community Center Forums go to next line?

    I have a script that will automatically send an email. The problem is an outlook security warning window that pops up. It waits 5 secs and then asks you to click yes. I want to use sendkeys to get rid of the warning box, but the script will not go to the next step until item.send is finished. Below is the portion of the code. Is there anything I can add to the objMail.send line to get it to go to the next step even before the message ha ...Show All

  • Visual Basic Puzzled about Missing Picturebox ???

    I hate to ask really dumb questions but this is going to be a dumb one.   I’ve written perhaps 10,000 lines of VB 2005 to replicate a superset of the functions + of the old Ms Office toolbar. This has been a learning project. I really love VS2005! This project is actually in good shape and I’m putting the finishing touches on it.   Everyonce in a while I hit upon a snafu and I really feel stupid.   The toolbar is a t ...Show All

  • Visual Basic Truncate Arrays

    I was wondering if anyone knows a way to truncate the initial part of an integers array. I can do that with a for loop that fills a shorter array starting from a specified index of the source array, but it takes ages so there must be another way... Thanks Leo    Leo13 wrote: I was wondering if anyone knows a way to truncate the initial part of an integers array. I can do that w ...Show All

  • SQL Server How do I install a new instance of the 2005 engine?

    I need to be able to add a new instance, we use to use svrnetcn with 2000. To add an instance you need to run setup and choose a named instance to install. Svrnetcn.exe is (quoting BOL 2000) “The Server Network utility is used to manage the server Net-Libraries”. On SQL 2005 similar functionality is provided by SQL Server Configuration Manager: http://msdn2.microsoft.com/en-US/library/ms174212.aspx ...Show All

  • Visual Studio Team System DataCompare Issue- Workaround

    I have downloaded the CTP and as a DBA was interested to see the functionality of the SchemaCompare and DataCompare Options. The SchemaCompare option ran great and returned very helpful results. I ran into an issue with the DataCompare feature, however. I used the same connections that had successfully worked for the SchemaCompare and chose a single table to compare the data from, I know this table holds ~9m rows and was using it as a benchma ...Show All

  • .NET Development ReadOnly List<>?

    Is there a way to get a ReadOnly List<> We could do that with ArrayList with: public class EmptyArrayList : ArrayList { public override bool IsReadOnly{ get { return true ; } } public override bool IsFixedSize{ get { return true ; } } private void OnPopulate() { Console .WriteLine( "Warning: Attempted to populate a static empty ArrayList" ); Console .WriteLine( new System.Diagno ...Show All

  • Visual Studio Tools for Office how can I create activity associations in outlook from within a VSTO 2005 outlook add-in?

    Hi,   I've learned how to create contact, tasks and appointments from an outlook add-in project with Visual Studio 2005 (release candidate). For example I create a contact and an appointment in this way: (...) // create a contact and save it Outlook.ContactItem newContact = MyContactFolder.Items.Add(    Outlook.OlItemType.olContactItem) as Outlook.ContactItem; newContact.FirstName = firstName; newContact.LastName = last ...Show All

  • Visual Studio Team System can i develop a web page to insert data ?

    What im looking for is somehow to get the users here to submit tickets classified as bugs. Cant find anything on the sharepoint portal that could help me I'm not sure what you mean.  We have many ways of entering bugs in the system.  The Team Explorer and VS integration can be used.  You can also use the object model.  We also have a configurable work flow system.  We do not currently (and will not for V1) have a ...Show All

  • Windows Forms form not on top

    hi i have a form which is on top of al form sbut i want when i pressa butoon to dispale on top can i do it  yahnx protected void OnSomeButton(object, EventArgs) {    this.TopMost = false; //this being a Form class. } ...Show All

  • Visual C# key press help

    How can i know if SHIFT+L keys are pressed i know how to capture just 1 key but how do i capture combinations Thanks Hi In the KeyDown event of your control you can use the Shift property of the KeyEventArgs to determine if Shift was pressed and used in conjunction with the KeyCode property to determine the key pressed will then tell you whether Shift+L was pressed: if(e.Shift == true && e.KeyCode == Keys.L) { MessageBox. ...Show All

  • Visual C# Reading large .csv file loading is very slow.

    First let me state that I am very new to C#. I learned C++ in college but that was in 99 and have been coding mainly mainframe since then. So I am kind of new to the .Net platform as well. The problem that I am having is when I am loading in a .csv file it is taking a long time before the user can do anything because the program is busy loading my data into my array. Is there a better way for me to do a read then using StreamReader. Here is a sn ...Show All

  • Visual Studio Express Editions Perflib - Building DLLs using visual studio express 2005

    Can I build DLLs using Visual Studio Express 2005 I tried nmake from Visual Studio 2005 command prompt and I get " windows.h not found". I tried creating a project and the DLL option in the templates is greyed out. Can someone please help Can someone please help me. I have done what Josh suggests here and created a class library project. It build a DLL, but I can't register it, and I can't seem to referen ...Show All

  • Visual Studio Team System Maximum Number of Files in Repository?

    An earlier thread hereabouts ( http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2316 ) implies that version 1 of Team Foundation might struggle with a huge number of concurrent users/and or files, and that version 2 will "include all the scale work to run servers as big as we need them". I've seen a limit for number of users in version 1 suggested as 500 ( http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8764 ). Any limit on the numb ...Show All

  • Windows Forms Windows User Control in Web Page using OBJECT tag.

    Hi, please bear with me on this one I know its a Windows Forms forum but I've been all over to try to find somebody that can tell me why it does not work when I sign my assembly. I have done the following: Create a System.Windows.Forms.UserControl add a label that says "HELLO" Create a Web Application and and use the Default.aspx and add the OBJECT tag embedding the User Control in the web page. This works no problem, ...Show All

  • Visual C++ How do you install CRT, ATL80.dll, MFC80u.dll applocal?

    When we look at other installation options than side-by-side installations, we consider "applocal" installations. Unfortunately we cannot use side-by-side installation since it prevents “Per User” installations in Windows Installer. (See http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=552c704c-75ba-4cb1-8bf3-0c1d6d50d5a2 ) A drawback with applocal installations is that fixes issued by Microsoft to components su ...Show All

©2008 Software Development Network

powered by phorum