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

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

tichu

Member List

Kyuuketsuki
ABurcham
P_a_u_l
MartinDolphin
KevsInfoQuest
Playmaker81
John Gallardo - MSFT
elbarto
nofski
Mark Arnott
twickl
Kelley Bryant
BlueAce
RainmanRam
sidewinder2
Dhivya
NetworkPro
Suhas
Tahereh farrokhi
Nevil
Only Title

tichu's Q&A profile

  • Visual C# TreeView AfterSelect event issue .NET 1.1

    I have two TreeView controls on a Winform (1.1) which interact with one another. The first time that either of the TreeView controls are clicked on it fires the AfterSelect event twice, but only if you have clicked on Node 2 (1 in ordinal value). If you click on the first one you get only one event firing. Using the e.Action property you will always get "Unknown" on the first click even if you clicked with the mouse. If you clicked on ...Show All

  • Visual Studio Team System WSS Error on home page viewing reports

    When I look open a project web site I get 3 nice little warning messages:   Unable to locate control: ctl00oReportCell The 3 reports display after I click Ok. Using Beta 2 on a single server install Cheers These three character belong to saving files as 'UNICODE (UTF8 with signature ) - Codepage 65001' and represent the signature in the first byte. Saving file as 'UNICODE (UTF8 without signature ) - Codepage 65001' solves the error. ...Show All

  • SQL Server Hierarchical table Functions Vs Hierarchical CTE

    Recently I was in need of a hierarchical tree data. I learned about CTE and how they can be used to build hierarchical data with simple syntax. I used CTE and was through with the task. Later during free time, I tried to compare CTE approach with the traditional SQL 2K Table Function approach. It was surprising to see the query costs when I ran both the modes at one go... Query Cost (relative to batch) : 0.49% Query Text : Select * From fn_ ...Show All

  • Smart Device Development CameraCaptureDialog Issues

    I've been having some issues using the CameraCaptureDialog class on an HTC Apache device (rebranded as the UTstarcom 6700): 1. After exiting my application, the device's camera capture screen comes into focus. This happens whether I dispose of the class instance or not, and the Close() method is protected, so I can't call that. Any ideas on getting rid of this lingering capture screen 2. On a seemingly random, intermittent basis, an InvalidOper ...Show All

  • Visual Studio Team System Can't reconnect to TFS using FQDN

     I originally posted this in the General group, but this may be better here: I connected to our TFS Server with just the host name, and that worked fine (tfsdev01).  Now though I've removed the connection and am trying to add the full name: tfsdev01.some.internal.domain.com.  I can browse to the fully qualified site from IE ( http://tfsdev01.some.internal.domain.com:8080/Services/v1.0/ServerStatus.asmx ).  When I try to ad ...Show All

  • Visual Studio Creating custom project

    I am trying to create a new project type in the visual studio .NET 2005.There is 28 step method is given for creation of the custom project. At one of the step it is talking about a dll microsoft.visualstudio.package.project. This dll is not available in the vsip. We have downloaded the visual studio 2005 SDK & installed. Please provide simple steps for the creation of the project type. Example of the code will also be helpfull. Th ...Show All

  • Visual C++ aspell compilation problems

    Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving ...Show All

  • SQL Server Adding vertical space between rows

    I am trying to create a mailing labels report but can't seem to get any vertical space between the rows.  I see a cellpadding setting but nothing equivalent to cellspacing.  Can anyone help me out Thanks. Try adding a text box, turning off can increase and can decrease in properties, under advanced, choose format, and work with the 'amount of space to leave on each side of report item. Also try adding ...Show All

  • Visual C# Leftclick help..

    [code] [DllImport("user32.dll")] public static extern void mouse_event(long dwFlags, long dx, long dy, long cButtons, long dwExtraInfo); public const int MOUSEEVENTF_LEFTDOWN = 0x02; public const int MOUSEEVENTF_LEFTUP = 0x04; public const int MOUSEEVENTF_RIGHTDOWN = 0x08; public const int MOUSEEVENTF_RIGHTUP = 0x10; public void LeftClick() { POINTAPI mousexy = new POIN ...Show All

  • Visual Studio Team System grrrrrrrrrrrrrrrr failed install buggers system (beta 3 refresh)

    After failed TFS install that supposedly backed out, Reports Site is buggered. . . getting w3wp.exe application errors these events: MSSQLSERVER: 18456 Login failed for user 'OBJTEC\sqlservice'. [CLIENT: <local machine>] SQLSERVERAGENT: 208 SQL Server Scheduled Job 'TfsVersionControl Administration Job' (0xBB8211FD404DA340A22A60F7F0DF52F8) - Status: Failed - Invoked on: 2005-11-15 00:00:00 - Message: The job failed. The Job was invoked ...Show All

  • Visual Studio MSBUILD targets for VB 2005 and .NET 1.1

    What is happening on using MSBUILD to allow us to target .NET 1.1 I've seen a lot of material up on the web about CS but nothing about VB will the CSharp targets cross over to VB Codeburner We are working on providing support in MSBuild to target .NET 1.1. Please see the following for some details: http://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx http://blogs.msdn.com/clichten/archive/2005/11/08/ ...Show All

  • Visual Studio Express Editions System.Drawing.Graphics

    There you can draw rectangles, arcs, polygon, bezier,.... I tried all methods "draw", But i can't draw a single pixel. How do i How did you try it Your form has a Paint handler, which you can override.  The PaintEventArgs contains a Graphics object.  This is the object you need to use to draw onto your window. ...Show All

  • Visual Basic Select Statement and GridView

    Hi, I have searched for hours and can not find an answer I need. All I want to do is perform a Select statement to filter the rows in a Gridview control. My Select statement works great but I can not get the Gridview to show the filtered results. I am using VWD. I know this is a simple operation in VS2005 with datasets but I am having trouble with VWD. I am not using a stored procedure but a simple button click on a code - behind pag ...Show All

  • Visual C# c# and Windows startup

    How to start a c# application when windows starts up. Willfin David The guys here have already described a couple of ways for you to do this. Note that starting a C# application on Windows startup is the same as starting ANY application ;o) ...Show All

  • Visual Basic read text

    I am making a program that will need to use a configuration file. it will be a simple text file. I need to know how i can tell it to use the text in a file as a value in a hidden textbox in my app. Why do you need to load the variables into a hidden textbox In fact, why use a textbox at all There are other methods being encouraged, such as working with the Windows Registry. Here are a few websites you may be ...Show All

©2008 Software Development Network

powered by phorum