Software Development Network Logo
  • Visual Basic
  • Windows Vista
  • Microsoft ISV
  • Game Technologies
  • Audio and Video
  • SharePoint Products
  • IE Development
  • Windows Forms
  • .NET Development
  • Visual FoxPro
  • SQL Server
  • Smart Devicet
  • Visual C++
  • VS Team System
  • Visual Studio

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

Xancholy

Member List

Andrea Lattuada
qrli
Bill Henning
SergeV
SK_Rajdev
Greenies
Lok_Tan
beechum1
ReyCri
LogCale
Javahar
Ario 8818
Leo Liu
Rashar
Trevor E Hilder
imnotbillg
Vile
Narendran
Henry Iverson
INKHAND
Only Title

Xancholy's Q&A profile

  • Visual Studio Express Editions need help displaying array values

    i have 150 values in an array and i want to display them in order of the highest first and the lowest last. i have no idea how to do this. Help will be appreciated. thanking in advance oli ListBox1.Sorted = False or do it in the properties window in the form designer. If you didn't know it probably isn't set. ...Show All

  • Visual Studio Express Editions Question related to AppDomain -VB.NET 2005

    How do i access the another form properties from main form through AppDomain AHMED Hi, Yeah , It's necssary to go thro' AppDomain because i need to set value (Data) to Another domain, Is there any other way to set value as well as access the another form properties from Main AppDoamin by AHMED ...Show All

  • Visual Studio 2008 (Pre-release) July CTP Go-Live licence??

    Does the July CTP have a Go-Live licence we have go live license for beta 2,we don't have go live license for July CTP http://msdn.microsoft.com/winfx/downloads/products/golive/default.aspx -Thank you Madhu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Torque X and C#

    I was messing with Torque Game Builder and it seemed pretty cool, altough maybe a little TOO controled So here is my question, is it possible to take code from Torque X and edit it with C# You can find a wonderful TorqueScript IDE put out by "sickhead games" here... http://sickheadgames.com/torsion.php#download Many of us internally at GG use it. Syntax hightlighting etc, even break point script debugging. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do you implement Fog into a scene?

    Hi All, I have finally got some 3D up and running so things are whizzing about (which is always fun to watch... for a while, yeah I know, small things...) and I was wondering if anyone had any examples of putting fog into a scene. I tried last night and succeeded in turning all my meshes to white, not matter how far away they were from the camera. No matter what I did to the values, nothing changed. As always, any help is greatly appreciated. Cheers The BasicEffect FogColor property is a Vector3, so it ranges from 0,0,0 = black to 1,1,1 = white, not all the way up to 255. For a mid-grey fog color, you can either set 0.5f, or use the conversion methods on the Color class, for instance you could pass Color.Gray.ToVec ...Show All

  • Windows Forms Question about DataGrid with Business Object as DataSource

    Hi all, i have a model for instance, with 4 fields and i use a collection of those objects(IList<Object>) to populate my DataGrid. This work properly execpt because the DataGrid shows all the for fields of the objects, do you guys know what i have to do to show a exact nambers of fields, for instance only 3 fields. I tried create DataGridCollumns mappings the propierties that i want, and add them to a DataGridStyle wich has a mapping for the Class. Ex: MailBox box = new MailBox (); DataGrid datagrid = new System.Windows.Forms. DataGrid (); DataGridTableStyle style = new DataGridTableStyle (); style.MappingName = "Model.Classes.MailBox" ; DataGridTextBoxColumn field1 = new DataGridTextBoxColum ...Show All

  • Visual Studio Express Editions Listbox drag drop & reorder

    Hi, I have 2 listboxes on my form. List1 is filled with alphasorted items from my access database. I need List2 to be filled with items dragged & dropped from List1 Users should be able to reorder List2 using dragdrop. I know this used to be a limitation in VB6. Can someone please point me to a .net/vb2005e solution for this I'm sure it will benefit others as well. Thanks ! Mario, Is there a way to coordinate the code for the listbox drag and drop with double-clicking one of the listboxes I have a situation where there are two listboxes.  When the user double-clicks ListBox1 I automatically move the item that was clicked on to ListBox2. (That's the way the rest of the app ...Show All

  • Visual Basic Generics, Collections, and Inheritance...

    I have an inheritance model as follows: Public MustInherit Class ProviderBase End Class I'm not quite following you. A collection is a storage of an underlining type. Here the underlining type is a derived type of a base type. Why are they not the same So, you are saying you should consider a collection as a type, not the underline storage of a type. What is the purpose of Generics then ...Show All

  • Visual C++ Libraries & Header files

    I'm trying to make libraries, either static or DLL of subroutines I've written. A point I've so far been unable to find explained is how the program calling the routines is told what library to look in for the subroutine. When I'm calling routines in the standard C libraries I have to include an appropriate header, but when I look at the code in those headers I don't see anything that indicates where the executable code for the routines is stored. Can you tell me where some documentation that will tell me how to get the linker to look in a static library I've created, or how to get an executable to look in a specific DLL I wrote these subroutines in C, but I want the option of calling them from C programs or Visual Basic progra ...Show All

  • .NET Development Windows Service and .Net Remoting

    I have a Remoting server that hosts 3 object and uses TCP channel. When the server runs as utility the TCP Clients are able to connect and access the methods of these objects BUT when the server runs as windows Service the TCP Clients do not have access to these objects however, the server is still listening on the port opened by TCP channel. Any suggestions Thanks No there is no timer in the server. Server uses TCP Server channel for hosting 3 objects: singleton,singlecall and CAO. The application name for all three of them are coming along with port number are coming in from app.config. All clients uses tcp client channel for communication. Thanks Parag ...Show All

  • .NET Development File/Directory path validation

    Hi folks, I'm looking for a way to validate a string whether it is a valid file path and/or directory path. The System.IO.Path class contains some helpful methods but not a solution. I am not looking to find out if the file or directory exists or can be created. I want to know if it is a valid path expression. Relative paths are also important to be distinguished. Is there such a method available I have looked and could not find a good solution yet. Is there a solution in .NET 3.0 Thanks in advance, Remus .NET 3.0 has nothing changed but only add ons like Indigo/Avalon/WPF etc... the main core engine is still .NET 2.0 and no changes made to that. I don't beleive there is a method avail ...Show All

  • Visual Studio Create New Website option missing

    I install VS 2005 without problems. On the Start Page i have 2 options on the left when creating a project open: Project Website Create: Project Website So i have create/open a project and create/open a website. Few days later the option for website disappears even though all ive been doing is creating and opening websites. Why does it do that or is it some bug This happens on 2 machines - any ideas to resolve this Thanks see if you can reboot IIS however this shouldnt be the problem. you should still see that error even if IIS is not installed for example but the error will come as soon as you hit ok to create the solution. VS 2005 has its own "IIS" or mini server and does not rely much ...Show All

  • SQL Server changing "header rows to skip" property in flat file connection during runtime

    Hi all I have a flat file.I am trying to set the value for the property " HeaderRowsToSkip " during runtime.I have set an expression for this in my "flat file connection manager". But this is not working.The connection manager is not able to take the value during runtime . My expression is as follows: DataRowsToSkip : @[user:: Var] where " Var " is my variable which gets the value from the rowcount component and trying to set it back to the "HeaderRowsToskip" property. I ve even tried setting the value to the " HeaderRowsToSkip " property in the expression builder. Its not working.... Can anyone help me out in solving this Thanks in advance Regards Suganya ...Show All

  • SQL Server Resolving an attribute member from a member property

    What will be the fastest way to resolve an atttribute member from one of its member properties, e.g. the key value from the source database assuming that the attribute key uses the dimension surrogate key for its KeyColumn Sorry - I didn't see you mentioning before that it was Parent-Child. Can you please give more concrete description of the structure of dimension, which attributes you are securing etc. Example from Adventure Works would be most appreciated. ...Show All

  • SQL Server Date contol issue.

    Hello, In the date control parameter while user open the calendar he can change the year at the top of the control by click in the year and he get up and down arrow. When user go to old year ther is a problem with the calendar. Any idea The user not select a date. While you open the date control, at the top click on the year (e.g 2006) when you click on the year you can down or up to get 2005 or 2007. If you start to down to 2005,2004... you see that the calander miss dates ...Show All

©2008 Software Development Network