AlistairSKing's Q&A profile
Visual Studio VSS2005 + Exchange
Hi! On our exchange server i've installed VSS2005. I've configured VSS Internet, but everytime I try to access I get error Server Error in '/' Application. Nothing is wrong. This is by design. See these posts for more info: http://forums.microsoft.com/msdn/showpost.aspx postid=1130&siteid=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=120228&SiteID=1 Alin ...Show All
Windows Forms Ctrl + Enter with a MenuStrip
Hi, I was following a tutorial to try to make my own browser interface. I tried to implement the Ctrl+Enter in a Textbox to make like Internet Explorer to complete the address, eg. google => http:// www.google.com . The problem is that I cannot take the Ctrl+Enter keys event while I enable my MenuStrip (eg. File, Options, Help,....) as it makes the focus on the MenuStrip! When I "un-enable" or delete my MenuStrip, it works well. When try to replace the Control key by the Alt key, it works well too. There are no shortcuts keys in the MenuStrip. I tried with the e.Control and e.KeyValue = 17 items, but it stills makes the ...Show All
Visual Studio Team System Problem with removing Visual Studio 2005 app-data tier
I have problem with installation of Team System beta 2. First step I installed required components like .NET2.0, MSSQL2005, etc. After I'm trying to install Team System. However, I'm starting, setup show me message box with information: (o) Uninstall Remove Visual Studio 2005 Team Foundation App-Data Tier Beta 2 (English) from this computer. I agree with him and uninstall this component, setup is finished. But when I restart Team System installation process message box show again. What is wrong Thanks, Marcin Are you trying to get a single-server installation working If so, you'll need to start with a cl ...Show All
Visual Studio Express Editions Multiuser problems!! need helps
Hi, everybody. let we post the example to understand the problem: I have 2 tables: Person : ( PersonID , PersonName, ...) Phone : ( PhoneID , PhoneNumber, PersonID ) where PersonID is a foreign key. based on the MSDN sample, I create a form to enter informations about persons with its phone numbers using the datagridview. I have in my form: textboxs to enter person informations and datagridview to enter the phones numbers. PersonBindingSource PersonBindingNavigator PersonTableAdapter PhoneTableAdapter Phones_Persons_BindingSource (created Manually having PersonBindingSource as datasource, and FK_Phone_Per ...Show All
Visual Studio Wizard size and colors
Hi all... I'm using standard wizards to gather data: < Wizard xmlns = " http://schemas.microsoft.com/pag/gax-wizards " SchemaVersion = " 1.0 " > and I want to know if i can change the size and colors of that wizard. The problem is that the window displayed is too big and there is an unnecessary big blank space i'd like to remove. I'd also like to change the colors of some fields in the wizard. How can i do that Thanks in advance, Batta R I could solve the wizard size issue, but I still want to know if i can change fields colors in those wizard pages. Thank you... Batta R ...Show All
Visual Studio DSL Toolkit for August CTP ?
Does anyone have any information about a drop of the DSL Toolkit for the VS August CTP Cheers, Adam Magee. Avanade Australia About the September CTP, do you know if this release will support generate many files from one template I know there is a workaround in this topic http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18813 but, as Grayson Myers MSFT wrote, this feature is in your plans. Thanks! ...Show All
Windows Forms deploy updates to 100s of clients
Hi all, I am considering whether to build an upcoming application as a windows project or a web project. Part I will be a highly customized CRM application that I will need to deploy updates to frequently. I am leaning towards a windows application (because that is what we currently have in place) and the powers that be will also want this t ...Show All
Visual Basic ad_handlers!!
How do u combine them! catagoryName = node.SelectSingleNode( "name" ) filepath = node.SelectSingleNode( "filepath" ) description = node.SelectSingleNode( "description" ) Dim menuItem As ToolStripItem = TheHolymenu2.DropDownItems.Add(catagoryName.InnerText) menuItem.Tag = filepath.InnerText AddHandler menuItem.Click, AddressOf AppMenuItem_Click menuItem.Tag = description.InnerText AddHandler menuItem.MouseEnter, AddressOf AppMenuItem_Enter AddHandler menuItem.MouseLeave, AddressOf AppMenuItem_Leave Next u see, when i click on the menuitem i want the ad_handler: MouseClick to occur and when i enter, a ...Show All
Visual C++ How can it be Used a member of CWnd in Static Function?
Hi! what did I wrong! (Debug Assertion Alert again!) I guess it's problem of CClientDC dc(this).isn't it what should I do UINT CMyTest::Thread(LPVOID pParam); //this Function is static. { //code CMyClass* pMyClass=(CMyClass*)pParam; pMyClass->DesignLine(); //code } myClass Like this: "(this class has been built with ClassWizard and base Class is CWnd )" CMyClass : bublic CWnd { . . . public: void DesignLine(); . .//code . . private: . . . .//code }; void CMyClass::DesignLine() { CClientDC dc(this); CDC memDC; CBitmap m_Bitmap; CBitmap* m_OldBitmap; if(memDC.GetSafeHdc()==NULL) { memDC.CreateCom ...Show All
Visual Studio Installing VS beta on Windows XP with no SP2
Hi! I have trouble installing the SP2 on my PC with Windows XP Pro (.."the product key used to install windows may not be vaild." The PC belonged to my former employer and I don't know nything about the Windows version on it. Is there a way to install VS Beta without the SP 2 Regards, Torunn You can only use a MSDN licence for as long as you continue to pay for the subscription. As the subscription has ended you will need to purchase another copy of Windows. ...Show All
Smart Device Development Pocket Pc Visual Basic 2005
I have a problem whit I run my application and chose Pockte Pc 2003 Device, but it does not work, because it shows the following error: The specified program requires a newer version of Windows on the device. What is the problem. it can help me. Thanks. Hello, If you are trying to run it on device, then Visual Studio requires devices that are running Pocket PC 2003 OS and up. It may be possible that your device is running OS version lower than that. Can you please share with us the build number of the device. -Thanks, Mohit ...Show All
Visual C++ Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)
Hey, I have a performance problem with the new Visual Studio 2005. My code (which is a genetic algorithm) is 3 times slower when compiled under Visual Studio 2005 compared to when I was compiling it under Visual Studio 2003. With Visual Studio 2003, it used to run in 3.0639 seconds, and now it runs in 9.0031 seconds. I run both code in Release. I tried every optimization option, and adding the /D_SECURE_SCL=0 compiler command to the project options with only minor differences. Is there any other way to get back to the speed Visual Studio 2003 It is a bit absurd to upgrade to a new compiler and get lesser performances. Thanks a lot!!! Antoine ...Show All
Smart Device Development XML Programming on Pocket PC
Please tell me ways to program application on Pocket PC by .NET Compact Framework, I can navigate XML Data by clicking buttons First, Previous, Next, Last to view XML record. Thanks for your help Not every XML has "records", but if particular one does you can use this sample as a base: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/adonetdatabinding.aspx ...Show All
Windows Forms passing reference to a Form
I am trying to pass a reference of a form so that I can re-show the form after it was hidden by opening another form. here my scenaroi public class Form1 : System.Windows.Forms.Form { Form1 m_form1; Button_Click(object sender, System.EventArgs e) { Form2 f2 = new Form2(m_form1); this.Hide(); f2.Show(); } } ........ public class Form2 : System.Windows.Forms.Form { Form1 m_form1; public Form2(Form1 X) { InitializeComponen ...Show All
Software Development for Windows Vista ActivityCondition - should I use it or not?
hi all, Im developing a custom condition typically for an IF/Else Branch. From digging around, is the ActvityCondition the right class to inherit from I've only got an Evaluate method. Does anyone know if this is going to be clobbered in the RTM (or at least plans for) (i.e. made sealed, etc etc) Many thanks, Mick. Mick, Yeah. That is the right class to inherit from. The Evaluate method is still going to be public in RTM. Thanks, Vijay ...Show All
