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

Software Development Network >> Harreld Kuiper's Q&A profile

Harreld Kuiper

Member List

dsula
Marky52
twinklekumar
IMBack
Gaston
Krismu
Dirk Strikwerda
Gino Abraham
judo
Harald Mejlholm
aKzenT
C.Z.
Scott Lezberg
xiangli
David Gorena Elizondo - MSFT
Freem0n
Crystal-Jacd
kO2n
PaulB1950
cis_student
Only Title

Harreld Kuiper's Q&A profile

  • SQL Server Using SSMS to Manage SSIS

    (Also posted on the beta newsgroups...) I'm having problems using SSMS on a workstation to manage SSIS on a server.  I cannot connect to SSIS on the server.  The SSIS service and the RPC service are both running on the server, but I get an "RPC server is unavailable" error message. I have CTP 15 running on the workstation but CTP 14 running on the server.  Probably not a great idea, I know.  Anyone know if that is defini ...Show All

  • Visual Studio Response is flushed after an ExportToHttpResponse, how to update controls

    Hi. I want to update some controls on my aspx page and do an ExportToHttpResponse in the same sub. The problem I'm having is the ExportToHttpResponse seems to flush the Response object, so the reports is exported but the page controls remains unchanged. Here's a sample code wich Export the Crystal report to a pdf then update a label, of course the label is never updated... Private Sub GenererBonSortie() Dim crSource As New Crystal ...Show All

  • Smart Device Development problems with WriteString and CStdioFile

    Hi everybody, while I am using file.WriteString(); with CStdioFile there is an error nobody can explain in other forums and discussion boards: error C2039: 'WriteString' : is not a member of 'CStdioFile' c:\...\mfc\include\afx.h(1487) : see declaration of 'CStdioFile' I don't understand because every other things works well with CStdioFile (for example Open or CFile::modeWrite etc.). I want to write in a .txt-file and don't like things like  ...Show All

  • Visual Studio Team System Release of Team Foundation Server?

    Not sure if I missed this somewhere, but did they announce the release date for Team Foundation Server Hey Brian, I definitely understand (I'm in the business too), and believe me, rather have stable than earlier. But this is shaping up to be a fantastic product, so don't mind me if I get a little anxious :). Joe ...Show All

  • SQL Server Row and column count in SSMS

    When you execute an MDX query the Messages tab displays the number of rows and columns returned. However, that includes the rows and columns used to hold the member names. Personally I would prefer it only returned the rows and columns in the cellset. Anyone agree/disagree Discuss!!! Also, a minor point. I'd like it if the rows and columns were displayed on the results tab like the number of rows are in a SQL query. Anyone agr ...Show All

  • Windows Forms Need help creating a category manager, advice on control usage...

    I have an application I've built for managing a manufacturer's automotive parts, and it also has an area for adding a part to a category. I am looking for a control that would be the easiest to use for managing the categories themselves. Basically what i had envisioned was using a tree-control, but I have not been able to find a tree-control that is databound to a database. I had also tried unsuccessfully to use multiple comboboxes as drop ...Show All

  • Visual Basic How do I write a code that returns/replaces the cursor automatically to a chosen TextBox?

    Hello, I have a Visual Basic.Net form with just one TextBox that I am using to receive multiple/series of data (via array/index), but the cursor never returns back to the TextBox. The cursor can only return manually with the aid of mouse or tab. How do I write a code that returns/replaces the cursor automatically to the same TextBox every time I press /click the button Best Regards Chike Hi happy ...Show All

  • Visual Basic need to seperate field into first, last, middle initial

    I have a field with last name, first name, middle initial, second first name, second MI, Title. I need to seperate these out to seperate columns. I have done it in 25 queries in access. Is there an easier way If you have them in VB, then you can seperate them using regular expressions.  If you want to do it within the database, you should ask in the SQL forums.  <edit> Let me clarify: if you ...Show All

  • SQL Server Using 2 connections and DB in a query

    Hi, this is proberly a really stupid question, but I am new at this, so here goes: Is it possible to use two connections in a SELECT, i.e. SELECT * FROM p WHERE pno IN (SELECT pno FROM sp) where p is from one connection, and sp is another. Why Well I am trying to stage some data, (my very first attempt at it), and want data from the foreign table where a date is higher than a date stored in my "settings" table located in my ...Show All

  • Visual C++ Clock

    How would I code a live simple 12 hour format clock that keeps up with my system's clock on my program with "hours, minutes, and seconds" on a status strip on the bottom right I know that I'm new at all of this but could you give better details, I know what datetime.now is but I don't now how to use it or the timer, and whenever I put something in a statusstrip it stays on the left side and I don't know how to move it to the righ ...Show All

  • Windows Forms Changing component size on windows resize

    I can't remember this one from my old days of Windows programming. I want to change the width of an object when the form size is changed. How do you do this No wonder you're an MVP Ken! That worked like a charm! I'm ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;H8013141e&amp;

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • Visual C# How can I use the web development samples

    After install the 101 samples msi, I found the "Base Class Library solutions", "Data Access solutions", "Windows Forms solutions", but I can't find any "Web development solution", so how can I use the web development samples I'm not sure what you're asking You know there are web samples, but you can't find them A web app will contain aspx files, you could search for that to find them in the folder st ...Show All

  • Visual Studio 2008 (Pre-release) Is there a direct link to the SDK image?

    There is no direct link to WinFX Nov CTP SDK and the download speed is very low(10k/s). Is there a direct link to it so I could use FlashGet Thanks! Runtime Components http://www.microsoft.com/downloads/info.aspx na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=E5376297-DA10-4FC3-967D-38C96F767FC4&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f1%2f2%2f3%2f12325142-1ade-4476-9d4f-af34c7f21302%2fwinfxsetup. ...Show All

  • Visual Studio Team System methods listing the contents of the repository

    How do I get a listing of the version control repository using the private assemblies I haven't found any methods which return Microsoft.TeamFoundation.VersionControl.Common.VersionControlPath, and Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer doesn't have any obvious candidates. ++Alan I think GetItems() does what you want. ...Show All

©2008 Software Development Network

powered by phorum