Software Development Network Logo
  • Visual C#
  • Audio and Video
  • Visual FoxPro
  • Microsoft ISV
  • .NET Development
  • Visual Basic
  • Visual C++
  • Windows Vista
  • VS Team System
  • IE Development
  • Visual Studio
  • Smart Devicet
  • Game Technologies
  • SharePoint Products
  • Windows Forms

Software Development Network >> matti-81's Q&A profile

matti-81

Member List

DanglingChap
cdemez
mattguest
R.Tutus
Parker Lewis
Runningwolf
Tryin2Bgood
chutachut
Shortty
TigerPhoenix
TalYam
Mr Julius Momnang
Jay Thomas
AlucardHellSing
Sanchit Bahal
b-man
Kamalkanth Nayak
KingArthur
Tom Sapp
oaix
Only Title

matti-81's Q&A profile

  • Visual Studio Express Editions Visual Studio Express Editions Setup file

    Hi, I would like to know is there any setup file available for Visual Studio Express Editions (C#) to be installed in Laptop without internet connection Is it possible to downlaod the whole set up file in desktop computer and then I can transfer the file to Laptop and install. I'm using windows 2005 media centre edition.whether it will support Visual Studio Express Editions or not. Kindly clarify my doubts Thanks & Regards, Manikandan Can you please tell me where is the link to download disk image , Link to manual installation instructions Mani ...Show All

  • Visual C# Error when trying to compile a program

    I am quite new to Visual C# 2005 Express and I sometimes get an error while trying to run my program (F5). It looks like this: "The following module was build either with optimizations enabled or without debug information: C:\Documents and Settings\CBS\My Documents\Visual Studio 2005\Projects\Lesson02\Lesson02\bin\Debug\Lesson02.exe To debug this module, change its project build configuration to debug mode. To supress this message disable the 'Warn if no user code on launch' debugger option." The strange part is, that this message first appears after some time working on the project. If i start an entire new project the program starts just fine. Any ideas how to solve this Th ...Show All

  • Visual Studio Express Editions Variable is use before it has been assigned a value (What about Multidimetional Arrays)?

    This is anoing is just too much to correct I know that this makes it work Dim MyVar as String = "" But shoulndn't the fact that it's just been decalred makes it nothing I guess I can live with it But what about My ARRAYS I have TYPES that Contain many Variables Public Structure MyStructure Dim PPDate As String Dim Track As String Dim TrackCode As String Dim RaceNumber As String Dim RaceCode As String 'A Dim Purse As String Dim Conditions As String Dim RaceType As String Dim Distance As String Dim Time1 As String Dim Time2 As String Dim Time3 As String Dim Time4 As String D im PostPos As String Dim Pos1 As String Dim Pos2 As String Dim Pos ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Code4Fun Framework Timer compile issue

    Hi, I am attempting to make use of the QueryPerformanceCounter timer, as detailed in the Coding4FunTutorial. After following the steps, add a new folder, copy the dxmutmisc.cs file to the project. I get 133 errors most saying "The type or namespace name DirectX does not exist in the namespace Microsoft( are you missing an assembly reference )" ANy direction would be appreciated. Thanks Jeff Have you added System.Diagnostics to your references The only other reason That won't work is if you are somehow using .Net 1.1. This is very odd. Stopwatch is not something that works with events. It just tells you very accuratly how much time has passed. Typically games do not work on t ...Show All

  • Visual Studio Tools for Office Possible for an outlook plugin to restart itself??

    Hello again, just tidying up an old outlook addin when i ran into a little problem. if a particular exception occurs i would like the addin to tidy up then restart itself Without the user needing to restart outlook. Is this possible I was looking at the COMAddins collection and maybe modifying the connect property for my addin. any help would be appreciated. ...Show All

  • Visual Studio 2008 (Pre-release) IsOptional Datamember?

    I see that there is an 'IsOptional' attribute to the [Datamember] custom attribute. From the documentation this seems primarily targeted to versioning. I would like to have an optional member in the same sense that is defined in an XSD schema. When the member is defined as being 'optional' one can specify the default value for the member. Is there something equivalent for a data contract For example if there is a string member called 'name' and if it is not specified I would like not only for an exception not to be raised but I would like the default to be 'foo'. Thank you. you can specify the datacontract to emit default values http://msdn2.microsoft.com/en-us/library/aa347792.aspx and also use the Is ...Show All

  • Visual Studio Express Editions Connecting to *.ndf database file

    Hi! I'am totally novice in Visual Studio Express... On the begining I have big problem with my project... If someone can help me I would be VERY glad. I'v installed the SQL Server 2005 Express Edition and the Visual C++ 2005 Express Edition . I have also the TOAD for SQL Server application for my purpose. In that tool I'v created new database file in the location e:\MY_DATABASE. I'v created the 50 tables structure and I'v migrated the data from the Oracle database to my MS Sql Express database named "infos". Now I have 3GB file named "infos.ndf" on the location e:\MY_DATABASE. I can operate on the tables in "infos.ndf" database by sql queries in TOAD apliccation. The "infos" database is visible on the SQL Server Management Studi ...Show All

  • SQL Server Why cant I set the precision for Decimal data type in SSIS Flat File Source?

    I have a CSV Flat File Source with a Decimal column - but DataPrecision property is grayed out - why ...Show All

  • Software Development for Windows Vista recognize

    im trying to get the ink to recogznie as soon as the inkedit loses focus or the pen moves off it.. what am i doing wrong Thanks, Dan Public Sub PopInkEdit( ByVal sender As Object , ByVal e As EventArgs) AddHandler GlobalInkEdit.MouseLeave, AddressOf disposeInkEdit AddHandler GlobalInkEdit.LostFocus, AddressOf disposeInkEdit End Sub Public Sub disposeInkEdit( ByVal sender As Object , ByVal e As EventArgs) GlobalInkEdit.Recognize() ctrl1.text = globalinkedit.text End Sub Hello DRoden, you have to wait until the TextChanged event has happened before grabbing the new Text from the InkEdit control aft ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. no query - big mistake

    Hi, Paul Bleisch said about support for device queries: "They are not there today. What are the scenarios where you are using device queries (i.e. which queries) We've had much internal debate about this (in regards to the general lack of support for them and what the API should look like if we did it)." My question is: Whether there will be a support for device queries and when the XNA team will spend the patch to XNA which is removing this big mistake Cheers, query. Well someone else also mentioned this but I noticed that nobody has entered a bug/suggestion into connect. So if this is really important to you log in and go to https://connect.microsoft.com/feedback/defa ...Show All

  • Windows Forms Can't get help; ClickOnce deployment doesn't work

    Hi I am a newbie to VB.Net (started about 3 weeks ago), and I have 2 main problems with the usage of the IDE: - I don't have any help file, obviously (big company, automatic install and so on, so no CD and the like), 'cause it tells me all the time that it doesn't find anything when I hit F1. So I set it so that the on-line help should be looked up first... Still no help at all. I have to go to the MS site for looking up every bit of info I need ! Why does the setting of "on-line first" not work Known problem - I just don't get the whole deployment stuff at all a) why is it using so absolutely incredibly complicated pathnames like "C:\Documents and Settings\myUser\Local Settings\Apps\2.0\CJ7ZZG3N.XN6\0NHXA5R4.DN ...Show All

  • Visual Basic Interop Constants problem

    Hi, I have built a VB.NET, VS 2005 class library that is exposed to VB6/COM clients. Everything works as expected except for the fact that Constants (Const) are NOT being exported to the VB6/COM type library; they are not visible. I have tried every trick in the book to force .NET constants to be available to VB6/COM, but to no avail. Enumerators appear correctly, but I need String (Public Const Test As String = "MyString") type constants as opposed to the numeric (Integer) type Enumerator members (Test = 5); I have no choice, I cannot use Enumerators as they only store numeric values. Is there any way to accomplish this. I basically want to avoid the VB6/COM developer from having to guess which constant value to use; o ...Show All

  • Visual Basic How can I change the text colour in a message box?

    I have been told that this is not possible but i am sure it is. If anyone knows how to do it then I would really appreciate it. Thanks. Start out by Adding a new Item to your project ...from the template window select "Dialog"...it will insert a dialog form named "Dialog1.frm" into your project with 'Ok' and 'Cancel' buttons already placed on the forms...the basic setup...all you have to do is put your Title, labels and graphics on the form and it is ready to be used ...Show All

  • Software Development for Windows Vista using regsvr32 in Vista 5231 to install COM component fails to write to registry

    I am trying to register a com object (dll) with regserv32 in Vista 5231. My Dll is being loaded and my DLLRegisterServer method is invoked which uses RegCreateKeyEx and RegSetValueEx to write to the registry (HKEY_CLASSES_ROOT\CLSID\XXX\XXX). I am writing everything out to a file just to make sure everything is going ok. all the RegCreateKeyEx calls and RegSetValueEx calls are returning success, but when I look in the registry my newly created keys aren't there. Are there any known issues with using RegCreateKeyEx or RegSetValueEx to modify the registry with Vista 5231 Thank you, thank you, thank you! I've been searching all over for the answer to this! Now, anyone have an explanation for why turning off ...Show All

  • SQL Server Line 1: Incorrect Syntax Near.......

    Hi, Uses: Sql server 2000, asp.net 1.1; I've the following Stored Procedure: <SQL Code> CREATE PROCEDURE PABX_sp_MyPABX_ShowExtWatch @FromDate DATETIME, @ToDate DATETIME, @PortalID INT = 1, @UserID INT AS SELECT PABX_Ext_Watch.ExtNo As ExtNo, COUNT(*) AS Calls, SUM(PABX_Calls.Rate) AS NetAmt FROM PABX_Ext_Watch INNER JOIN PABX_Calls ON PABX_Ext_Watch.ExtNo = PABX_Calls.ExtNo INNER JOIN PABX_PortalUsers ON PABX_Ext_Watch.PortalUserID = PABX_PortalUsers.PortalUserID AND PABX_Calls.PortalID = PABX_PortalUsers.PortalID WHERE PABX_Calls.sTime >= CONVERT(DATETIME, @FromDate, 102) AND PABX_Calls.eTime <= CONVERT(DATETIME, @ToDate, 102) AND PABX_PortalUsers.uID = @UserID AND PABX_PortalUsers.PortalID = @PortalID GROUP B ...Show All

©2008 Software Development Network