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

Software Development Network >> Vadim Tryshev - Microsoft's Q&A profile

Vadim Tryshev - Microsoft

Member List

Aleksei Vassiljev
Ricco
GeorgePapad
SteveRadich-BitShop.Com
FredSaw
Robert Burke
diego75TO
jimadams
SR2006
jwagner20
Alan Rueckgauer
Vramin
Agam Mehta
Vince2006
cssgyula
badbanana
Myron Walker
Henri De Veene
travelerkgd
happyday
Only Title

Vadim Tryshev - Microsoft's Q&A profile

  • Windows Forms Custom Forms Designer Serializer Issue

    Hi, I have enhanced custom forms designer from http://support.microsoft.com/ id=813808 http://download.microsoft.com/download/f/d/9/fd986a23-d3d6-44c3-8fa0-75e21b0094bf/designerhost.exe (C# code examples from Microsoft) It works nice with .NET Framework v1.1. Recently, I have migrated entire project to .NET framework version 2.0. The application compiles without any errors, but when I add any controls like button, textbox, custom forms designer doesn't serialize any code. It returns the following error: --------------------------- Error:The object 'System.Windows.Forms.Form' failed to serialize itself. It may not support code gene ...Show All

  • Windows Forms Visual Studio 2005 MaskedTextBox

    Hi all, I need to use the MaskedTextBox to display decimal as floating point (Only for dispaly) e.g: 523 -> 52.3 1 -> 01.0 25 -> 25.0 I want to display two digits befor the (.) and single digit after. I wrote the mask (##.#) My problem with pading the zeros if the number less than three digits. How can pad zeros correctly Please help. best regards... ...Show All

  • Smart Device Development Deploy to Pocket PC 2003 - Connect to device failed

    I am having a problem deploying a very simple smart device application (in fact the has only a single control) to my Pocket PC (Toshiba E355 - Windows Mobile 2003). I consistently receive the following message:    Connect To Device Failed I have also tried to connect to my device as follows: From the Toolbar: Tools --> Connect to Device Selected Platform: Pocket PC 2003 Error Message: Connection failed.  No connection could be made because the target machine actively refused it. I have installed the following in the recommended order as follows:    DMA Transport Update for VS2005 Beta 2  &nbs ...Show All

  • Visual C# Missing project file in a solution

    Currently, we are adding a c# project to a solution that was formely code in visual basic. However it seems that every time we tried to load the solution file, all of our c# project is missing and we have to manually add the c sharp project one by one. Does anyone have an idea how to overcome this problem It's not a fatal problem but it's quite annoying after some time. This can only happen if the path's chanced. Normally you add the C# files, save you project and all the problems are gone. Does this happen on just one PC or with just one solution/project ...Show All

  • Software Development for Windows Vista Removable Hard Dirves and Vista

    Is it possable to install Vista Build 5342 on a removable external hard drive The Drive is a: Western Digital: WD Passport Portable USB Drive (the 60 GB version) ...Show All

  • Windows Forms How to hide form from Alt-Tab dialog

    Hi, I'm creating a borderless form by setting this.FormBorderStyle = FormBorderStyle.None When I show the form, if users press Alt-Tab to switch among applications, they can still see it. How can I disable it Thanks a lot. Isn't this just another way of setting the form border style It works, but does change the border for me. ...Show All

  • Visual Studio Express Editions Database Explorer: Cannot save new query on Access DB ?

    Hello, I've created a project which connects to an Access database by using a Data Source. When I create a new query from the Database Explorer, I am unable to save this query to my database. The Help says it should be done through File - Save <query>, but that option is not available. Am I doing something wrong Thanks in advance. They really stuffed up on this. Clear documentation working with data, saving, updating etc using text boxes and buttons should of been supplied as example projects. Such an important feature has been missed. Joe ...Show All

  • Visual Studio disabling the visual studio hosting process..

    Is there any solution that disable the Visual Studio hosting process without clear "Enable the visual studio hosting process" checkbox in the project properties panel Do you want to disable the hosting process for all your project types so that all your project templates will have the hosting process disabled BTW, why do you want to disable the host hosting process Habib Heydarian Program Manager Visual Studio Debugger ...Show All

  • Visual Studio Team System Running FxCop through code

    Is it possible to run FxCop from code Can I create a class to run an analysis on an assembly and then analyze the report output within my class I'm asking because the company I'm with wants to incorporate FxCop into its build process and would like the build to fail if FxCop finds certain rules broken. Thanks! Unfortunately, our integration with the VS IDE has slowed down progress in this area, and providing an extensibility mechanism for UI is not as high priority as other critical work items (such as simply documenting a stable API for writing rules themselves). We do hope to make progress here in a futur ...Show All

  • .NET Development WSE 3.0 - getting userid in console-hosted webservice

    I am attempting to determine the userid (or similar identification) of the calling user from a WSE 3.0, console-based webservice that uses the Windows security mechanism in the WSE security policies. Prob is, I just keep coming up with the userid that the web service is running under. Can someone point me in the right direction Code samples most welcome. Thanx, Garth I'll not post any more replies to my own replies... I've found similar code in the WSE Security Lab so now have a full example of how this works. Thanx again, Garth ...Show All

  • SQL Server Mixed Mode

    After installing SQL Server 2005 I found that I inadvertantly used Windows Authentication Mode and I would like to change to Mixed Mode (Windows Authentication and SQL Server Authentication) - what is the best way to do this In Microsoft SQL Server 2000 you could simply go into Enterprise Manager, edit the SQL Server Registration Properties, edit the Properties of the SQL Server and edit the Properties of the SQL Server Agent. It's a server property. In SQL Workbench, open object explorer, add your server, right-click on it and select properties. It should be in there somewhere. ...Show All

  • Visual C++ Using COM Interfaces THIS pointer Question

    Sorry about the incredibly stupid title, anyway, here's my question. I have been exploring Direct3D for a while now, and I noticed when debugging that the THIS pointer is pushed onto the stack instead of passed through the ECX register. g_pd3dDevice->EndScene(); mov         eax,dword ptr [g_pd3dDevice (4095E4h)] // get THIS pointer mov         ecx,dword ptr [eax] // get vTable push        eax // push THIS pointer call        dword ptr [ecx+0A8h] // IDirect3D9::EndScene(void) *please note tha ...Show All

  • Visual C++ Insert class in Visual C++ .NET

    I'm creating my program on C++ .NET 2005. And I want to add class to this project. How can I do it If I am adding class in the beginning og the "Form1.h" the design mode doesn't work. If I am adding my class to the end of "Form1.h", this doedn't work too, because I want to use my class in the functions like System::Void mnuAbout_Click(System::Object * sender, System::EventArgs * e){... } So, how can I add new class in my project to use it in  "Form1.h" Hi: I am assuming that when you add a class to form1.h, when you try to load the designer, you get a message like: The class Form1 can be designed, but is not the first class in ...Show All

  • SQL Server sql server 2005 vs express size limits

    I've been developing a vb app with sql server 2005 and had planned to use express as the client server so the db could be distributed with the app. After importing 21 csv text files, I realized that I have way too much data. My understanding is that sqlexpress can only work with max 4gb database. The 21 csv files (total 925mb) brought the db size up to 1.5gb and I still have at least 250 more files to go. Obviously, I need a different approach. What are the size limitations of the non express version of sql server 2005 Any suggestions on the best approach for this type of situation Check out this link f ...Show All

  • Visual Studio How to scale down Visual Studio 2005.

    Hello, I would like to launch a scaled down version of Visual Studio. I am looking to launch the Editor, with my own tool bar and menu bar. What is the best approach to do this Should I write my own editor using the VSIP APIs OR is there a way to remove the extension points from Visual Studio 2005 to get down to its bare bones and then add my functionality on top of it Thanks, Laadlaa. Currently this is not possible. Visual Studio is sold as an application with pluggable components. At this time, we do not sell a copy of VS without these components, and removing one component could c ...Show All

©2008 Software Development Network