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

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

wilsilvermite

Member List

sameer_goyal
tuzojazz
andhowdy
Armink
LT Chia
MightnMagic
William Vaughn
matt2000
Drew Noakes
c_jensen
thomas.gauchet
Sneath
johncelmer
Microart
newtovisualc
ederrick
msnath
DOHIT
st3ph3n
Tmongold
Only Title

wilsilvermite's Q&A profile

  • Smart Device Development CF Today Screen example

    Hey guys, I have tried to get the following to work; http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/ today scrn.asp But there seems to be files missing... Could someone point me in the direction of a quick start on building Today Screens... Thanks Keni Version 7.1 is vs2003, and You are going to use wizard with vs2005. I think, it is not possible directly, You should fix wizard for vs20 ...Show All

  • Visual Studio Team System How to manage several projects in one team foundation server

    Hi, I'de like to know if there are best practices or methodologies to guide us how to manage several projects (with no relations between them) on one team foundation server. Thant means: hardware, disk space, permissions for each project, administration and so on. Thanks, Michael We haven't published a lot of content in this area yet, but here are some general notes: Hardware - it depends on the demands you place ...Show All

  • Windows Forms Any Event which automatically fires after ItemCheck in checked listview

    Is there any Event which automatically fires after ItemCheck Event in checked listview.  Problem:  ItemCheck event is performed before item check or uncheck, I want a event which is performed after the item check.  Validate works for me but its not  ...Show All

  • SQL Server Strange problem with DataReaderSource

    Hi there, I have a very strange problem with DataReaderSource. I'm trying to get data from InterBase table. I created a Connection manager and the connection was successful. The SQLCommand in "Component properties" tab is a simple "select * from <table_name>". When I switch to the "Column mappings" tab, only the first column from the table is displayed. Pressing the "Reftesh" button resulst in the following error: Error at Data ...Show All

  • Windows Forms DataBinding - Hardcoding ValueMember and DisplayMember

    Something that always bugged me about data binding in Visual Studio is that you specify the DisplayMember and ValueMember of the binding to be strings that are *supposed* to be properties of the data source. You get no intellisense help when entering these values and, if you spell it wrong or the name of a property changes later, the project still compiles and runs fine until you hit that binding. Is there a way, using reflection or any other m ...Show All

  • Software Development for Windows Vista WWF Case Studies / Samples / Justifications

    Can someone point me in the right direction to find a list of case studies and sample applications (not necessarily source code) for WWF. What I've noticed so far is that every single sample I've seen has said: "This workflow is really too small to be a justification for the use of WWF ... " What I'm looking for are justifications to use WWF, a list of applications that could greatly benefit from integration with WWF. What I've seen ...Show All

  • Visual Studio Express Editions HOW TO programatically connect to Access DAtabase

    i want to connect to my Access datablse programatically i read through the help at... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_aspnetcon/html/c9caa6be-f3f2-400a-b6bc-2debbbf23703.htm "the local help" It says Open the Web.config file in the root directory of your ASP.NET application. If you do not have a Web.config file, create one. i have installed only VB express edotion 2005 do i need to install the completee v ...Show All

  • Visual C++ Retrieving specific digits of a variable value

    Hi guys, I just had a quick question. Say I have the user enter a value for a variable, x. How would i pull a specific digit from it So if the value put in by the user is 23, it will assign 3 to the variable. Or if he enters 234619 it will take the 9 and assign it to x. Thanks in advance. <SoheilsX@discussions.microsoft.com> wrote in message news:d5285a95-130a-4d67-a41d-a69b12f92463@discussions.microsof ...Show All

  • Windows Forms SQLDataSource - setting parameter values in code

    This should be an easy 'to do' but I'm having trouble figuring it out - the obvious answer doesn't seem to be there. I have a SQLDataSource on my form.  I've filled it out with a select statement with a parameter i.e. 'SELECT * FROM tTable WHERE iID = @iID' In code, how do I set a value for @iID I've determined I can get to the parameters via . SelectParameters[ 'iID' ] but none of the members seem to provide access to the value.  ...Show All

  • Windows Forms "bubbling" events in a usercontrol?

    I've read that event bubbling isn't supported by windows forms, and that you would have to attach whatever event you're trying to capture to each child control that you want to pass the events, which isn't really bubbling. I understand the concept but don't know exactly how to implement that. I'm adding controls to a panel dynamically, and attaching an event handler to the controls as they're added for their click event. For Each dr As Da ...Show All

  • .NET Development Exception: DataTable internal index is corrupted: '5'. on ...

    Hi, I have a problem with bindingsource component in framework 2.0. I have a combobox bound to a bindingsource which is also bound to a dataset with 2 related tables and a datagridview bound to the same bindingsource. What I want to do is : When the selectedindex property of my combobox changes, the corresponding cell value must be changed in the datagridview. But although the value in bindingsource changes, datagridview does not displa ...Show All

  • Visual Studio Express Editions get pst path and overwriting the path from profile

      Hi to all I have been traying to find out the path the the pst and then overwritting them. however i cant find the methods that can be used for this. Can someone please point it out for me please. Currently what i am traying to do is to develop a script to read the profiles and checking the path. If the path is what is expected then nothing happens otherwise replace it with another path. Can someone please help Thanks CB ...Show All

  • Visual C# tow ArrayLists values

    Hi. If I have tow arrayLists x & y where y initially equqls x, when I try to change the value of specified item in x the value of it corresponding item in y takes the same value immediately I need to change x items only , so how can I do it example : ArrayList x = new ArrayList(); for ( , ,) { x.add("v"); } ArrayList y = x; x = "v1" ; ==> y = "v1" also Thanks in ...Show All

  • Visual Studio Tools for Office Any size restrictions of Interop.Word.XmlNode attributes?

    We want to save some kBytes of text in an XmlNode attribute. Storing the text is no problem but when reading it again it is truncated at approximately 32kBytes even though the total text physically exists in the attribute. We have to use the XML format of the Word documents. Are there any size restrictions for Word XmlNode attributes Are there other possibilities to save with the document text which is not visible to the user Can we use the d ...Show All

  • SQL Server Reporting Server 2000 Authentication Issue

    Hi, I have installed the eval version of Reporting Services 2000 on my pc. And i've used the report viewer control to view the report on a ASP.NET Page. When i view that .ASPX page, i get a windows authentication window before it opens the actual report. Is there any way to disable this windows authentication dialouge box Regards, PS: in the viewer i gave the path of the report as http://localhost/Rerport/ABC.rdl I also tried with the ...Show All

©2008 Software Development Network

powered by phorum