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

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

mtfck

Member List

Hinesdev
Chris V
Damien Sauveron
Wilson Thampi John
hswear3
arm
David_Again
sud
Xie Zheng
Sinu Ramachandran
Job Lot
derekslager
jsmans
Rob Redford
De_Vaddrr
Dhaval Heruwala
Tristian
whitesky
Roy Griffiths
dibzee
Only Title

mtfck's Q&A profile

  • .NET Development Common Language Runtime debugging service

    During install Microsoft .NET Framework 1.1 sevice pack 1, I get error: Application has generated an exception that could not be handled. Process id=0x7a0 (1952), Thread id=0x810 92064) Click OK to terminate the application. Click CANCEL to debug the application . You could try this forum: Visual Studio Team System General ...Show All

  • Visual C# Components parameters

    Hi everyone, In here; (object sender,System.EventArgs e) I do not understand anything from the parameters of C#'s components. What is the logic of using these paramater for all components in C# Would you please explain them to me Thanks, Mert The sender is the object which causes the event to be raised. E.g. the button you clicked on or the combobox of which you changed the selected index. You can use those when you have 2 similar con ...Show All

  • Visual Studio 2008 (Pre-release) Using per-pixel opacity and there's nothing to see

    Hi, I'm experimenting with the per-pixel opacity and I used the "MSN stockwatch" example from unni's blog http://blogs.msdn.com/unnir/archive/2006/03/01/541154.aspx Problem is that I don't see anything. At first, I had two windows open, but I fixed that. But all I see now is that there's a window open, but not visible. Anyone who had this problem that can/wants to help me thanks in advance, kimme ...Show All

  • Visual C++ TIME CONVERSION BUG

    // TimeConstructionBug.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "ATLComTime.h"   int _tmain( int argc, _TCHAR* argv[]) { COleDateTime a(2006, 12, 1, 17, 0, 0); SYSTEMTIME b; a.GetAsSystemTime(b); FILETIME c; ::SystemTimeToFileTime(&b, &c); COleDateTime d(c); CString startTime(a.Format()); CString endTime(d.Format()); printf( " ...Show All

  • Visual J# Passed value in ASP Pages

    Hi, I would like to know how to retrieve a passed value in J#. I have a new page and I want to access it's passed value. New Retrieved Page Example URL: http://test/default.aspx pageStatus=0 I have an int variable (int pageStatus;) in my default.aspx page and I want to assign this variable the value found in http://test/default.aspx pageStatus=0 What method do I use Thanks in advance, Allan Allan_M wrote: ...Show All

  • Visual C# how to dealloc memory allocated by COM server?

    Hello, (I accidentally posted this question previously in the Visual Studio General forum, when I was intending it for the Visual C# General forum. My apologies for the duplication.) In my C# client, I am calling a COM server's method that allocates a buffer and returns the buffer and its length. It is the responsibility of the client to deallocate this buffer, but I do not know how to do so in C#. The .NET signature looks like: ...Show All

  • Visual C# Type.GetType Problem

    The following is my code to get type from AssemblyQualifiedName. //Full Qualified Name Work Type type = Type.GetType("System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); //Partail Qualified Name Work type = Type.GetType("System.Int32, mscorlib"); //Full Qualified Name Work type = Type.GetType("System.Windows.Forms.DataGridView, System.Windows.Forms, Version=2.0.0.0, Culture=ne ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Help!

    How I can Link DirectX 9 SDK with Visual C++ 2005 Express Edition.   You will need to make sure that you have the platform SDK Installed and configured , then update the directX SDK. Moving the thread to the DirectX and Game Development Groups. ...Show All

  • SQL Server Border around page

    Hi all! I've a little problem. Our customer wants report with border around each page. The report displays data with the help of List. I tried to create border with lines or rectangle but when report renders to PDF the top and bottom borders vanish. (I'm using RS 2000.) Can somebody helps me, plz =) ...Show All

  • .NET Development Datarow copy

    It's hard to beleive that I cannot find any post on this! I want to copy a datarow from a source dataset to a target empty dataset. I get the datarow from the source dataset but when I want to insert it to the target dataset table I get the following message This row already belongs to another table The only way I found to copy the row to my target dataset was to use the row.ItemArray instead of the row itself in call below theTarget.Tables(0 ...Show All

  • .NET Development Array class problems.

    Hi, I have som array problems, I have looked for informations about my problem, but can't find any solutions. The code below i a simpel exampel of my problem. Gratuful for any answear of my question. BR Matt Sweden --- using System; public class TelephoneBook { //!QUESTION!-HOW SHOULD A CONTRUCTOR LOOK LIKE FOR "arrPhoneBook" //!QUESTION!-HOW SHOULD A DESTRUCTOR LOOK LIKE FOR "arrPhoneBook" //Methods public ...Show All

  • Visual Studio Team System data of the WSS Portal

    Hello, in the directory %program files%/MSSQL$SharePoint/Data is the database of my teamPortal-Project. is there a way to access to the files from the project portal stored in the database I don't want to access to the files over the web frontend. We don't know, sorry.  You may want to find a forum for Sharepoint Portal. ----------------- Visual Studio Team System Beta3 is now available at MSDN Sub ...Show All

  • Windows Forms free MDI child - layout

    Hi, I programmed an Mdi Application and want to allow the user to "detach" or "free" an Mdi child window from the main application, e.g. to drag it onto a different screen. The detaching was easy, if a Mdi child form is opened like this from the main window: Form2 childForm = new Form2(); childForm.MdiParent = this; childForm.Show(); inside the childForm to detach: childForm.MdiParent = null; and to re-attach: childForm ...Show All

  • Software Development for Windows Vista promote a transaction to DTC

    Is there a way to forcefully promote a transaction to become a distributed transaction Because I got some code that runs flawlessly on Oracle and MS SQL Server 2000, but bombs out on SQL Server 2005 because the transaction logic tries to be too smart and fails doing so. The situation is that object A is opening a SQL connection and a reader while reading it comes to a situation where it creates object B whic ...Show All

  • Windows Forms Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib

    Hi All.....   I'm getting a security Exception in a Winforms User Control embedded within a web page using the <OBJECT> tag. It reads as:-   Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyTok ...Show All

©2008 Software Development Network

powered by phorum