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

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

KingMido

Member List

Jeff Hale
Arun Marathe
sheriffdaone
roy_wang
floyd.may
reggio
NelsonCE
vruttan
Chris Rossall
UBigDummie
Jay Kappel
ajAZZ
HidekiAI1
Luba
jesus m
SamyLahur
LCasselle
dninja
BANKS
Saishyam
Only Title

KingMido's Q&A profile

  • Windows Forms Possible bug in transparent forms

    I am working on an app with a transparent window. I do the standard things such as create a background image, set the transparent key to match the background, set no border, etc. If I set the BackgroundImageLayout to be "Center", I no longer get a transparent window. If I leave the image as "Tile" then I do get a transparent window as expected (i.e. the window is non rectangular and looks just like my image file.) I don't know why it should not work if the background image is "center". So far, the best I can do is set the image to "tile" and then size the window, but this does not work if I want to be ...Show All

  • Visual C# Is this a bug or by design? Settings declared internal when autogenerated???

    In relation to this question I had concerning how to access settings that are declared in another project: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=116815#116815, I have some concerns with the way VS2005 beta 2 sets up the Settings file. When you create a Settings config file, it creates a Settings class that is marked internal to the Properties file. For example, the generated code from one I just created looks like: namespace ExportImportManager.Properties {        [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]     internal sealed partial class Settings ...Show All

  • SQL Server Failed to generate a user instance of SQL Server

    I am trying to create an SQLExpress database file (mdf) in VS2005 but I get the following error: "Failed to generate a user instance of SQL Server due to a failure in making a connection to the user interface. The connection will be closed.” I also get this same error if I try to open an existing database from the VS samples. Any Ideas Thanks, Dave T Ok got this much figured out, still having other problems, but this part of the problem is fixed. lol ...Show All

  • SQL Server FTP Taks Fail

    Hi, sorry again, l've a package which call the FTP tasks. In design-time, it works fine. While l put it into SQLAgent to run in schedule. It fails. The package log file said, OnError,MAXIS-SYSOPT,NT AUTHORITY\SYSTEM,FTP Raw File Motorola,{b3b941f5-ebc2-4b38-b314-87ff4827c2a8},{E93D51C5-539E-4CEE-B616-BBCFF9FA813E},4/18/2006 3:18:23 PM,4/18/2006 3:18:23 PM,-1073573489,0x,Unable to connect to FTP server using "Metrica FTP". Does anyone know what's happening So this is occurring all on the same machine Success in designer and failure through agent When something works elsewhere but not under agen ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX 10 Game in VB. NET

    I want to create my first game in Visual Basic. NET by managed DirectX 10 SDK. Please, help me, friends. I thinck it is easy to do 3D Game in VB. NET. To use DirectX 10 in any sort of a game at the moment will be hard, for one there is not really any hardware around that can use it's functions. Also the code is still in beta, and I dout that any company would let you produce a game using beta code. Also it is not really that easy to create a game in 3D, and just asking here will not get you that knowledge. For one how much experience do you have I would start first with the basics and work your way up, now this includes t ...Show All

  • SQL Server Connecting SQL2000 problem

    Hi All, I have a sqlserver 2000 & 2005 both installed on same server with the instance name as servername\sql2000 and servername\sql2005. When i try to connect the sql2000 database from dotnet2002 or 2003, It comes up with an error as sql server doesnot exist or access denied but when i tried with dotnet2005, i am able to connect it. I guess it has to do with an dotnet framework 1.0 & 1.1 but i am not sure where to look for it. Can someone please point me to right direction Thanks Shaik Nagul     on the client, check that the TCP protocols are enabled using the Client Network Utility (cliconf ...Show All

  • Visual Studio Team System Sharing issue in VSTS Source control

    Hello guys, I'm trying to migrate our VSS database to VSTS Source Control and I don't really understend how can I make "sharing" happen at VSTS For example we have next VSS source tree: $root |-DummyProject |-Includes |-ProjectA |-ProjectB Both of them have shared files from <Include>. My question is: What is an alternative for us in VSTS in terms of do not re-organize our current code Thanks a lot guys. Unfortunately it is not project issue. What I actualy need is to get common code from two different folders of TFS SCC. For example: I have the next structure: $ root -- ...Show All

  • Visual Studio vs2005 install failure "Sql Server 2005 Express Edition April 2005

    Attempting to install VS 2005 beta 2 on XP system. At end, got message " "Following component failed to install: Microsoft SQL Server 2005 Express Edition April CTP " What to do Should I go ahead with install of SQL Server 2005 from the next DVD Do you have an existing Beta 1 installation on that machine If you do, please try cleaning it with the clean up tool at:   http://go.microsoft.com/fwlink/ linkid=47065 ...Show All

  • Visual C# Why I can not get image from Northwind Database ?

    I can get image from my own database into picturebox but I can not do this with Northwind database. Please tell me how I can get image from this database. Thanks a lot [code language="c#"] //Original code ... //byteBLOBData = (byte[])(ds.Table[0].Rows[1][1]); //Should be 'Tables' not 'Table' and as the query //returned a single row, there is no Rows[1] ... byteBLOBData = (byte[])(ds.Tables[0].Rows[0][1]); //Original code ... //MemoryStream stmBLOBData = new MemoryStream(byteBLOBData); //Need to strip off that 78-byte header ... MemoryStream stmBLOBData = new MemoryStream(); stmBLOBData.Write(byteBLOBData, 78, by ...Show All

  • SQL Server Has anyone noticed a size difference between 2.0 and 3.0?

    I had an application that I had written in C# under the .NET Compact Framework that imported CSV files and wrote them to a newly created SDF. I usually ran the application under Emulation. The resulting SDF was usually about 1.6 Megabytes. Now, under VS 2005 and SQL Mobile (AKA 3.0), the same application, compiled under the .NET Compact Framework 2.0, using the same CSV files generates an SDF of over 13 Megabytes. Obviously, this was a bit unexpected and is having a rather negative impact on the HP iPaq rx1950 that the database was supposed to be running on. The database is encrypted during the create call on both .NET CF's and SQL CE v ...Show All

  • SQL Server How can I read data from a dataset directly into a sql database table using IS ?

    Hi ! I've got a series of datasets which I need to transfer directly into a set of database tables.  I can't find any tools in the IS for doing this, except using a XML source, which means I have to use a temporary file, which I of course won't have.  What am I missing   What  is the way to do this Any help appreciated ! They reside in .net assemblies.  The data comes from a system where we can generate .net "proxies", that is ordinary .net assemblies, where the data is delivered as typed datasets.   ...Show All

  • Software Development for Windows Vista Communication with the underlying transaction manager has failed.

    Does anyone know how to resolve this exception. Exception: Message: Communication with the underlying transaction manager has failed. Stack Trace: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> System.Runtime.InteropServi ces.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component. at System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction(UInt32 p ropgationTokenSize, Byte[] propgationToken, IntPtr managedIdentifier, Guid& tran sactionIdentifier, OletxTransactionIsol ...Show All

  • Visual Basic Removing from a listbox

    i select a couple of items in listbox6, then i click button6 button6_click code: Private Sub Button6_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button6.Click For Each selecteditems As selecteditems In ListBox6.Items Me .ListBox6.SelectedItems.Remove() Next End Sub End Class   but it doesnt work, it underlines the 2nd 'selecteditems' and says 'not defined'....Any ideas How about the following.. You have to be a little careful with removing items as removing them from the front of the list resets all the future index values - removing them f ...Show All

  • Visual Studio Path Argument To Load Crystal Report Using Visual Basic That Allows Me To Move Folder Without Update Of Load Message Argument

    How do I do a Load with the default CrystalReport1.rpt file location that VB gives me This file is created by Visual Basic, but I have to specify it in the Load message to view the report.  The key to the question is I do not want to use the full path to the file. I want to be able to move the entire folder around and I do not want to have to change the argument to the Load when I move the folder each time.  I want some kind of generic way to use the Load method that will work if I have the application folders in one location or another location without changing the Load argument. Does you ...Show All

  • Windows Forms VS2005 VB.net activeX Creation

    Hello, I want to transform VB.net code into an activeX... How can I do Thanks a lot Use the classes in system.management to access the wmi.  Here is a link to an wmi sample. http://www.vb-tips.com/default.aspx ID=af026486-62bf-4304-9dd8-a07917f8c3e4 ...Show All

©2008 Software Development Network