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

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

Object01

Member List

SOTY_Programmer
johnalexander
Vinod1239
muku
Zagen
ChuckM
Airmann_90
ShawnReed
Viking_p
Ronaldlee Ejalu
Grumbal
Chandana Hathi MSFT
vinobaje
Xavier R. Javier
werwin
Ciddire
Tony Morgan
AJSA
Martijn Kieboom
Zipho Mfihlelwa
Only Title

Object01's Q&A profile

  • Visual Studio Team System What does this error mean and why does it keep coming up?

    Exception LoadTestException Could not find dependent counter needed to apply threshold rule: \\MCSD-DEV\LoadTest:Page\Avg . Page Time(_Total)   The view is:    at Microsoft.VisualStudio.TestTools.WebStress.Rules.ThresholdRuleCompareCounters.CheckCounterValue(PerformanceCounterValue counterValue, ICounterProvider counterProvider)    at Microsoft.VisualStudio.TestTools.WebStress.LoadTestResultsCollector ...Show All

  • Visual Basic Splash Screen

    Vb .net if I create a spash screen and load a new form - when I dispose of the splash screen it kills the entire application. Any ideas or better methods to doing this rich I added it to the form closing event and it worked awesome!  Thanks for your help... rich ...Show All

  • Windows Forms Binding Data in ASP.NET

    I retrieved data from a DataBase into a dataset. How can I bind a particular row to a TExtBox Hey Hey! you were really close!   It looks like you are talking C#, not C++ though... Here is what finally worked for me: DataRowView^ myDataRowView = (DataRowView^)indexBindingSource->Current; textBox3->Text = myDataRowView->Row[2]->ToString(); Good luck with your exams, T. Feral Cat (AKA "Stray") ...Show All

  • Windows Forms Positioning dynamic user controls & OnPaint

    I have two issues.   1) I'm dynamicly listing hierarchical user controls in an auto-scroll panel.  Each control has an expand button when clicked renders it's children indented, children can expand as well. After several expansions, I bump up against som ...Show All

  • .NET Development Creating\Restoring Secure Backup of Sql From Vb.NET

    how could i be able to create and restore a secure backup of a specific database from my application......... ...Show All

  • Smart Device Development SQL Server Access Denied

    In VS 2005  I am trying to connect to a SQL server 2000 db through pocket pc 2003 emulator, I get access denied or db does not exist.  Both sql and windows authentication fail.  Connection works in windows and web applications.  Only fails in the  (emulator).  When setting up data source, connection test is OK.  Any ideas Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID= ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Disable FSAA for some primitives each frame? (disable it temporarily)

    If I set my device to use 4x FSAA for example, can I temporarily disable it when rendering primitves or somehow make primitives that isn't affected by the FSAA I have a graphical user interface that render text and quads with point filtering, that way making it "pixel perfect". Much like blitting a sprite but I'm using triangles instead. However this method breaks miserably when I add antialiasing, since the pixel precision is lost and ...Show All

  • SQL Server Error exporting a subreport to Excel!?

    Hi All, I have a report sonsisting of two subreports. When I export it to Excel I get an Error!! I played around with it and I found out that if I use ReportItems in my page header it will cause this error! Does anyone have any idea why Is this a bug or there is some work around it! Thanks. In my situation there is no table! Just a simple sub-report. Anyhow, I ended up removing the header and any reference to the ReportItems from my report ...Show All

  • SQL Server SSIS Versioning Control

    Hi All, I'm new on SSIS, but have worked for some time with DTS and a long time with other ETL tools like Informatica or OWB. I would like to know in which way can i, easily, control my project/package versions. At the same time i need to implement a concurrency management system, which will control what developer is using which package, and when finished update the central repository (As it does Informatica or even OWB). I have heard that i cou ...Show All

  • Windows Forms Setting DataGridView.DataSource = null erases the columns I set up in design mode

    Based on the user's selection in a combo box, I want to update the contents of a DataGridView from a stored procedure. So I set its DataSource = the DataTable that has the data. The user can also have nothing selected in the combo box (SelectedIndex == -1). In this case the DataGridView should be empty. So here I set the DataSource = null. The problem is that after I set the DataSource = null, I lose the columns that I had set up in design ...Show All

  • Visual C++ How to compile my C++/CLI classes in VC++ 2005 using Microsoft .NET framework 1.1?

    This post is related to my previous post, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=358605&SiteID=1 The problem that I had is the DLL which I builded in VC++ 2005 using .NET framework 2.0. Is there anyway to specified my output DLL is target for .NET framework 1.1 during compilation I am tried by adding app.config file to my project, by it would not work. My app.config file look like below: < configuration > < ...Show All

  • .NET Development Strange construct in template code

    When creating an a new ASP.NET Web Service project in VS2005 Beta 2, I am curious about the template generating the 'Public Sub Service' procedure within the genrated class (as demonstrated below). Can anyone enlighten me as to what this procedure is designed for and what, if anything I should be doing with it <WebService( Namespace :="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ Pu ...Show All

  • Visual Studio How build got initiated

    Hello, My package is using IVsBuildStatusCallBack to intercept another project's build process.  I would like to perform some different behaviour depending on how the build was initiated. For example, if the user initiates the build from an item context menu, then I would only want to build that item.  If the user instead choose Build Solution from the Build menu, I would wish to build all items in the solution.  I can use IVsMon ...Show All

  • Software Development for Windows Vista Sequential workflow 'caches' event

    Hi all, We created a sequential workflow containing the the following sequence: eventSink1 - methodInvoke - eventSink2 - code Following the normal sequence of the workflow everything works fine. However when not following the normal sequence, the workflow behaves slightly different then I would expect. When the workflow is waiting for eventsink1 and an event is fired that corresponds to eventsink2 the workflow does not continue, as expected ...Show All

  • Visual Basic sending a char

    hello how can i send in visual basic a char i want to design a form with multiple textboxes and want the users to enter their text with some buttons. now i don't know how i can add the chars to the active textbox. greetings chris In the button click event set the textbox .text property Example  in the Button1 click event Textbox1.text = "foo" will set the contents of a textbox of ...Show All

©2008 Software Development Network

powered by phorum