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

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

hmbbreit

Member List

Matt Ahlgren
bioan
BartvanLangen
Barry_S
Fredrik G
Naveen Kohli
Pooja Katiyar
AjayG
Johan Strand
Snyder Donny
Gus Perez
Van Vangor
ThatRickGuy
ashish12345
arthurmnev
nimrodel
Abdul Wasie
BKMETZ
Stan Burton
RondeSC
Only Title

hmbbreit's Q&A profile

  • Visual Studio VS 2005 Install woes

    1) I get the following error when I run VS 2005: Visual Studio Common IDE package failed to load properly 2) When I try to set up the SDK quick start tutorials, the configsamples.exe throws a file not found exception Any help would be greatly appreciated! Thanks David Laub take a look at this blog for info on fixing package log failures: http://blogs.msdn.com/astebner/archive/2005/11/18/494735.aspx as for the missing SDK quick start tutorials, have you tried repairing the SDK install ...Show All

  • Windows Forms How do I get the table to accept input into a form written via a program.

    If I write to a text box via a program, the table attached to the form is not updated until I navigate to the next form record. Presumably the Form locator.position change accepts and confirms the value to the table.   The Data Table is not linked to a SQL database or MS Access but I read and write to it from text files so I can not to an sql COMMIT.   On occasion, the field will display the value sent but the underlying table ignores it. So I need an “Enter” like event to commit or confirm it in the table.   John Spencer wrote: Remco, Don't worry if you can not help here but I took a look at your s ...Show All

  • SQL Server "Cummilative Sum"

    Hi all, I've got a view with the following data: (Sample) Class Date Month Year Day Target Actual Variance MName ==================================================================== DropBalling 01/07/2005 7 2005 1 165000 117850 -47150 July DropBalling 02/07/2005 7 2005 2 165000 92550 -72450 July DropBalling 03/07/2005 7 2005 3 165000 171900 6900 July DropBalling 04/07/2005 7 2005 4 165000 66850 -98150 July Lancing 01/07/2005 7 2005 1 90000 44100 -45900 July Lancing 02/07/2005 7 2005 2 90000 129650 39650 July Lancing 03/07/2005 7 2005 3 90000 85450 -4550 July Lancing 04/07/2005 7 2005 90000 Plant 01/07/2005 7 2005 67000 Plant 02/07/2005 7 200 ...Show All

  • Visual Basic vb6 to vb .net showdialog() exception

    Hi.. IM working on a migration from VB6 to .Net. I got the next function (code below) where I get the parameters from Database for the current station. After executing the select I get Y's, enter the if as a true an after executing the showdialog to try to display the Login screen, I get the next error: ex.tostring "System.ArgumentException: Stream was not readable. at System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(Stream stream) at AmesComm.TextIO.GetParameter(String parParameterName, String& parRetCode, String& parRe ...Show All

  • Visual C# Knowing when something is copied to clipboard... how...?

    Hello there... is there a way that my little app that sits in the tray could be notified when some content is copied to the clipboard I would like to make a small Clipboard Manager... you know.. so that the tray app would remember 10 last clipboard contents and the user could browse among them and use them... thank you! David Oh wait, here is something: http://www.elists.org/pipermail/delphi-talk/2003-November/018435.html And a quick though about how I thought I'be able to work around this easily... I think it's not that easy with general data.. for text it is.. you just compare it.. but there is no way to ...Show All

  • Visual C++ Draft: How to rebuild the 8.0 CRT Library for use on NT 4.0 SP6

    DRAFT 0.2 - comments welcome  HOW TO REBUILD THE 8.0 CRT LIBRARY FOR USE ON NT 4.0 SP6 The shipping 8.0 C Runtime Library DLL (MSVCR80.DLL) does not support NT 4.0 SP6 for one reason and one reason only: someone at Microsoft added a function call to GetLongPathNameW which does not exist in kernel32.dll on NT 4.0.  You cannot delayload the CRT, therefore there's no way around it.  In order to run on NT 4.0, you must rebuild the MSVCR80.DLL to remove this reference.   Fortunately, very little work needs to be done to rebuild the 8.0 C Runtime Library DLL to support NT 4.0 SP6.  First, let's identify th ...Show All

  • Smart Device Development looking for playing video stream

    hi.. can i know how to playing a video in pocket pc stream or local i have search this topic but cannot find any answer.   Chris Lorton wrote: Odeyssey software ( http://www.odysseysoftware.com/ ) has a product, CFCOM which they demo with an interface to media player.  This is one possibility.  If you want to roll your own, you'll need to create a shim DLL which you can p/invoke from managed code which will interace with the WMP COM interface(s) you need. If you have access to NETCF V2 (via beta2 or a CTP), you can use the new COM/interop feature(s) to use COM objects directly from managed code. -Chris Already ...Show All

  • Visual Studio Team System How to Execute Functionality at test start only

    Hello, I would like to have each user run through some functionality to populate a data array from a csv file when a test starts. I am using a UNIT TEST. Background: My issue is that I can not use any WebTest functionality because it will slow down my request rate. I am to much of a newb to understand why but here is a post explaining it... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=313631&SiteID=1 Based on that post Josh recommends use a UNIT TEST. I verified I get a high request rate with hard coded data. Awsome. However, when I go to add a datasource it does not appear I can use one with Unit Tests. So my ...Show All

  • SQL Server PivotTable Total from Database

    hi, i'm trying to create a PivotTable in which I will be able to see totals coming from the database, not a calculated total field performed by the PivotTable. The data are structured with a hierarchical dimension for wich values are existing for each low level detail item and also for the high level detail item. Is it possible to create a PivotTable based on a ROLAP(with SQL query) access that provide this kind of result (with total from the database). For example, with the following table of data, I want to produced a PivotTable with 2 columns (E1Dim2 and E2Dim2 values) and 2 rows (E1Dim1 and E2Dim1 values). The PivotTa ...Show All

  • Visual C# BackgroundWorker and SHGetFileInfo

    The SHGetFileInfo function sometimes does not give the appropriate icon when called from by a BackgroundWorker. As far as I have been able to ascertain you get the correct Icon back as long as the Icon is static for a file type. That is, the Icons for .txt, .doc, etc. are the same no matter which file it is. But the Icon for files/shortcuts with the extension .url or .sln (if you have VS 2005 installed) will have Icons which depend on file and for these files SHGetFileInfo returns does not return the appropriate Icon instead it returns the default Icon for a file (the icon that is used when Windows does not know the extension type). ...Show All

  • Visual Studio Express Editions PDF Visual Basic Guide 'Build a Program Now!'

    Please see this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=375278&SiteID=1 I have looked at my old emails and found that the PDF document was titled 'Build a Program Now'. Unfortunately, those emails did not include a link to the PDF document! I have now found out how to get this! For the benefit of anyone else interested, once VB Express has been downloaded, make sure you register it.  Microsoft then send you an email with the Product Key and also links to download other useful items such as the above and also on Web Page Development. In my opinion these are well worth looking at.   ...Show All

  • SQL Server Changes not replicated to subscriber

    Hi, I hope you can help me with this. I am setting up a tranasctional publication with updateable subscriptions using: use [LIMS_PUBLISHER_TEST] exec sp_replicationdboption @dbname = N'LIMS_PUBLISHER_TEST', @optname = N'publish', @value = N'true' GO -- Adding the transactional publication use [LIMS_PUBLISHER_TEST] exec sp_addpublication @publication = N'LIMS_PUBLISHER_TEST', @description = N'Transactional publication with updatable subscriptions of database ''LIMS_PUBLISHER_TEST'' from Publisher ''RIVIERA''.', @sync_method = N'concurrent_c', @retention = 0, @allow_push = N'true', @allow_pull = N'true', @allow_anonymous = N'true', @enabled_f ...Show All

  • Visual Studio 2008 (Pre-release) Hosting Multiple Services

    Hi, First, I want to host over 50 different services each with a seperate interface, how can i do that in WCF using the same endpoint and the same service host. Second, can a service dynamically add a service to be hosted, for example lets say i have created a new service is there a way i can dynamically host this service without recompiling the service host code. You can host services dynamically. I do this currently with a Peer channel binding, but it works with any of the bindings as well. You can configure as many services as you like to the same endpoint. For HTTP transport you need to have derivitive URLs for each servi ...Show All

  • Windows Forms pass param to start a new form

    Hello, all. This one is a beginner question. But I want to do it the right way, so your help is appreciated! I have this code from one form to start another one. Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim myfrmSearch As New frmSearch myfrmSearch .Show() End Sub Now I want to pass a parameter to the second form, so it will starts in certain way based on the parameter. Hi, I think that if you want to pass parameters specifically to Show method you should overload that method by adding sub with the same name and d ...Show All

  • Microsoft ISV Community Center Forums form-Subform

    Hi, I'm facing problem with a subform and form. I've a parent form which has only one control which is a combo box. the recordsource is valuelist n it has got week day names in it..monday-friday i've got 3 tables A, B, C..... C is the table having primary keys of A & B as forieng key so its a A(1)->C(m) & B(1)->C(m) relation table c has a field storing commencement date of term as date type. let me be more specific.... table A Class table B Teachers table C TimeSlot i've a query which queries on C table and also queries on A & B and displays there class number n teacher name for tht class... hence the query is something li ...Show All

©2008 Software Development Network