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

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

SYSTECJF

Member List

Milzit
Mark Magoo
IO95
ChiragKhabaria
John Paul Cook
Kerry Wano
Jason_25
Pranav
Jonas Lundberg
M_C
Titus63
rolf cerff
wowpeter
James Lau
Paintshow
REM7600
Stukey
papaboom
Thenend
bl4ckprint
Only Title

SYSTECJF's Q&A profile

  • Smart Device Development How to set the Background color of propertypage caption

    Hi, I am developing a project using PropertySheet. In that i created 3 propertypages. what i want is when one tab is active other two tabs caption (BackGround) should come in different color.and when i try to activate it it should become normal.changing the caption(background) of a page that is getting deactivated i read all the document on MSDN but still not able to figure out any help is welcome Thanks in advance Regards Sarvanan Hi, You can use CPropertySheet::GetTabControl to get a handle to the tab control and then do perfrom all the operations that you want to using the tabcontrol handle. For sett ...Show All

  • .NET Development .Net 2.0 and 1.1 ???

    I am bit confused about .Net 2.0...my question is: Can i run .Net 1.1 or .Net 1.0 applications using .Net 2.0 and Can i build .Net 2.0 Applications using Visual Studio 2003 thanks Humayun Shabir SourceSystems.net Hi Humayun, in general .NET Framework 2.0 was created to extend the .NET Framework 1.1 and not to change. Although there were certain design issues that resulted in changes to be more consistent along .NET Framework as a whole. All the potential issues arising from that are here: http://search.microsoft.com/search/results.aspx st=b&na=88&View=en-us&qu=breaking+changes+1.1+2 ...Show All

  • Windows Forms Win32Exception while creating a form

    Hi I am getting the following exception. This happens when I try to create and dispose this form repetitively in a very short period of time. Say I just keep clicking show and close rapidly. This is a huge form with lots of controls in it. I tried to do a GC.Collect() after the Close but that did not help. Has anybody here faced this kind&nbs ...Show All

  • .NET Development Framework 2.0 and 1.1

    Should the system have both versions of Framework (ie. 1.1 /2.0) or its safe to remove the old one (1.1)  I know that both versions can co-exist but , why to have both, compatibilty issues I haven't seen an FAQ specific to 2.0 come out online just yet (a lot of the docs are still getting published) but I haven't heard of any reason or changes that would prevent side by side execution from working the same way as is supported for 1.1 and 1.0.  VS 2003 and VS 2005 both will continue to function as normal if installed on the same machine. http://msdn.microsoft.com/library/en-us/dnnetdep/htm ...Show All

  • Windows Forms A really basic question for Windows forms.

    I've done a ton of .NET development in ASP.Net using web based technologies for years now, however, I've had VERY little experience with Windows forms.  As such, I have a few questions I would appreciate some advice on;  I've started a Windows Form Project and written my main form and added a MainMenu control bar to the top.  1. I want to spa ...Show All

  • Visual C++ date

    Vb.net had a variable call date so how to work at vc++ .If i provide a date i want to count the totaldayofthemonth.I had try used some software translation vb.net class to c# class fail.And i have problem trying to convert string to int and int to string The code // This is the main project file for VC++ application project // generated using an Application Wizard. #include "stdafx.h" #include "time.h" #include <sstream> // this file is is similiar with <iostream.h> #using <mscorlib.dll> using namespace System; using namespace std; class dateX {    private :    std::string changeZero(s ...Show All

  • Visual Studio Express Editions Formless Application?

    Is there anyway to create an application that (when created) doesn't have a form For example, I would like to create an application that has an icon in the notification bar and have it so that when I double click it a settings form is created. I would prefer not to have the form exist all along and just have it invisible because to my understanding that uses more memory then creating it on demand and the goal of this application is to make it as unobtrusive as possible. Thanks in Advance, Nick Dancer. I'm not sure what this application will be doing but what you're describing sounds like a Wind ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Control Hardware Acceleration in DirectX

    hi there, I am using Managed DirectX. Can i control level of hardware acceleration through DirectX while creating or initializing device If i can control it through my software, what things i can do with it there is still option to change hardware acceleration through manually by changing it through properties of VGA but my requirment is to change it through my own software. please reply soon .... Thanx You can control just about everything to my knowledge, but you'd have to ask about specific things if you want a specific answer. ...Show All

  • SQL Server Blocking Transaction

    I have a 3 simple packages get called from master package. First package populates time dimension (stored proc), second one populates transaction type dimension(stored proc) and the final one populates date dimension. I set the TransactionOption = Required in the Master package, every thing else (package & component) set TransactionOption = Supported. I have been testing transactions, basically I made time and transaction type dimension to fail and the package did roll back. I am stuck in the date dimension. Within Date dimension I got a stored procedure which populates calendar date attributes into Wrk_Date table. Then I have a ...Show All

  • Visual Studio passing fieldobject at runtime from the program

    hello, i am doing reasearch on crystal reporting from two weeks .i want to pass the database fields from the program at runtime to the report source. I am able to pass the dataset at runtime but i could not pass the fields . If fields can be set at runtime then it would be used for any datasource. Also I tried textobjects to set the field object in it from the program but i could not . Please answer me whether it is possible or not Please help me to make crystal reporting totally dynamic. Please dont give me design time solutions. I'm not sure I understand...if you can pass th ...Show All

  • Windows Forms ClickOnce Install Error

    I am new to the concept of click once, but liked the concepts.. Putting it into practice seems to be a little harder than I expected though.. App scenario. Winforms app that uses a webservice located on the same site that the app is going to be click onced from.. Webservice uses default aspnet account to access a database via stored procs.. I did a&nbs ...Show All

  • Visual C# Create a snap-in using VisualStudio 2003 C#

    Hi I have to create a snap-in(for a MMC). I'm trying to do that using VS2003, C#. The .NET framework version is 1.1 I searched for information and I found a basic sample at the following link:http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/ en-us/managedmmc/html/56f458d3-5c65-4664-8107-2ba04efd7d65.asp I tried to compile the code, but I got an error message "The type or namespace name 'ManagementConsole' does not exist ". So, I succesfully installed the MMC 3.0 version for XP(with SP2). I also found the microsoft.managementconsole.dll file(C:\Windows\system32\) and I tried to add a reference to it in ...Show All

  • Visual Studio 2008 (Pre-release) versioning in WCF?

    Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. Hello Steve, with WCF you have a new option at the data contract level (XML schema). The DataMemberAttribute contains a parameter called VersionAdded which permits to have the versioning in your data contract. Please ...Show All

  • Visual C# 'Couldn't find specified module.', 'FileNotFoundException' when declaring classdo

    When I declare a class from a referenced DLL (TrueVision3D.dll), Visual C# (2005 Express) throws a FileNotFoundException, containing the description: ' Couldn't find specified module. (Exception from HRESULT: 0x8007007E) '. The strange thing is this source code and DLL worked before, but after I reinstalled Windows XP it doesn't work anymore. All required dependencies are there in the right place -already checked that. Also: it only appears when debugging. When I run the Release executable, it just runs. Little sample code: static void Main(string[] args) { TrueVision3D.TVEngine engine; << this line throws the actual error. Sy ...Show All

  • .NET Development Using TableAdapter for thousands of rows

    Hi, I have an application which needs to load about 100k of records on startup in the current design. The reason I decided to load these in a dataset rather than accessing the database directly is to speed up the user interface which now screams, but I'm faced with the issue of loading all these records at startup. Other than using Stored Procedures (which I do), what other options do I have to speed up the load process Thanks in advance, Mike Not much besides getting faster hardware and network. You can improve UI by starting separate thread and loading data in background. ...Show All

©2008 Software Development Network