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

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

MobileD

Member List

orbii
Godwin Lang
Maplesoft
ts.suresh
Vladimir Kovalenko
Ovi Verona
Hibri Marzook
phylyp
traci8891
EppuTheHeppu
Eze..
David Jehring
Brook G
Brad Syputa - MS
Jonathan Kehayias
Yeow#
Roger Willcocks
Hans Preuer
SalvaPatuel
metstudent1
Only Title

MobileD's Q&A profile

  • Visual Studio Problem printing report

    I have a crystal report on a ASP.NET web page. In the report file (.rpt) file, i have set the printer setting to 'No printer'. Without that, the report was rendering in a bizarre manner. After i changed the setting, the report on the page is rendered properly but the printing doesnt work. The margin is towards the right most end of the page. What should i do to print the report as i view on the web page I have very little knowledge about crystal report. Am i doing something wrong here Any help would be greatly appreciated. Thank you. pls guide how to use c++ code to generate form id for the same/diff. printer generation in vb.net clie ...Show All

  • SQL Server Unable to use MS SQL 2000 SA Password

    Dear All! I have installed my sa password "sa" during my MSDE (desktop engine of sql) installation. currently i am loging into query analyzer using windows authentication. But i cant access the database through my code, coz i dont have sa access. Please kindly Help me finding my current sa password. Thank You! Did you get an answer I am having the same problem. Thanks. Oguchi ...Show All

  • Windows Forms DataList in Window Forms

    I mostly work with Web Forms but have started to work with Window Forms.  I need to create a Sticky Label generator (like those stickers with your  address on it).  For Web Forms I just had to bind the database table to the DataList and Set how many columns and which direction and i was done.  How would i create this with  ...Show All

  • Visual Studio Team System Disabling page caching

    I am using VSTS to run load tests on a web site. To test it i would like to disable page caching . Is there any way to do this in VSTS. Thanks in advance ! There is not an easy way to disable caching of dependent requests inside of a test iteration. If you have the % new user property in a loadtest set to 100, then each test iteration will fetch the dependent requests the first time the they are needed, but then they will be cached for the remainder of the web test iteration. The % new user property is on the Scenario node in a load test. But if you have the % new users set to 100, the dependents will at ...Show All

  • SQL Server DB Mirroring Monitor and querying the "other" db?

    So I successfully got the mirroring to run and now I'd like to see what's going on between the two servers ( i'm not using a witness). I launch the Database Mirroring Monitor and its showing the two servers but when I go to the history column I'm not seeing any data movement. I've done a an update on a db with 1500 rows so I was expecting to see this show up. Also, is there anyway to query the database thats acting as the mirrored db thanks daniel Can you verify that you are connecting to the Partner server as SA or in the DBM_Monitor role You leave the monitor up and running, corre ...Show All

  • Visual Studio 2008 (Pre-release) Why FirstOrDefault method aways gets all records from database?

    The FirstOrDefault extension method work properly but it aways perform a sql query with no where clausule in database returning all records! Thanks, Vitor // This performs a SQL clausule with a where clausule // A exceptions it's returned when no results founded Enterprise enterprise = db . Enterprises . First ( e => e . ID == 181); // This performs a SQL clausule with *NO* where clausule // All database records are internally returned Enterprise enterprise = db . Enterprises . FirstOrDefault ( e => e . ID == 181); // This work ok Enterprise enterprise = db . ...Show All

  • Visual Studio Express Editions hello new to c++ !

    hey new to c++ programming and would like to be able to create a window and button that when u click on it a msgbox appears just like in vb and says something or are there any tutorials to guide me thru steps   ch1p wrote: hey new to c++ programming and would like to be able to create a window and button that when u click on it a msgbox appears just like in vb and says something or are there any tutorials to guide me thru steps See here: http://www.winprog.org/tutorial/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Skinmesh for Tiny problem with Key

    I expected to have a Skeleton Start Position for Tiny with arm Stretch on the side Apparently there is no base Skeleton in the file (maybe there is, I don't know) I managed to add my key to an AnimationSet Skeleton in pause mode (loiter) Now When I add my angle I loose the Translation and Rotation of the original pause Skeleton What do I miss here How are people adding rotation key Do I also need to extract the previous original rotation to add mine Where is the initiale Skeleton of Tiny that tell each bone it's first position How can I Add Rotation on top of the Normal rotation pause value Also, Apparently I cannot save Key ...Show All

  • Windows Forms Iterate through all tab pages in tab control - how to hide this from user

      RDD wrote: * I have a form with one TabControl with 2 TabPages, with one TextBox on each TabPage . Result of running this Form: * The TextBox of the visible TabPage gets bound very well, and displays the property value. BUT, the TextBox of the second TabPage remains blank. Can somebody provide with a solution   Mark Rideout wrote: Just to let you know -- I'm investigating this. The problem is that the controls on the other tab pages are not created, so they are not databound yet. Windows Forms does this to ensure that controls currently not visible are not initialized. This keep ...Show All

  • Visual Studio 2008 (Pre-release) UserNamePassword authentication in STS in Federation

    Hello, I'm trying to build solution consisting of following elements: WebSite -> ASP.NET WebSite which is client to MainService MainService -> Main service which uses wsFederationBinding to redirect users to SecurityTokenService for authentication/and to receive claimset SecurityTokenService -> wsHttpBinding - Authenticates users by username + password against database and creates SecurityToken for use in MainService For the reason the client is a WebSite I can't use InfoCard. I have set up SecurityTokenService to require Message-level security using UserName. I have also set up MembershipProvider in STS: ...Show All

  • Windows Forms getting the wrong sender

    Hi, I have inherited the panel control to do a docking panel control. Now I have to test when the cursor leaves the panel so that I collapse it. Here is my code : Protected Overrides Sub OnControlAdded( ByVal e As System.Windows.Forms.ControlEv­entArgs)         AddHandler e.Control.MouseMove , AddressOf CheckCursor  End Sub   Sub CheckCursor( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEven­tArgs)         If Not m_chkAnchor.Checked Then             Dim pt As New Point(e.X, e.Y)       &nb ...Show All

  • Visual Studio Team System Installing TFS

    humor me here.... really this is installing "Time Consuming System" TCS uses a set of state of the art components that almost fit together ... but not quite. so every time you get 8 parts working the next one tells you it won't install due to some other part not beeing configured to the last nanometer of it's life.... so you go back and un install 7 parts, try to re-align the other one and then 5 installs later you have a different error message that forces you to go back to the bare metal and re-install the OS and SQL server..... if you can do this long enough without going "Postal" on your server, ...Show All

  • Visual Studio Tools for Office Drag & Drop + VBA Marco Question

    Dears, I have 2 questions: 1. I'd create a DataGridView inside a User Control (ActionPane) in my VSTO2005 project, and I'd like to know is it possible to allow users to "drag and drop" a DataGridViewRow item, that's row(s) of data, from ActionPane to Excel worksheet directly I can't find any DragEnter event handler for the worksheet object. 2. I want to display a dialog box asking user to select a location of a dynamic ObjectList, that mean, I'll create a ObjectList on the fly and let the users select a destination. I tried the Globals.ThisWorkbook.ThisApplication.InputBox with option 8 (Range) but it's just a modal dialog, I even c ...Show All

  • Visual Studio Express Editions form.showdialog problem

    i can get the OK message return when i press the OK Button in form frmChooseItems, also get the CANCEL message return when i press ESC If the focus on the control datagridview on frmChooseItems, when i press the enter, i cannot get the message "OK" return. I want to know how to : when i press the "Enter" on the datagridview on frmChooseItems, i can get the result sames as i press the OK Button. frmPI CODE Dim frmChooseItems As New frmChooseItems If frmChooseItems.ShowDialog = Windows.Forms.DialogResult.OK Then MsgBox("OK") Else Msg ...Show All

  • Visual Studio Gathering output files into a property

    I'm trying to put all the outputs of the build into an itemgroup. Immediately after the Build target I've got this: <ItemGroup> <ZipFiles Include="**\*.dll" <ZipFiles Include="**\*.exe" </ItemGroup> But when I print it it's always empty. Are ItemGroup's evaluated in the order that they're written (in this case after the Build task that creates the .dll's and .exe's) or are they evaluated before any tasks are done Is there some other stupid mistake I'm making that's preventing this from working AFAIK, <ItemGroups> are evaluated when the project file is loaded, (an ...Show All

©2008 Software Development Network