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

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

Sabbadin

Member List

DenisCote
Alfredo Di Patti
sugrhigh
JavaBoy
Michael Herman - Parallelspace
Deza
Ariston Darmayuda
hayward_ke
jason d
mr4100
David Mack
grantsamuels
Jorge Flores
AlbinCN
JR-J
Ver Argulla Jr.
ZaaM IT
AdeptBlue
dgorini
IMBack
Only Title

Sabbadin's Q&A profile

  • Windows Forms Problem in Sorting of default view of datatable

    I am using VS 2005. I got problem in sorting default view of datatable and then assigning it to the grid.But the problem is,  its not sorting properly when there is integer or decimal  field present in the data table . other string fields  of the data table sorts properly .Also i am using typed dataset. code is like  DataView dataView1 = typeddataset.tablename.DefaultView;  dataView1.Sort = grid1.SortColumn + " " + grid1.SortOrder; grid1.DataSource = dataView1; No Ashraf the problem is still unsolved if you compare my code and your they both are same . DataView tempView = dataTable.DefaultView;//your code DataView dataView1 = typeddataset.tablename.Defa ...Show All

  • Windows Forms DatetimePicker

    Using Datetimepicker User can select Date 20060705 (yyyymmdd) from calender but in case if user wants to enter manully like 20060705 (numeric format) in datetimepicker (no back slash or hit any key) focus always remain to 2006(yyyy) and to pass the focus to 07(mm) user meeds to press extra key then it goes to 07(mm) and again user needs to press extra key to go to 05(dd) - By default if they try to do that they can not enter full date as 20060705 in datetimepicker. Is there any way user can enter numeric date without hitting extra key I can't edit the post, the forum software is on the fritz again. Change it to: If DateTimePicker1.Focused Then SendKeys.Send("{Right}") ...Show All

  • Visual Studio 2008 (Pre-release) Expressions Invoking Other Expressions

    Hi all, I've been playing with the LINQ May CTP. I'm particularly interested in the expression tree stuff. It looks really great, but there is one aspect that is not quite working the way I had hoped. I'm posting to see if I'm missing something or if this is likely to be addressed in the future. Ok, so I can write a lambda expression like this: Func<int, int> add5 = x => x + 5; And then I can write another lambda expression that uses that one: Func<int, int> add5AndDouble = x => add5(x) * 2; This all works great. Now let's say that instead of working with delegates I want to work with expression trees. I'd like to be able to do the exact same thing: Expression<Func<int, int>> add5Tree = x ...Show All

  • SQL Server File Groups

    Hi everyone, While creating our database in only one disc(C or D), suppose that we create more than one file group in order to group our data files. However, in this situation; I wonder that whether it brings any benefit or advantage to us. Also, I wonder that why we always have to put our data file into separate file group if we use separate discs for data files. Is not it allowed to use only one file group even if we use separate dics Would you explain these to me Thanks Hi, There something make me still confused about this topic. For example, when we call some columns from a table with Select query statement, do the SQL server do this by first finding the file group that this table located in and then finding the corresopnding t ...Show All

  • Visual Studio Team System DataDude and ADOvNext

    Are there any plans to support ADOvNext in VSTS for DBs Have you thought of refactoring dataobjects just by refactoring variables in ADOvNext code Thanks, Martin Kulov http://www.codeattest.com/blogs/martin I cannot commit to any future unpublished product development, but it is certainly lays in our vision to provide a bridge between the application and database schema, and this would be a natural integration point. You must have been reading my mind -GertD Software Architect Visual Studio Team Edition for Database Professionals ...Show All

  • .NET Development Number of firewall is running in my Network??????

    hi forum How to get, how many firewalls (and there port no. also) is running in my Network using c#. thanking you in advance ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can I create an empty XNA project?

    I would like to make an empty XNA project, a project without any template code. Selecting the "Empty Project" template in Visual C# doesn't seem to enable certain XNA features, such as the ability to select the Content Importers and Processors in the Properties area of an image file. The only way to get these features is to create a "Windows Game" project, but that creates a bunch of template files that I don't want! Can I create an empty Windows Game project Hi; When I exported the Template, it automatically added to the Visual C# Templates and create a .zip folder in C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\My Exported Templates. If I want to share ...Show All

  • Visual Studio Team System Databound Generator

    I have a table with a bunch of first names. I want to use that as a databaound generator. How do I set that up I tried setting the connection and select query but i only get nulls (null % is set to 0) Here is my select (SELECT FName From Employees) Will it choose a random row Thanks, John The default result that the column is bound to is [None] which is always null. After putting in the connection string and the select statement, be sure to select the desired result to bind to in the Result column in the Column Details windows. In your case, you should see something like [ResultTable1].[FName]. Also note that there are some restrictions on data types. For example, you cannot bind a nvarchar c ...Show All

  • Visual Studio Express Editions SImple Calculator problems

    can anyone help me on how to make decimal point and to also perform the order of operations .. doing more then one problem at once such as 2+3*4 thank you SCott Here is waht i acctully have to do if you guy smight be confused.. once again.. thank you all very much Create a functional calculator in VB 2005. It must be able to add, subtract, multiply, and divide integers. The user interface should look like a real calculator. It must have a textbox for a screen. It must have command buttons for the numbers 0 through 9, +, -, x, /, =, and "CLR". They must all be functional. A decimal point is not necessary for this assignment. The requirement is only to handle inte ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GSE Controls

    Hey All, I was looking through a Game Informer, and I came across a XNA Article. In the article I noticed a screenshot with controls that said "Terrain, FreeMovingCamera... etc.". What I was wondering is, are these real controls and if so where can I locate them The screenshot you are referring to is from XNA GSE Beta 1. Although the components are real, they were part of a demo that Mitch put together. Please read Mitch's latest posting on the XNA Team Blog for a few more details on designer support (or lack of it) in Beta 2. http://blogs.msdn.com/xna/archive/2006/11/01/beta-2-changes-part-i.aspx The demo from which that screenshot was taken can be found here (also on the XNA Team Blog). ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to get XNA Game Studio for VS2005 Team Suite Edition????

    Where to download it As far as I know there's no such thing. XNA Game Studio integrates only with Visual Studio 2005 Express Edition. It sounds really scary, but don't neglace XNA. I don't want to use Express having Team Edition too so I'm working on 2 projects and I suggest you to do the same. Start a new Window Application (VS2005 non-Express) C# / C++/CLI / VB.NET project, f.e. SpaceWars, and create a distinct project in VS2005 Express, f.e. SpaceWars.Resources (distinct solution) and place there any necessary game resources. Configure SpaceWars.Resources project to output the .dll (and the corresponding content resources) into the SpaceWars output directories. Write your code in SpaceWars. You can use ...Show All

  • Windows Forms Signing Clickonce application

    Does any one know how to do late singing on clickonce application We have integrated the building the application with our sourcesafe checkin. Our integrated build process takes all the files from source safe and build with and sign it (with dummy certificate) to appropriate url for deployment. The original certificate was maintained by one group so I need to setup a procedure for them to come into one of our directory and sign the application. Is there an easy way to sign it, they do not want to do anything other than signing. Is there any document explaining this process Thanks. I would suggest using the mage command line tool for resigning ClickOnce applications. The –CertFile option should be just what you are looking fo ...Show All

  • Visual Studio Express Editions Ready, Steady, Hang on a minute.

    To give me a break from the program that I'm working on, I've decide to have a go at a simple game, (That's a laugh, my last program was a Simple combobox to show the fonts on my system, it' now about 5000 lines of code and 4Mb, and still going thanks to an extreme beta tester ) Anyway I thought I would do I twist on tetris, still blocks falling etc but before I start and go wandering off into a maze of code, only to come here and ask for you guys to pull me out I thought I would start with your ideas and opinions. Would it be better to have pitureboxes dropping or drawn rectangles or panels or what Is there any help or info out there that I could look at to get the basic idea. Should I stop now and forget it All advice welcome and appreci ...Show All

  • Visual Basic Problem With A split function and a Regex Validator

    I suck at programming and i have a few problems here. Hope some kind soul can save me Firrst, i have a textbox to allow users to input related hyperlinks. Therefore, users are to enter the links lik this in the textbox. http://www.yahoo.com,http://www.asp.net However, when some1 clicks on the link, it appears http://www.yahoo.com,http://www.asp.net in the address bar. Can some1 teach me how to seperate this 2 sites so that it appears http://www.yahoo.com or just http://www.asp.net in the address bar How to seperate them The text box is a single line text box. Secondly, the websites have to input with this format http://www.yahoo.com . can anyone tell me how to detect whether the user has input the website with the ...Show All

  • Visual Studio Express Editions Grab the users AD name

    Is there a way to grab the users Windows name I am on a company Active directory. I just want to display this in my application. Like welcome john doe! and latter do some authenticaion with this.   thanks   nbrege wrote: So how would you get the users full name from AD, like the OP originally requested It seem the OP is ok with the answers given and the original question do not request the full name but the windows name. If you want to know how to get the full name I would suggest starting a new thread. EDIT: A new thread will get maximum exposure as it will appear as unanswered compared to this one that already has been flagged as answered. ...Show All

©2008 Software Development Network