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

Software Development Network >> Damon Chitsaz's Q&A profile

Damon Chitsaz

Member List

Jerry Pan
David C. Blake
AMDRIT
Mike4676
snark112
smcintyr_11
PhaedoHD
Imran Aziz
vbvc
MattColl
AVanWieren
Justin Terada
sereleg
CaleDB
brents1
Malcatrazz
SHWoo
Hemant Rao
Maleeha Ismail
Pandit
Only Title

Damon Chitsaz's Q&A profile

  • Windows Forms Multiextended Listbox

    Hi, Happy New Year. I want to choose several items of a Listbox in way    multiselected or multiextended with the purpose of showing the results in a    datagrid of Visual Studio, leaving of a procedure    stored.      1) The following code extract  show  how     was obtained for a textbox that only returns one item:   ...Show All

  • Visual C# Inserting Login into Custom Graphics??

    I need some help on Inserting a Login into a Custom Graphics Piece i made for the ASP Website i'm making ...Cant seem to get a Login Inserted into the Graphics Piece...Everytime i put in a new Div or Panel it puts it into the Dev that contains the Graphics.... Can someone help me with this Please...   Thxs in Advance By login do you mean a textbox You can go to the source and move the textbox or other controls outside the DIV manually. ...Show All

  • SQL Server Triggering an event when viewing a report

    Dear all, I need to insert some data into a table when a certain report is viewed, meaning, I need to issue a certain event when the report is viewed, is it possible Thank you Depending on your report configuration, you could create an additional Dataset within your report that executes a stored procedure that inserts data into a table somewhere. Of course, if you are using report snapshots or report caching, that Dataset may not get executed everytime someone views the report. ...Show All

  • Visual Studio Team System "Check In - Work Items" window number hours spent

    I think the "Check In - Work Items" window should have a column for number of hours spent on the files being checked in. Otherwise the flow is disrupted by the developer having to go into team explorer, find the work item and change the appropriate field. Why is it that when you double-click on a work item in the "Check In - Work Item" window that all the editable fields are greyed out From the Pending Changes window (View > Other Windows > Pending Changes), double-clicking (or right-click Open) on a work item in the Work Items channel opens the work item in an editable VS document. When the Work Item channel is hosted in&n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX: Where to get mesh data and textures?

    I'm just starting to play around with Managed DirectX. Can anyone recommend a site to get free mesh data (.X files) or textures Or maybe free tools to model (simple) 3D objects Yea Milkshape is the way to go. I am not a "great" modeler, but Milkshape has tools to generate a nice terrain as well as basic 3d meshes like a torus, box, plane, etc...     ...Show All

  • Visual C++ STL.NET

    Will there be the full version of STL.NET available with VS 2005 final version . I heard that STL.NET will still be in beta when VS 2005 ships. Is that true Thanks, Madhu. ...Show All

  • Windows Forms Keyboard input in Form

    I'd like a Form to handle keyboard input.  However, I do not want it to clash with other controls that use keyboard input, such as ComboBox, PropertyGrid, etc. Is there a way I can find the Control that has the keyboard focus and query it to see if it (is one of the known ) text entry Controls.  This way I could prevent multiple controls from handling the same input.  This particular application needs global level input due to its UI requirements. If there is a better way to handle input at the form level, please comment also. Thank you once again for your input (pun not intended).  I hav ...Show All

  • Visual Studio Team System Visual Studio 2005 Team System Beta 2 VPC download

    I have MSDN enterprise subscription and where can I download Visual Studio 2005 Team System Beta 2 VPC. Regards Erik Hi, Same as what you have pasted + one additional last node there in the bottom which reads: * Visual Studio 2005 Team System Beta 2 VPC (English) However this is a MSDN Universal, not Enterprise. Regards, Vikram ...Show All

  • Visual C# Namespace in C# 2005

    A sample class for your expert comments. namespace MyNamespace. MyBody. MyClass1 { class1 { } } namespace MyNamespace. MyBody. MyClass2 { class1 { } } 1) From the class view in the VS.IDE, why are they not nested under the namespace of MyNamespace.MyBody 2) Example. Client Application using MyNamespace.MyBody; static void Main(string []args) { MyClass2.class1 class1 = new MyClass2.class1(); //compiler returns an error. 'Namespace doesn't exists in this current context'. } Your immediate response is much appreciated. RedDevil Re: (2) The "using" statement d ...Show All

  • Visual C++ htonl source code

    Hi All, My first ever posting. I am lookling for the sourec code for htonl, htons, ntohl etc function calls. I need to generate my own implmentation of these calls and hence need the source code for the same. All Suggestions are welcome!!! Thanks in advance -Sachin Thanks for the prompt message. So does that mean i cannot have my own implementation of these system calls. There must be some information as to what kind of byte ordering do these system calls make, which i can duplicate in my own function and make use of the byte ordering provided by these functions. It is very important for me to do this as there are a lot ...Show All

  • Windows Forms the sum of column in the datagridview when the cellvalue changed can i do this??

    i have a column i want to get the sum of the column and back with the result and i need this when the cellvalue changed i write the following code but in a button in the form to calculate the total For i = 0 To myDataGridView.RowCount - 1 pcprice += myDataGridView.Rows(i).Cells( "Price" ).Value Next and get the total ok can i et the total when any cell on the column of the price changed thanks You can use the CellEndEdit event of a DataGridView for this. For example: Private Sub dgv_CellEndEdit( ByVal sender As Object , ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) ...Show All

  • Visual C# What about for assemblies that have been physically renamed?

    for example it is the windows application project Form1_Load() { //I want to get the project name of this windows application porject here //and use the messagebox to show it to the user. //How to achieve it.Thanks a lot.  } I have a related question: How do you get the actual physical file name of an assembly that might have been renamed after deployment The code John posted doesn't work if the file has been physically renamed after deployment. It always returns the original assembly name. (Which is a bit annoying, really). I have also tried: System.AppDomain.CurrentDomain.FriendlyNam ...Show All

  • Visual C# multiline linklabel ???

    hi, How can i have a multilined linklabel thanks Check this http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/misclabels.html ...Show All

  • SQL Server How to group the columns?

    hi there, im new to sql server reporting services and ill be developing reports and the report i want is: change the parameter textbox to dropdownlist and populate the data from db allow user to see the data by providing + (expand) - (close) like for an example: +mike +john when the user click on + it will expand and show the the row is it possible You have to provide a list of valid values for the report parameter. Either define the valid values directly as list of values, or use a dataset-based valid values list. -- Robert ...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_GetTree(8); Query Cost (relative to batch) : 99.51% Query Text : with treedata (id, parentid, status, prevStatus, lvl) as (select ...) What does that indicate Does it mean that the Table Function ...Show All

©2008 Software Development Network