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

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

shi11

Member List

Dennis Kudin
noname267
Pieter-Paulus Vertongen
praomn
rperreta
Shaka
DStevic
Adriaan Canter
Olmann
vb_jonas
SL-USA
umuhk
Sam Barnes
Jean-Francois Tessier
Humpty
damovsky
awp001
makis2
KaraokeJoe
RJDBA
Only Title

shi11's Q&A profile

  • Visual Studio 2008 (Pre-release) VB9 Object Initializers and Parameterized Constructors?

    In VB 9 how will the use of an object initializer work if the only public constructors are parameterized constructors, that is if the basic constructor's modifier prevents its use In the current LINQ CTP (May 2006) we disallow this case to simplify implementation. However the design is still under consideration - so keep a look out for new updates. Ting Liang ...Show All

  • Software Development for Windows Vista Vista UI lacks of Transitions, Fades and some other things

    I like Windows Vista very much, but when i compare the current December CTP [of which I am beta tester] with a Mac OS X Tiger video found on the apple homepage, Vista falls behind in some areas. What I find so pleasing in Mac OS X are the cool but not annoying transitions in various parts of the user interface. In Vista, except of the window minimize to taskbar, maximize from taskbar, window open and window close effects, there are none noticabl ...Show All

  • .NET Development Select reccord

    Hay, I load data from a database and show this in a form ,whit the Bindingnavigator i can move to the Next reccords whit the " MoveNextItem_click event." But how can i move to a reccord on a specific search string     Find solution Dim index As Integer Dim zoekstring As String zoekstring = Me .BindingNavigatorTextBoxZoeken.Text index = TVogelBindingSource.F ...Show All

  • Microsoft ISV Community Center Forums Distribute elements extracted from XML to ListColumns or Cells

    Hi, people I'm already get the connection using MSXML, rather than winhttpRequest in VBA code. The response that I'm obtaining for while just is displayed in specific cells. Well, when I do a simple query it's all O.k, the problem comes when I need to access many datas (from ISBN numbers), in this case what I've got it's only one item. Or be, I can't view the others datas from others books.. I already saw something to work ...Show All

  • Visual J# Rebuild Issue with Object Test Bench

    I am able to create an instance of a class in the Object Test Bench.  But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method.  It does this even though I have not modified the code in any way.  I try to execute the method right after I create the instance. This seems to happen if you have multiple projec ...Show All

  • .NET Development BackgroundWorker problems

    Ok.....I have a while loop that executes an increment on a counter for a couple thousand times. I want to be able to show the progress on the counter using a progressbar. Now, I am executing the while loop in the DoWork method of the background worker and updating the progressbar in the ProgressChanged method and when i call RunWorkerAsync then things go wrong. My problem is that the progressBar updates properly and the count increments...howeve ...Show All

  • Visual Studio Express Editions Modding the Pong starter kit - questions

    I finally have some time to put to practice some elements of object oriented programming I learned from that Deitel & Deitel C++ book I partly read a few months ago. I'm trying out the C# starter kit that contains a working Pong game. http://msdn.microsoft.com/coding4fun/gamedevelopment/tenniscs/default.aspx I don't really have any ambitions of becoming this great game programming of the ages, but I've always learned progr ...Show All

  • Smart Device Development Using same port for Server and Client

    Is it possible to use same port for both the server and client. that is what i mean is if a client connects to the server at port 2332 then server will randomly assign an port, using this port server and client will communicate with each other. Hear, wht i need is i want that randomly assigned port also to same as listen port. Basically i need this for NAT implementation You can bind the client to use a fixed ...Show All

  • SQL Server Column Grand Totals

    Is there a slick way to add grand totals to my report so far, in my report table I have the following sections TableHeader1 TableHeader2 Group1 Footer1 I added one of the same fields from my Group1 to Footer1....but it's not summing correctly. I have this in my footer right below one of my Group Fields: =SUM(Round(((Fields!FeeGoal_AZ.Value) / Fields!FeeSchedule.Value) * 100)) From the expression it looks like yo ...Show All

  • .NET Development active directory update with application.

    I want to be able to update attributes of active directory users. I am using this code to get the user's information. Specifically if the user is active or disabled. ------------------------------------------------------------------------ Dim search As DirectorySearcher = New DirectorySearcher search.Filter = String .Format("(SAMAccountName={0})", userName) search.PropertiesToLoad.Add("givenName") search.PropertiesToLoad.Add("sn") search ...Show All

  • Visual Studio Team System mstest with custom test type and metadata(vsmdi) file?

    I'm trying to use mstest.exe to run a test from the commandline. The test was created as a custom test type that I have created via the extensibility SDK. I've done a lot of investigation and here's the results: 1) inside VS I can run the custom test fine. 2) I can run the custom test fine using the /testcontainer: option of mstest.exe. 3) I can run a generic test using the same vsmdi file with mstest.exe. 4) trying to run the custom ...Show All

  • Visual Studio Cannot install GAT or any other guidance package

    Trying to install GAT or any other guidance package gives me the following error on a dialog box - "Operation is not valid due to the current state of the object" - clicking on the OK button rolls back the installation. GAX Preview release (Dec 2005) installed - no problem GAT version: Preview release (Dec 2005) Visual Studio version: VSTS (2005) O/S: Windows XP service pack 2 .NET: Version 1.1 and 2.0 installed MSI: ...Show All

  • SQL Server ok, I give up...how do I set permissions for NT Authority/Network Services???

    I know how to do this in SQL Server 2000 Enterprise, but things have changed in SQL Server 2005 and I can't get SQL Server 2005 CTP set correctly to avoid the following error when trying to request data from an ASP.NET datagrid in the VS.NET 2005 beta IDE. Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Thanks for the help. Paul ...Show All

  • Visual Basic Entering Date Field

    What is the best way to enter (edit) a date field in a windows form I am trying to use maskededit for date field but its giving me problems in saving and retreiving from the table. BTW, masked edit is working fine for string fields like telephone number, NSSF number. The problem arises in the format of date storage in MSDE - US date format. For example, the 1st of March 2008 is being stored as 03/01/2008. Is there a way to change this to m ...Show All

  • Visual FoxPro Memory acces error

    I need some help... When closing our application we are getting the error message "The instruction at "0x02245e30" referenced memory at "0x02245e30". The memory could not be "read"". We don't know what is wrong... any suggestions on how to fix this Any input would be really appreciated. Sounds like you may have a dangling references to an object, left over ...Show All

©2008 Software Development Network

powered by phorum