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

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

rejoin2me

Member List

SatYr_84
Kevin Cogger MSFT
MrDoomMaster
MCP Jesus Vazquez Garcia
darkmsn
Bunchito
maxoudu328
Gohan
ErfangC
Cmsg
Craig Mellon
Sarath C
Marco Sousa
Perro Azul
dlawler
rduclos
Mike Schultz
Krisn Kumar
Deepesh Verma
DLSeth
Only Title

rejoin2me's Q&A profile

  • Windows Forms MaskedTextBox and the Decimal Type

    Hello All, I'm hoping someone can help me with this one. I have a model object that represents a stock part. This part has a price. The price is stored on the database as type money. The price on the object is stored as type decimal. I have a binding source that has this object as it's datasource and it is bound to serveral controls on the stock part view. The bound control for the price is a MaskedTextBox. When I input a price, say 2.35, and tab out of the control it is stored properly in the object but the bound control displays 235.__ I have tried the following masks, none of which work... 999.00 ###.00 000.00 Can someone clue ...Show All

  • Visual Studio Team System how to make reporting work again after SQL reinstallation?

    on TFS beta3 refresh on a single machine, we had to reinstall the SQL server (also backup/restore TFS dbs), after the re-install,  other feature of TFS behave normally, but reporting feature completely stops working. 1. the 'reporting' of team explorer window shows "X". 2. can't create any new team projects, got the following error: --------------------- ---begin Exception entry--- Time: 12/10/2005 1:50:58 PM Module: Initializer Event Description: TF30207: Initialization for plugin "Microsoft.ProjectCreationWizard.Reporting" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: TF30222: The New Team Pr ...Show All

  • Visual Studio Team System VSTS EVent Viewer error about a bucket

    Getting this error in our event viewer...any ideas Bucket 03263974, bucket table 5, EventType teamfoundationue, P1 1.0, P2 vc, P3 v2.0.50727, P4 8.0.0.0, P5 database, P6 sqlexception.16.2786, P7 738b1975, P8 ef68247e, P9 NIL, P10 NIL. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Here are the full details:   Event Type: Information Event Source: Team Foundation Error Reporting Event Category: None Event ID: 5001 Date:  1/24/2006 Time:  5:33:45 PM User:  N/A Computer: 6NYTP71 Descript ...Show All

  • Visual Studio 2008 (Pre-release) Are there any plans for typed XML data access?

    DLinq uses entity classes which can be generated from DB by SQLMetal. This allows typed access to data (you are not forced to use names in quotes and casting). This is great. But for XML there is no such possibility now. XLinq is much better than DOM but it is still untyped tree like DOM. This is disappointment for me. I would like to have possibility to treat XML in typed way (like XmlSerializer). Are there any plans for C# 3.0 or 4.0 to provide typed access (with LINQ pattern) to XML Ideally this should use W3C XML Schema mapping because XSD can define contract and Visual Studio offers IntelliSense and validation. ...Show All

  • Windows Forms How do I make a spell check...?

    Hey, I searched for this, but none helped... I am using Visual Basic 2005 express, and I need a spell check, but I can't figure out how to do this, if someone finds/knows a program that will let you put the words in it and it will give me the VB2005 express code thats fine, but if you want to give me code...I would be fine getting a 3 word spell check so I can go from there...ummm..I dont really want to use the MS Word spell check, k Thanks Check these articles at codeproject: Spellcheck.net NetSpell - Spell Checker for .NET ...Show All

  • Visual C# Thanks

    Hi, I want to run an EXE with a set of parameters. How can do it using Tools.Shell method. I tried using it but cannot compile. Do u have to reference some DLL I also went to menu option "Tools"->"External Tools" but do not know what to do. Any help would be grately appreciated! Thanks & Regards, Channa. Yes, I wasn't sure which you were trying to do. You said you were trying to use the tool window command, so I wasn't 100% sure if you wanted to execute a process from a program or from within the IDE. ...Show All

  • Visual C++ CComboBox default message handling?

    I made a CComboBox in resource editor and added list of items separated with semicolons. When I run the application, clicking on the combo box doesn't make list box drop down, but only one horizontal line appears under the combo. How do I make CComboBox respond to clicking by dropping a list of items Thank you very much! :) Trifles like this can stun me in place so now I'm free to go further! ...Show All

  • Software Development for Windows Vista EventHandler won't fire in state machine when calling event from host

    Hi, I have written a simple state machine which is very similar to the order example comes with WWF Jan Lab Beta 2. I created the following service public class NavigationService : INavigationService { public event EventHandler < NavigationEventArgs > StartPageStart; public void RaiseStartPageStartEvent( Guid instanceId) { if (StartPageStart != null ) //StartPage is null when host calling RaiseStartPageStartEvent { StartPageStart( null , new NavigationEventArgs (instanceId)); } } In the state workflow, I have bound the "InterfaceType" and "EventName ...Show All

  • Visual Studio Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))

    Any ideas why I am getting COMException when I was expecting and handling an exception of type CrystalDecisions.CrystalReports.Engine. InvalidArgumentException Why are those nasty interop exceptions showing up Thanks Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Source Error: ...Show All

  • .NET Development Writing dates to XML documents

    How do you write a date value to an XMLElement in .NET 2.0 XMLDocument object. I am using the following: Dim deliveryDate As Date = CDate (txtDeliveryDate.Text) elem.InnerXml = XmlConvert.ToDateTime(deliveryDate.ToString( "yyyy-MM-dd" ), System.Xml.XmlDateTimeSerializationMode.Utc). But when I validate against a schema where this element is defined as date data type I get the following validation error: The 'http://www.jmacorp.com/TRW:DeliveryDate' element is invalid - The value '7/1/2006' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:date' - The string '7/1/2006' is not a valid XsdDateTi ...Show All

  • Visual Studio Slow Performance

    Hi,      Recently I experience a slow performance from Crystal Report. I just updated my VS2003 to latest VS2005 last week.  One of my reports was very slow to load since then. So I created a new small project. It only has one CR with 26 tables, 45 formula fields and several empty sub-reports on the main report. The attached codes show how I call my new Crystal Report.      First I set the text of all 45 formula fields. Then I changed table's logoninfo by using ApplyLogonInfo in a FOR-loop. Somehow it took 16 or 17 seconds to change all tables(26) connection at run-time. So I can see that ApplyLogOnInfo ...Show All

  • Visual Studio Express Editions C# and application settings

    Hi all , I'm just starting to learn C# after learning a lot of Visual Basic. However, I have become a bit stuck! It's a really simple question but I really can't work it out. I added two settings to a project, X and Y, both integers. I set the scope to Application. How do I then access these settings I need to be able to read from and write to these variables, which is the problem I have at the moment. A site told me to use RocksnGems.Properties. Settings .Default.X //and RocksnGems.Properties. Settings .Default.Y to access the settings (RocksnGems is the default namespace for the project). I don't know if reading the variables in th ...Show All

  • Visual FoxPro similiar fields

    Hi I'm trying to cross reference records from two different databases by first and last name. I can pull most the records (about 1500 out of 1700) on straight forward comparison of (a.firstname = b.firstname) and (a.lastname=b.lastname) as for the rest, is there a way to check if one name is similiar to another (in case of a typo, or mis-spelling of the name) Thanks, Mike Not an easy task as there could be many spellings, punctuation, etc. You could try SOUNDEX() although it only works for English expressions/names and has limited use at that. ...Show All

  • Windows Live Developer Forums Sample Timeouts

    The sample is timing out for me when I run a simple search.  Any ideas   I've tried passing proxy server info and adding a custom GetWebRequest with no keepalives. System.Net.WebException: The operation has timed-out at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WindowsSearchFormVB.MSNSearch.MSNSearchService.Search(SearchRequest Request) at WindowsSearchFormVB.WindowsSearchForm.frmSearchSample.btnSe ...Show All

  • Visual Studio Express Editions How do I turn this on?

    I just downloaded and installed the Visual Basic 2005 Express program, and while I am experienced on computer use with Windows XP SP2, the setup program didn't create any shortcut icons, and I am frustrated at not being able to find an executable file that runs the program. Any help finding the <On> button will be appreciated. Ron Sheets U can find the startup-file at "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\vbexpress.exe", if you installed VB.NET in the standard map Grtz, Tom. ...Show All

©2008 Software Development Network