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

Software Development Network >> Klaus Wiesel's Q&A profile

Klaus Wiesel

Member List

Sunil Hareendran
Wim Bouma
KB996
bashman
tanha
curtmack
Steve Gomon
S.Mark
shafiqm
Kaloyan
rgrego
Gerard van Soest
Cola_03
Aidy12
JeffTemple
Diesel31
NatasataN
Lakhs
alaily
UserAccountControl
Only Title

Klaus Wiesel's Q&A profile

  • Smart Device Development Change Button Text Size & Font

    Hi Everyone, I'm simply trying to change the size of the text within a Windows Mobile 5.0 MFC device button. In Windows CE, buttons usually have a standard font and text size. I am not able to change the text size of the button or it's font. The following is a quick snippet of what I'm shooting for: // Create fonts CFont theFont; LOGFONT lf; memset(&lf,0,sizeof(LOGFONT)); lf.lfHeight = 20; // Request a 100-pixel-height font lstrcpy(lf.lfF ...Show All

  • Visual C++ How to turn on resource files in VC Express

    how do you turn on resource files in the "add new item" dialog Microsoft did not include a resource editor in Visual C++ Express.  In my opinion, this was done to strongly discourage Win32 development, and encourage .NET Framework (managed) development. Some of the other things they didn't include: - Platform SDK (Win32 headers and libraries) - can be gotten via Platform SDK download - New Win32 p ...Show All

  • .NET Development Best Way to Copy Data From Server A Table A1 to Server B Table B1 w/ C# and ADO.NET

    Hello ... new guy here ... thank you for your patience.  I've seen lots of ADO.NET examples (including the 101 C# examples), but I have not found one "exactly" like this...and I'm looking for the best practice... Here's my environment: SQL Server A has a database that contains table A1 SQL Server B has a database that contains table B1 Table A1 and B1 have an identical structure (columns, datatypes, etc.) Rows periodically flow into table A ...Show All

  • Windows Forms Drag and Drop design issues

    Hi, I have the following problem, which I maybe think is an design 'error' from Microsoft... I have a ListBox and a TreeView, where you can move an item from the ListBox to the TreeView, this is a simple task. But removing the item from th ...Show All

  • Windows Forms tabs in code

    When I paste code on these forums, I lose my tabs and leading spaces.  Is there any way to do code formatting here As for airplane antics, no, that's all on that topic. The next one's about travelling, and obsession with&nbs ...Show All

  • Visual Studio Team System How to install lightweight Team Foundation Client just for bug tracking purposes?

    Is there a very lightweight Win32 UI client that can be installed from VSTS Beta 2   I've seen a reference to a June 2005 CTP release that lets you install what appears to be "just the TFC client".  But with Beta 2 the Team Suite CD only has the option to "Install Visual Studio 2005 Beta 2", which sounds like a lot more than I want to install. Also, is there a web interface that lets you do more than just see the pre-canned SQL re ...Show All

  • Visual C# .

    . Rob, This is from a larger project so I've tried to cut and paste the relevant bits.  This took ages of trial and error to get working. Hope you can make sense of it. Cheers Steve The process is started from a class that also has a Windows form (to show progress).  The sendclip method starts the commandline process which returns as soon as the process is started - as then events take over.&nbs ...Show All

  • Visual C++ BeginInvoke help!

    From what I read, BeginInvoke can be used to call functions that take a long time to execute by making them execute on a separate thread.  I wrote a little test program to try this and I cant get it to work.  Forgive me if I have got it completely wrong, i've only moved from 'C' to VC++.NET in the last few months. I have a button that when clicked should run a little delay routine (large_function in external_class) for a couple of seco ...Show All

  • Visual Studio Express Editions How to Connect to Oracle in VCS?

    Hi, In Visual Web Developer when you use the database explorer tool you can connect to an Oracle database.  However in Visual C# Express there are only two options for the data providers - SQL Server and MS Access.  How can I connect to an Oracle database in Visual C# Express Thanks, Richard I am testing VC++ Express Beta2 and I am facing the same problem with Oracle. I cannot add even ODBC data s ...Show All

  • SQL Server Customer Count

    Hello, I have a Fact table containing sales information, and is linked to a customer dimension through a CustomerKey and to a product dimension. The Customer Dimension is a slowly changing dimension having CustomerKey as primary key and CustomerPIN as BusinessKey. A customer can have historical records in the Customer Dimension. I want to count the number of clients per product. If I create a measure Customer Count as Distinct Count on the ...Show All

  • .NET Development How to release a program?

    Hello world!, I have come to a point were I want to release a program to friends and other network computers though I am having a few troubles... I'am using Visual Studio .NET Enterprise Architect 2003, and program in most the languages though I've never released any programs due to had no real need till now. 1st. I compile the program as release, so I go to my release folder and sent it to another computer and it does not work. What f ...Show All

  • .NET Development Solution/Project name length limitation

    Hi, I know that there are limitations in the size of naming a solution/project in Visual Studio 2005. Whats the maximum no characters the Visual Studio can take for naming a solution/project. What are the effects if I have a solution/project more than the limited no of chars. Thanks, Prakash Hi, Since Project/Solution names are used as filenames (.vbproj, .sln), then the same limitations are applied. It can onl ...Show All

  • Visual Studio 2008 (Pre-release) ResourceDictionary Source="~/test.xaml"

    In september ctp I can set "Source" to execution directory based path to loose xaml,is something changed in november ctp It wan't work anymore.And if it really changed,why Thanks. OK,I got it-you can set Source to "test.xaml" or "/test.xaml" but you MUST include "test.xaml" in project with build action "Content" and "Copy to output directory",as noted in this forum before.I don't understand that requirement beca ...Show All

  • .NET Development Activator.GetObject and client-activated object mutually exclusive?

    Hi all, From reading the documentation and articles, it appears that when the remotable type is configured as a client-activated type, Activator.GetObject cannot be used. I tried creating an instance of a client-activated remote object using Activator.GetObject. I started from a working implementation of a Singleton to a client-activated type. I can get a proxy, but every call to a method on the proxy results in a "Requested Service not found" e ...Show All

  • Windows Forms char(128) and MSDE 2000

    I have a strange problem. I'm trying to save fx char(128) into a database in MSDE 2000, here is my code private void button1_Click(object sender, System.EventArgs e) { System.Data.SqlClient.SqlDataReader reader = null; string s=null, s2=null; this.sqlConnection1.ConnectionString = @"data ...Show All

©2008 Software Development Network

powered by phorum