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

Software Development Network >> Tom Luetz II's Q&A profile

Tom Luetz II

Member List

JP Beaulieu
ccarpediem
ScottLeo
HowardR
herbgarden
Graham Harris
KevinKing
Ankaiah
Frank Osterberg
NewbeeVFP
HS-Immeronline
figure8car
Ingenious
Nathan Skerl
Aleko_b
krs_Karthick
fbalas
Rellik
Zealousman
puterheaven
Only Title

Tom Luetz II's Q&A profile

  • Visual C++ Constructor Overrides

    I've got a question on something that I'm not quite clear on.  Maybe somebody can help me! If I derrive a class from another class like so: // Plant class... class CPlant { public :    CPlant( int par_leaves):leaves(par_leaves) {};     int leaves; }; // Tulip class with different signature on constructor... class CTulip : public CPlant { public :    CTulip( bool par_hasBloomed):hasBloomed(pa ...Show All

  • Smart Device Development TextBox Readonly gray background

    (Using Compact 1.1) When setting a textbox to readonly the background becomes gray. How can I avoid this Is there a neat trick I can use I tried creating a class and subclassing TextBox and overriding OnPaint but this does not work on 1.1. Are there any other options I also tried setting the control readonly to false and enable to false but then the font is gray. This has come up in the newsgr ...Show All

  • Visual Studio No data in Reports, but the headers show up fine

    C#, VS Pro 2005..... OK, so I've tried the simple approach of creating a form, adding a CR Viewer and ReportDocument to the form, selected just one field from a table (as a simple test - I've tried more complex ones as well). When I run the app and view the form, the report shows up blank, but with the headers visible. Refresh does nothing but, well, refresh the headers. Yep, the Viewer is set to the report name. The preview function sh ...Show All

  • Windows Forms Unexpected behavior of DataGridView when adding rows

    The documentation about " Default Functionality in the Windows Forms DataGridView Control " says that "If the user scrolls to the end of the grid, the user will see that a row for adding new records is present. When the user clicks this row, a new row is added to the DataGridView control, with default values. When the user presses ESC, this new row disappears." It seems to me that if the DataGridView is bound to a DataTable, a new row (record) i ...Show All

  • Visual Basic MDI help

    Hey everyone, I'm new to using mdi forms.  Basically, the problem is that when I maximize my child form an extra line is added to the top of my main form with control box/max/min buttons for my child form.  I don't want that line on there at all!  I've tried everything, disabled everything.  Any ideas on how to shut this off would be great! Here is a screen shot of what I'm talking about. http://www.accs.net/users/anonymous ...Show All

  • Windows Search Technologies WDS 2.6.5? problem

    Since being forced to upgrade to what i believe to be 2.6.5 by outlook 07', my search results are no longer tabbed under 'programs' 'documents' etc. Instead it now seems to just list the results under 'everything'. This problem extends to it listing erroneous results, typing in 'paint' will no longer bring up paint.exe as a result, instead it only shows 2 word documents that have not to do with the word 'paint'. Any advise would ...Show All

  • SQL Server Does offline database come back online when server is restarted?

    If you take a database offline to prevent users from accessing it, and then restart the server, will the database be back online when the server starts up If so, is there an option to prevent this from happening so that a database taken offline will remain offline until it is manually put online again by an administrator The database state is kept in the master database, and is persistent across shutdowns as ...Show All

  • Visual C# No parallell to the Java card layout in C#?

    I've been programming some Java previously. In Java there are different layouts which you can use for an application. One of them is called "Card Layout". In a card layout there are a number of cards/windows. Only the top one is shown and all of the others are not. (Like a deck of cards). Is there no parallell to the Java "Card Layout" in C# Do you have to use a TabControl I'm developing a NETCF 2.0 application so I ...Show All

  • Software Development for Windows Vista Persistence service

    Hello, We have started working with the new framework but few things are still not clear to us. We understand that the persistent service is working in the workflow level , does it mean that every time the workflow is moved to idle and we are using persistence service all the workflow will be saved to database and on Unpersist event all the workflow activities are loaded to the memory again What will happen if my workflow have 100 activities ...Show All

  • Windows Forms datagrid format

    Is it possible to remove the gray blocks that appear on the left hand side of a datagrid when its put on a form On a web app they don't seem to show. cool that works, but how do I get rid of the empty header box that also appears on the grid I assumed that it was connected to the blocks at the side. ...Show All

  • Smart Device Development Is there any solution for secure web services on mobile devices?

    Do we have Framework like WSE in compact framework I only found the OpenNetCF Framework which includes functionalities of WSE. Thanks. Cheers, Justin Hi Justin, NETCF does not include WSE support. However you are right that you can get WSE functionalities from OpenNETCF. ...Show All

  • Visual C# mdac version problem

    Ok, so I just installed VC# express and SQL Express... I am setting up a data source for a data grid. The data source is an access database. I get this error: The .Net Framework OleDb Data Provider requires Microsoft Data Access Components(MDAC) version 2.6 or later. Version 2.50.4403.12 was found currently installed. I am running XP Pro SP2 and all WinUpdates. I downloaded and ran Component Checker version 2.0 and it says that all the MDAC file ...Show All

  • Software Development for Windows Vista Dynamic modification and Custom activities

    I am planning to define some fairly complex sub-processes as custom activities, and would like to use the dynamic self-modification features within those. The problem I am having is that in a custom activty, you do not have access to the IRootActivity required by the constructor of the WorkflowChanges object.  I tried implementing that interface in my custom activity, but the resulting activity cannot be added into a workflow. The nex ...Show All

  • SQL Server Stored proc to create database?

    I was wondering if it is possible to create a stored procedure to create databases. The only parameter would need to be the name of the database. Do I have to use a bunch of EXEC statements, or is there a better way I've created basic stored procs before, but never one for something like this. Thanks. hi chris, if you want to create a database that looks almost the same you can modify the "model" databas ...Show All

  • SQL Server How send a Parameter to Execute program ?

    I am working with SQLServer 2000 and I try to send a parameter, result of a query, to a executable program. I defined the result of query (the parameter), as a global variable, but I don't know how I have to making the call to executable program and how to recuperate this value. How I make this call I have to make an script program (could you give me an example) I have to use a Win32 task or a Execute Package Task How (could you send me an e ...Show All

©2008 Software Development Network

powered by phorum