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

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

supersonic1976

Member List

zlatkoc
Chrissivo
iansbrainstorm
hazz
Binumohan
Zohaib Khan
oaix
Tom McDonnell
Emanuel Dejanu
TJ_S
Ronald#2
BLiTZWiNG
HumbleServant
Toseef
Bruce Bukovics
XNA Rockstar
jazzmy
Mashrur
hawash
Rensoc
Only Title

supersonic1976's Q&A profile

  • Visual Studio Express Editions Something Wierd...At least for me. Win32 Form Application Project No Where to be Found.

    I recently had to reformat my computer, and well after i installed VC++ 2005 Express Edition, I wanted to create a "test" Win32 Application Project.It's the one that creates a premade form and menu.It has no "visual" form editing however.Unlike Windows Forms Application which i do not want.All I see though in the Win32 category is "Win32 Console Application". And im just wondering.... Is this how its supposed to be Or do i have a glitched version...     Do you have an option in the Win32 category for "Empty Project" Have you installed the Platform SDK The test project it sounds like you want to create should be a "Windows Forms" application, which won't ...Show All

  • Visual Studio Team System Missing Object Test Bench menu items?

    I have just installed Visual Studio Team System RC and I can not for the life of me find out how to display an object within the Object Test Bench. The help gives the following instructions: In the Class View , right-click the name of the class or struct whose instance you want to create. Click Create Instance to display the public constructors of the class. Select the constructor to display the Create Instance Dialog Box . In the Create Instance dialog box, provide the parameters, and then type the name of the object. The name is not provided by default; you must provide a name. Check the Object Test Bench tool window for the object shape. I have tried the above but to no avail. The Create Instance menu item doesn ...Show All

  • SQL Server Running value

    Hi In my report I have the total column,under the total i have two sub fields:no , Row%and i have another column Cumulative total sub fields are no,***% For the Row % under total i write like this: =Round((Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)/Sum(Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)*100,2) For the *** % under cumulative total the expression is: =RunningValue((Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)/Sum(Fields!Male.Value+Fields!Female.Value+Fields!Unknown.Value+Fields!Invalid.Value)*100, sum , "AgeByGender" ) But i am getting this error: The Value expression for the textbox '* ...Show All

  • .NET Development How to serialize back a ConfigurationElement object?

    Hello In the System.Configuration namespace you have several classes (like ConfigurationElement) which help you to deserialize custom configuration sections into objects. Now I have an object from a class which derives from ConfigurationElement and I'd like to serialize it back into its original xml state because I'd like to write it to a trace output (XmlWriterTraceListener). I tried to use the XmlSerializer to serialize the object but this did not work. I got the following error: You must implement a default accessor on "MyProperty" because it inherits from ICollection. Any other ideas how to achieve this The framework already has a builtin mechanism to deserialize the custom config section. Maybe it's somehow possi ...Show All

  • Windows Forms Designer Randomly Adds \r\n to textbox

    I am using VS2005 and I have a texbox in one of my usercontrols.  The problem that I am having is that the designer keeps adding \r\n to the textbox string.  This is very annoying because I can never start at the beginning of the textbox.  I have tried fixing it by setting the textbox string to "".  I have also deleted the \r\n in the designer code.  I also if I tried to delete these from the form, it keeps adding more to it.  So it sometimes becomes more than 30 lines of nothing and the designer ignores what I want it to do. ...Show All

  • Visual Studio Crystal Report 10.2.0.0

    Attention : Crystal Report (CR) 10.2.0.0 have got a Big Bug : the PC where you running your software containing CR, must have got the C: drive letter In previous versions we do not need this. there must be a patch to correct this by taking system drive. It's very easy to get this by code... manually modify registry is not the way to a product included in a very expensive software Very bad point to buisiness object ...Show All

  • Windows Forms where can I find out about the combo autocomplete

    not much detail on how to use. I want my custom datasource to be the same as what filled the combo box I'm not sure I understand you completely, but maybe this post will give you some idea If not, please post some more details on what you're trying to do. Andrej ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Clipping Layered Sprites (UI Related)

    You know how in a panel if a child button runs off the side of the panel, it gets clipped. Does anyone know how one might go about doing that with XNA Or how they do it in OpenGL/DirectX Are they doing something with the stencil buffer You should only change ScissorRectangle between sprite batches. So each time you have a change in ScissorRect, you must end and restart your sprite batch. I know, it's a real pain. I put in a request to alleviate this behavior in the MS Connect here - https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=248087&SiteID=226 ...Show All

  • Visual Basic Logins

    Can someone point me in a right direction to learn how I can use a login form to login to SQLExpress Server using SQL Authentication I am thinking that I would like to use the login for my app instead of embedding one in my application. Is that wrong to thing like that I am thinking right by using this to gain access to my application and login to the server at the same time Davids Learning OK, you can't hard code "LoginForm2.LoginName" inside of the connection string. The connection string should initially end with ".mdf". There should be no username or password in the connection string that is stored in My.Settings. After the call to: My.Forms.LoginForm2.ShowDial ...Show All

  • .NET Development Help needed:server.transter not working for callbacks

    We implemented a web application which use a custom module for authentication. The problem is that the session expires and the first call to the server is a callback, the serve.transfer does not work (the page to which the request is transfered is executed, but the browser just diplays a blank page). Does anyone have a solution to this problem. Any help would be appreciated. What is this custom module Does it work with or in place of the built-in ASP.Net authentication Do you have cookies turned off on your browser If it works with the .Net authentication try increasing the authentication timeout to 20 or 30 minutes.: <authentication mode="Forms"> <forms slidingExpiration=" ...Show All

  • Software Development for Windows Vista Standard User Analyzer.

    Hi, I was trying to test my App by Standard User Analyzer. But when I trying to launch my app it asked to installed Application Verifier. When I click on ok it took me to MS download site. However I could not find any such application for 32bit processor. Can anyone help me to find Application Verifier for 32 bit system or fix this problem. Thanks Hi Matthew Braun Thanks a loat for this. I tried first two. Since I could not notice the naming logics so I dint try last one. Last one work out. Thanks! ...Show All

  • Visual Studio Express Editions Needing a little help with my Class library

    Hi there, im very new to programing in general, but im learning practically, im creating a class library following the visual basic guided tour, i like it alot though im trying to code my own class and am having difficulty trying to express something, im making a class for a game, trying to keep things as simple as possible, but, i need to find out this: Private Function CalcCost(ByVal Cost As Integer) As Integer CalcCost = ' trying to figure out what to put here End Function im trying to find a method that will update the cost everyhour so that the value returned is a random one with in a range, for instance im makin a game where by you can buy/sell/trade cars, so that everyhour the value of a car will change slightly withing a c ...Show All

  • Windows Forms How to cascade filters (BindingSource or DataView component)?

    Hello there, I have written a big control that has a DataSource property where you can assign a BindingSource. This control itself is made of several other controls that also consume this BindingSource (it is assigned to their DataSource property). My problem is that for example I want the outer control to filter by data rows where the "company" column has a specific value. In an inner control then (which uses the filtered BindingSource) I want to filter the same data one more time by another criteria. However, setting the Filter-property of its BindingSource (which is bound to the one of the outer control) will also set the filter of the outer BindingSource, to the effect that the resulting filter is not "company = x ...Show All

  • SQL Server Nesting stored procedure, how to ?

    Hello, I'm trying to use nested stored procedure but can't get it to work. I've created a stored procedure named 'sousmenu1_parents' which does a simple select, no parameter. here's what I'm trying to achieve now : CREATE PROCEDURE SelectAllDroitSpe -- Add the parameters for the stored procedure here @UserId int AS EXEC sousmenu1_parents ; BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON ; -- Insert statements for procedure here SELECT sousmenu1_parents . menu_id1 AS sousmenu1_id FROM authorisations_speciales LEFT JOIN sousmenu1_parents ON authorisations_speciales . page_id = sousmenu1_parent ...Show All

  • Visual Studio Team System Is it possible to get a consolidated report?

    Hi, I have added validation rules (say to all my requests). On details part i can find for each request corresponding validations and thier PASS/FAIL criteria. Is it possible for me to get a consolidated report or a log file that has all the details of the validations Kindly suggest. Thanks - Vijay. You would have to write a plugin which creats the report. All the data that you need should be available. Here is a help link on creating a plugin: http://msdn2.microsoft.com/en-us/library/ms182554(VS.80).aspx ...Show All

©2008 Software Development Network