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

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

nebiecoder

Member List

Jorge Lopez
Sacblonde
Gus_
Noah Coad
Fidel delgado Mojica
bcox
Yilmaz Ay
Milan Dimitrijevic
kiranv
maasikamoos
WayneW
fewfewfew
Ajit Godbharle
mcoulton
Doug (MSA)
Rana Basu
S_Kumar
Steven Galione
bpjones101
Pete Bennett
Only Title

nebiecoder's Q&A profile

  • Visual Studio Team System Where to get load test controller and agent software?

    The help says look in \vs\controller and \vs\agent. It doesn't say on what. It's not there on my DVD (the trial version downloaded from MSDN subscriber downloads - our partner status hasn't yet been updated to see the full one) ta Matt Hi Ajay, As you mentioned in this mail , i could not get any Controller and Agent softwares separatly in microsoft sight. Please help me in this matter ASAP as we need to u ...Show All

  • Visual Basic Control to generate SQL code

    Is there a control to allow users to create SQL queries - something like the Access or MSSQL query generator - or even better is it possible to use those controls You can use the SQL generator in Access only if you have a runtime distribution license or your users have the application. You should be aware that because of the potential of "Injection" attacks it is not a good idea to let your users have complete SQL control ove ...Show All

  • Visual C# public data members vs. properties

    what's the real difference between public data member and properties In properties you have the possability to execute code in the get and set blocks, a member variable could just be get or set. /Leyan ...Show All

  • Windows Forms Inside datagridview - filter value of 1 combobox based on 2 combobox selected value

    Hi friends, Please note that both the comboboxes are unbound and are inside the datagridview. I have a datagridview with 2 comboboxcolumns - one showing the "category" and other the "sub category". Category and Sub Category are related tables - 1 to many. When I select the value from Category comboxbox, the sub category comboxbox should only display values which are applicable based on the selected category. An ...Show All

  • .NET Development Explanation of exitContext parameter of WaitAll() in layman's terms?

    Hi, I am rather new to threads, and I have recently made my threads working. But there are quite a few new concepts to learn, and I am struggling to understand the "exitContext" parameter of the System.Threading.WaitHandle.WaitAll() method. On http://msdn2.microsoft.com/en-us/library/27y100eh(d=ide).aspx I have read "Notes on Exiting the Context", but there are a few new concepts to me here: What is a context-bound clas ...Show All

  • Visual Studio Team System Rational Integration

    We are just beginning a fairly large project and are planning to use VS.Net 2005; however, several people on the project team have had experience with Rational Rose and Rational RequisitePro, we are used to that environment, and we have naturally had no experience with the VSTeam capabilities.  We are in a quandary as to whether to use all the features of Team System and/or Rational products which we have experience and confidence in. Here' ...Show All

  • Smart Device Development Datagrid Query?

    HI I am creating my first Pocket PC - SmartPhone application and I have a few problems with the way the Datagrid / TableAdapter work.. The scenario is as follows.. I created a Delete Query to delete according to KeyValue however it deletes the wrong row and when I shut down the application and restart it the datarow that was supposedly deleted is still in the database Suggestions as to what I should be looking at Regards ...Show All

  • Smart Device Development NoUninstall Parm

    Anybody here know anything about the "NoUninstall Parm" in the install CSP section of the provisioning xml file It does not exist in my _setup.xml file, how do I set this variable (this parm is a requirement for Logo certification) chino Nevermind, I dont think this NoUninstall parm things applies to me since I dont have a provisioning xml file. ...Show All

  • Windows Forms OnDestroyHandle() Question

    I've extended the combobox control to add my own custom functionality.  I've overriden the OnCreateControl() method and load an xml document, which populates my dropdown list.  I would like to save my list to xml by overriding the OnHandleDestroyed()&nbs ...Show All

  • Windows Forms Application Running from a server... pls discuss..

    Hi, I know its possible, but to have an application server from which a client can run a windows application, would that be strenous on the server I am trying to find ways to simplify application updates problems btw. Thanks and Regards ...Show All

  • Windows Forms About arquitecture

    My scenario is the next: I deploy my application to my clients with ClickOnce, but my clients can modify the code of the application (adding new attributes to the classes), and can personalize the user interface. How I can deploy a new version of my application to my clients without breaking the changes of my clients I need help. from what you've described, you can't, unless you save all the users configs ...Show All

  • Visual Studio Team System how to create custom code in fxcop for naming of controls in vb.net

    plz tell me how i can create custom rules for fxcop.for example in my company we use name "txtName" for text box.so please tell how i can do this usihg vb.net. Kindly reply me soon its really urgent. Hi deepshikha, This question has been asked a couple of times before. Please see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=371927&SiteID=1 Regards, JEffrey ...Show All

  • Smart Device Development Imege in a button

    It’s posible in this vesion add an image to a button thanks vikesh wrote: http://samples.gotdotnet.com/quickstart/CompactFramework/ Also the OpenNETCF Smart Device Framework contains a ButtonEx control which supports images. You can either download the SDF ( www.opennetcf.org/sdf/ ), or use the source code directly ( http://vault.netcf.tv/VaultService/Va ...Show All

  • Visual Studio Team System Webtest does not think JS (JScript) is enabled when played back

    I have a web test which targets a server which uses JScript. When I play it back the html <NOSCRIPT> tag gets invoked. Is there something to configure so that my web test uses JScript Web tests work only at the HTTP layer.  Since we don't execute javascript in our engine, we don't allow javascript to execute when viewing the pages/responses that came back from the server.  Generally this is not ...Show All

  • Visual C++ Timing issue using DateTime

    I wish to have a progress bar counting up from 0 seconds towards a specified time, and above this a label showing currenttime / totaltime updating every second. I have a value (as an int) of the number of seconds that make up the total time, so I wish to make the total time by using: System::DateTime currentTime = currentTime.Now; System::DateTime PieceLength = currentTime; PieceLength.AddSeconds (Convert::ToDouble(TotalLengthInt)); TimeSpan pl ...Show All

©2008 Software Development Network

powered by phorum