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

Software Development Network >> Andriy Gushulay's Q&A profile

Andriy Gushulay

Member List

TomTeesItUp
masterblaster
lshpiz
zhenzhou wang
markwebber#1
THHNO
Qsac
yangwulong
mattcushing
Nikos Giannakas
bryhhh
PravinD
Blackice
Vasu Sankaran
Frans Bouma - C# MVP
vini80
plwatson
LarryKathy
Nick Roberts
jeusdi
Only Title

Andriy Gushulay's Q&A profile

  • Visual Studio Team System Visual Studio 2005 Professional

    Will Visual Studio 2005 Professional be able to access Team Foundation Source Control directly or will we have to use the TFS 'explorer' to do Get/Check out/Check in etc I seem to remember reading that Professional would be able to directly access TFS Source Control but this page http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx  seems to contradict that (and I can't remember where I read what I think I read) ...Show All

  • Windows Forms TaskVision

    Where can I find a "step by step" documentation about TaskVision I'd like to see the 2nd link, but I'm not able to (Access denied...) I am logged in. Where can I get access to that page Thanks a lot! Isa ...Show All

  • Visual Studio ReportViewer is very sensitive to where I put

    The ReportViewer's body doesn't show up if I put the ReportViewer into an HtmlTableCell or TabStrip/Multipage from ComponentArt. I explicitly set the ReportViewer.ShowReportBody to be true. Has anyone experiencing this kind of problem Please help me out. Thanks in advance. You are probably running into a well known xhtml issue. See www.gotreportviewer.com , FAQ #14. We are working on some ways to make the contro ...Show All

  • Smart Device Development Windows Mobile 5.0 with MSFP Emulator Images

    Hi, After installing VS2005, Virtual Machine, 5.0 SDK, I tried to install "Windows Mobile 5.0 with MSFP Emulator Images for Device Emulator 1.0" from this URL ( http://msdn.microsoft.com/mobility/downloads/Emulator/default.aspx ) but I don't see them in Emulator Manager in VS2005 Dev Ed (I see only the one from 5.0 SDK). FYI, after launching from the shortcut in Programs menu, I see it running in the "Others" category o ...Show All

  • Visual J# How to set 'Default package' empty on VS 2005 IDE.

    I want to set 'Default package' empty string. But VS 2005 shows an error dialog. We were able to do it on VJ# 2003 and VJ# 2005 Beta 2. I know it can be done by editing and removing 'RootNamespace' tag from a project file. But, why did you add an empty value check I need a empty default package in order to specify the namespace of embedded resouces. Hi, The behavior in Everett ...Show All

  • SQL Server Auto increment help

    Is there an auto increment feature for integer key fields.  I'm using VS2005 to configure my DB and I do not see a way to set this. Thanks in Advance MoonWa CREATE TABLE tblArtists (  artistID int identity primary key,  artistName nvarchar(50) NOT NULL )   this SQL creates a table with two fields, the keyword 'identity' makes a field auto increment.  In the UI there's a property 'identity specification', or ...Show All

  • Visual Studio Team System Team Foundation Report Site Permissions

    I was unable to load the Team Foundation Report Site from my domain account (not TFSSETUP or TFSSERVICE), even though I was added to the 'Namespace Administrators' and 'Project Administrators' groups. I found that in order to access the reports, I needed to load the report site from an account in the 'BUILTIN\Administrators' group on the Team Server, select the 'Home' link, select the 'Properties' tab, click the 'New Role Assignment' button, ...Show All

  • .NET Development .NET Framework 2.0 question

    I appologize in advance if some of my  questions to the forum is a little out of place. I am not a programmer or developer, just a gamer, system builder, and network administrator of a home network. After installing .NET Framework 2.0, Direct X9.0c's Diagnostic shows that one of the two system.dll files is missing. The one that is listed belongs to 1.1, so logic dictates that it is the one for 2.0 that is missing. However it is in ...Show All

  • SQL Server "Begins With" Filter in Report Builder?

    Hello, Anyone know how to setup a "Begins With" or "Ends With" Promptable Filter in Report Builder Thanks!! -Brian Can't you use the LIKE clause ie, WHERE name LIKE 'A%' etc. dlesko ...Show All

  • Visual Studio 2008 (Pre-release) Aurora XAML Designer Beta 9.0 for WinFX Beta 2

    Aurora XAML Designer Beta 9.0 is now available for WinFX Beta 2. Aurora now has limited 3D authoring and animation Download now at http://www.mobiform.com/Eng/aurora.html Visit us at TechEd 2006 in Boston. Booth #335 Regards, Mobiform Software Ron DeSerranno - MOBIFORM wrote: Just checked its all good..... Ron Yeah took a while for the ftp s ...Show All

  • Windows Forms DataGridView KeyDown?

    (VS2005 - beta 2) Hello, is there anyway to capture a keypress or keydown event in the DataGridView   I know there's events called KeyDown and Keypress, but if the DGV is in edit mode, they never get caught.  My ultimate goal is to make it so pressing enter moves to the Cell to the right, instead of to the next row but I need to know what key is being pressed before I can do that. Thanks -Adam Ive ...Show All

  • Windows Forms Help: Hosting .net form controls in IE

    I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions ...Show All

  • Visual Basic Getting Info From Listbox 1 into Listbox 2 - Stage 2

    I hate to keep harping back to something that has been done already, but my VB instructor didn't like the way the coding went from last time. Sorry. The instructor insists that I use an array and set the design object as an User Control to place names into a second list box. (Note: the coding from the first post worked Great .) So far I have been able to get the User Control (when Tested) to check the proper radio button when the proper name ...Show All

  • Smart Device Development Help using a videocamera in a pocket pc with WM2003

    I have read a lot about it but I don't have aby clear idea. I'm new with pocket pc and with windows mobile so I'm a little bit lost. I am developing (in C language with Visual Studio) an application that reads 'in live' the video streams of an iPAQ and use that streams to gather some info to display in the screen. In order to make that possible I have to access my camera to obtain those streams. I have read about using Directsh ...Show All

  • Visual Studio Team System Request/Sec Range value

    I am running a loadtest consisting of a single recorded web test, with a constant 50 User load for 15 minutes. The test requests data driven aspx pages from my localhost, with the necessary parameters being stored in csv files and bound to the test. After running the test (and other ones like it) I consistently see values such as: Total Request 125,338 Req/Sec: Range 1000 , Min 0.0, Max 199, Avg. 138 Avg Response: Min 0.01, ...Show All

©2008 Software Development Network

powered by phorum