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

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

Barlet

Member List

Richard2ne1
Mikael Håkansson
Albert_Khor
Reuomi
Nabeel Akhtar
Md. Mamunur Rashid
InKi Park
kycek
jesus m
Arno Nel
seetha
Friendlycoder
Ashish Shetty - MSFT
Samsir
Vitaly Demin
Jaewon
iJatin
thelmapc
apclogan
rbedard
Only Title

Barlet's Q&A profile

  • Visual Studio Team System Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log I went back to some lessons learned when installing tfs beta 2, one of which was to install wss before sql server (even though ...Show All

  • Visual C# Images Slide Show Memory Problem??

    Hi..All.. I have one big problem..which is i have made Form that show Slide show of images from database..which is binary data..means Bytes..please i will explain the problem in points(steps): 1.Read Data From database as DataTable..Which contains All Images in Binary .. 2.I make Timer in interval 10 seconds..(10000)..So on each 10 seconds i show another images..from datatable that i have made it as Class Variable..So it exists..all ti ...Show All

  • .NET Development Date format in XML

    How Can I get this format "2005-11-22T17:37:09.49+03:00" in XML file as an element XmlWriter w = new XmlTextWriter(Console.Out); w.WriteStartElement("SAMPLEDATE"); w.WriteString(DateTime.Now.ToUniversalTime().ToString(@"yyyy-MM-dd\Thh:mm:ss.szzz", DateTimeFormatInfo.InvariantInfo)); w.WriteEndElement(); This outputs the ISO 8601 format, including the time zone designator. Cheers Rich. ...Show All

  • Windows Forms equivalent of Datagrid.CurrentRowIndex in DatagridView 2.0?

    DatagridView.CurrentRow.Index does not work the same as Datagrid.CurrentRowIndex. How to get the equivalent Example: If you scrolled to a row using the arrow keys in a Datagrid in 1.x and using ProcessCmdKey to capture the enter key you could get that row number in Datagrid.CurrentRowIndex But in 2.0 if you attempt the same operation the DatagridView.CurrentRow.Index returns the row that you previously were on not the row you moved to a ...Show All

  • Visual Studio Problem Using Source Control with VS.Net 2003 Professional

    I am writing my own Source Control provider which supports the MS SCC API. It works perfectly when I connect from PowerBuilder which is my primary programming tool. Now I want to test it against VS.Net 2003. I have never used VS.Net 2003 before so I opened the VB.Net sample called 'Calc'. I select the menu option 'Add Solution to Source Control' and get this error message:  There was an error while initializing the WizSource SCM source con ...Show All

  • Windows Forms Console.WriteLine

    I forgot how to sent the output to a text file when calling Console.WriteLine. Please advise. Thanks. You can redirect your standard output like so: C:\>MyConsoleApp.Exe >myLog.txt this will redirect any console write or writeline calls to a  ...Show All

  • Visual Studio Team System Different Source Control options when creating a project

    If I create a TFS project with the wizard I get options to create (or not) the source control folder. However it seems that whichever option I choose I always get a source control folder , or at least source control turns up in the project explorer and the project shows up in the source control explorer. Am I missing something Is this a problem with the beta or is this expected behaviour Thanks, If in the wizard you choose not to create ...Show All

  • Visual Studio Team System Is there a web interface to VSTS defect tracking?

    That means, I want to manage the bugs via web interface, such as open bug, change its state, ...etc. Does VSTS support this Thanks, Leon, There is nothing supplied in the box with the current release, however there are third parties working on such things. The guys over at DevBiz have one called "Teamplain Web Access" that you can evaluate or purchase. See http://www.devbiz.com/teamplain/webaccess/ for more information. I h ...Show All

  • Smart Device Development using Platform Builder in Windows Mobile 5.0

    hello all, I just finish installing WinMobile Final Build 14343 on a clean XP pro system. When I try to bring up Platform Builder for Windows Mobile 5.0, the IDE comes up, but then it pops up a message box : The setting for the Platform Builder WINCEROOT is missing or invalid, so you cannot create an OS design or open a workspace. To set WINCEROO in the IDE, go to the Tools menu, choose Options, then choose the Build tab. In the Default OS B ...Show All

  • Windows Forms DataGridViewComboBoxColumn and Enum values

    Hi, I'm trying to use a ComboBoxColumn in a DataGridView to allow editing of an enum value in a class. E.g public enum Stuff {    Apples,    Pears,    Oranges } public class MyTestClass {     public Stuff MyStuff { get { return m_MyStuff; } set { m_MyStuff = value; } }     public string MyString { get { return m_MyString; } set { m_MyString = value; } }  &n ...Show All

  • Visual Studio "unable to attach to the process" when debugging in VS.2003

    Hello, I have both Visual Studio 2003 and Visual Studio 2005 installed on my workstation. I have some big projects that are not transitioned from 2003 to 2005 yet and I have to debug thier code now. But after I installed VS.2005 "Attach to a process" feature stopped working in VS.2003. When I try to attach to a process that has .Net 1.1 assemby running it always gives me an error "unable to attach to the process" with n ...Show All

  • Smart Device Development Good practice? Globals class with static variables

    Hello, I don't know if this is a good practice in OO. I have defined a class Globals with a lot of static variables for use between all the forms that I read from an XML file at start of the program. If the value changes I change the static variable and write the changes to an XML file. If I don't work in this way then I have to read them from a database every time. or are there better workaronds I would end u ...Show All

  • Software Development for Windows Vista How to use DirectShow to save a vidieo as a file of frames?

    I want to save a input vidieo as a file frame by frame.Can you tell me how to realize it by Directshow I'm fresh to using Directshow.Can you help me Thank you very much! Now I can use the mpeg2v12 decoder to save a vidieo as a frame format. Actually I want to run the mpeg2v12 encoder and decoder successfully, and transform them to filters. Thank you very much! ...Show All

  • Visual C++ VC++6 upgrade. which is better?

    I have VC++6,  what is the next upgrade Visual Studio 2003 Visual C++ .NET Visual C++ 2005 I guess really I don't know what the difference is between visual C++ and Visual Studio. I tend to agree - you'd be a lot better off waiting for VC++ 2005.   ...Show All

  • Visual Studio Express Editions MIcrosoft Visual C++ Runtime Library

    I am getting this error when trying to open my newly installed quickbooks: Runtime Error! abnormal program termintaion Any Ideas on why this might be Thank you Chris Error was due to either the msvcp80.dll or msvcr80.dll not being in the windows>system32 folder. Copied these files from another directory, within windows, to this location. Problem solved! ...Show All

©2008 Software Development Network

powered by phorum