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

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

KoMas

Member List

sakifcy
Sharron
רםמן
Emily B
LFLFM
Christan
bbbbbbbb
adua
Bloke
Marc_UK
O.K.
rreyna
Frederik Gheysels
Nik_1982
harry_s
MarlAtkins
lancasm
Stephanie Barulic
Olas
rajas
Only Title

KoMas's Q&A profile

  • SQL Server Are Tooltips on Report Parameters Possible?

    Dear Anyone, Are Tooltips on Report Parameters Possible Somehow, only the controls in the report itself have tool tips. It would be nice if tool tips will also be available for Report Parameters. Thanks, Joseph Custom tooltips for the parameter prompts is not currently supported. You would need to write a custom UI to do this. ...Show All

  • Windows Forms Unselect item from a listbox

    When data is retrieved from my database and placed in a listbox, the first item is always selected. However, I do not want that behavior. How do you programatically unselect items in a listbox I know how to do it using a webform listbox,  ...Show All

  • Visual Studio Team System Does Visual Studio Team System support WAN Remote Access

    I have seen several comments to indicate that Visual Source Safe 2005 will better support WAN by way of HTTP access over the web. Is there going to be strong support for WAN source code control in Team System as well    Presently we need to use SourceOffSite because of the poor performance of Visual Source Safe 6 over the WAN.  We are very interested to know if Team System will remove the need for third-party products for remote a ...Show All

  • .NET Development problem in my server

    thanks us i have a server and i work in windows 2003 server sp1 with dhcp and dns and active directory i need to make my server nat just router to give the client internet i dont have vpn network just internal network only i configured the dns and dhcp and active dirctory and made the nat from router and remote acces but i dont know why client dont have internet when i install isa server 2004 the internet in server or bro ...Show All

  • .NET Development Com+ Error

    I am using Com+ object pooling in my application .I specified the attribute for connection string using   [Transaction(TransactionOption.Required),ObjectPooling(MinPoolSize=-1,MaxPoolSize=3),       JustInTimeActivation( true ),SecurityRole("Authorized Users", false ),       ConstructionEnabled(Default="Provider=OraOLEDB.Oracle;data source=DBOracle;uid=XXX;password=XXXXXX")] &n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. February SDK: Where is my frame count? ;-)

    I just installed the February DX SDK. Now I'm missing the fps display I used to have in the status display when I switched off vsync in the old sdk (August 05). With the new sdk it just says "vsync off". How can I diplay the fps with the new sdk Nico I think you're right, because the samples all stopped showing FPS, too, and it makes sense they forgot to update them. (We all want the samples to sh ...Show All

  • Windows Forms Simple binding c# 2005 very strange problem (bet you cant solve it!)

    Hey guys, I am dynamically building a datagridview and above each of the columns there is going to be a combobox which allow the datagridview to be filtered. The columns of the datagridview are going to be resizeable and so i need the combobox's above each column to resize as well. I can do this programatically but i wanted to use Data binding, my thoughts were it was really basic and here are the lines to do it.... ComboBox theFilter; ...Show All

  • .NET Development [Metadata] Getting an mdTypeDef for the type of a field

    Given an mdFieldDef, is there a way to get an mdTypeDef for the type of the field the mdFieldDef represents IE: public class Foo {    public Bar Bat; }   If I have an mdFieldDef for the Bat field, can I get a mdTypeDef corresponding to the Bar type Just curious, how do you get mdFieldDef in the first place One possible way to solve your problem could be: token -> FieldInfo -> ...Show All

  • .NET Development XML and Datagrids

    Hi I'm trying to read an xml file and show results in Datagrid (the normal one in Windows Forms). The xml schema shows me that there are several tables (not related) and one table PSC5 which has 18 child table. I'm using ReadXml function throught a dataset created at the runtime. The data grid shows me tables only from PCS5 table and its child tables, but not the other one. My code is simple as: Dim ds as new dataset() ds.ReadXml(" ...Show All

  • Windows Forms PropertyGrid Reflection

    I have a class library with the next classes inside: public class Person {    Dog pet;        public Dog Pet    { get and set pet }      } [TypeConverter(typeof(DogConverter))] public class Dog {   //.... } public class DogConverter : Expa ...Show All

  • Visual C# Need help on getting this code to compile!

    Hey guys, this is my first post and I am true Newbie to the C# world. I am getting an error that says "No Overload for method 'ReadLine' takes '1' arguments". It is for a class and they want us to make a program that can take Celcius and convert it into Ferenheit. So I want it to run where it asks for the celcius degree then itll run the equation and then output the farenheit temp. So far I have this for my code. using System; ...Show All

  • Visual C# Language selection in VS 2005 .NET deployment project

    Hi all, i am working on a C# project, where i have a deployment project added to the solution. I have have made a custom install action, where i show a dialog for selecting the language for the application. I wanted to know if it is possible to let the custom install action know, which language the setup project is compiled in. So that if the project is compiled with Localization property set to english, the text on the custom ...Show All

  • Visual C# Pass paramters to applications when executing?

    Hi, How do you pass a parameter to an application when executing an application E.g. "MyApp.exe -parameter". Thanks, Weiran. Create a shortcut to the exe and add the args to the target line of the shorcut's properties. ...Show All

  • Windows Forms Primary Key Violations

    Hi. I have a simply table called "DryingSetup" with the following fields. DryingSetupID : Int : Identity : Primary Key Description : VarChar(100) I have a DataGridView on my form the is bound to the above table. If I insert records one at a time in the grid and save after each of the record additions then all works 100%. If however I add a few records (4 or more) and only then click "Save", then I get errors. Some ...Show All

  • SQL Server Adding procedure to SQL Server Express

    I am adding (trying to add) a procedure (written by a friend of mine and someone who is experienced). I am adding it via the SQL Server Mgt. Studio Express. When I run it, it says that the command completed successfully, but it doesn't appear in the Procedure folder. When I run my ASP 2.0 form that calls it, it says that it can't find the procedure. Can anyone help me determine what to look for or what I might be doing wrong Thank you. ...Show All

©2008 Software Development Network

powered by phorum