Cbless's Q&A profile
Visual C++ Windows XP Password character.
Hi, Dont know if this is the correct forum, but since I didnt get any answers elsewhere, I'm posting it here as well The Problem: On some machines, my password field displays the password character as the "dot" - which is XP standard, and on other machines it dispays small square boxes. Details: We have written a win32 application in C++ with, in which we have a password field. Inorder to use the XP style of "bulleted" password chars (in ...Show All
Visual C# Error sending filled form via email
This is the code I use to send my form via email: protected void sendMail(string strFrom, string strBody) { //create the mail message MailMessage mail = new MailMessage(); //set the addresses mail.From = new MailAddress(strFrom); mail.To.Add("myEmail@myDomain.com"); //set the content mail.Subject = txtSubject.Text; mail.Body = strBody; mail.IsBodyHtml = fal ...Show All
Visual Studio Team System Migration from VSS to VSTS - Big company with many dev teams
My company develops custom-made applied systems. In such projects work more than 200 person. Simultaneously about tens projects are conducted, as much are in the support. The majority of systems are developed with use of internal libraries of a various level - from ActiveX up to the common initial source codes. For source code contol we till now use VSS. In total in VSS data of hundreds systems are placed. Size of VSS storage is ...Show All
SQL Server Help on Migrating from 2000 to 2005- SSIS package
Hi, I have to create a migration package ..means package should migrate the sql server 2000 tables to 2005 tables (Not dealing with data at this point of time and ignoring SPs,DTS packages).But there are lot of normalisation ans schema changes in 2005 compared to 2000.Like, - One 2000 table devided into 3-4 tables in 2005 - Lot of changes in the filed names - Handling integrity relationship between the newversion tables Being new to SS ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Need help with a black Tiger
Hi All, I need help with a black tiger. I am using DirectX 9.0 SDK (August 2005) I used the Sample Browser to install new SimpleSample C++ project as a basic starting point. The only changes I added were as follows... //-------------------------------- // Global variables //-------------------------------- CDXUTMesh g_Mesh; // mesh //-------------------------------- OnCreateDevice() // create the mesh LPCWSTR strFilename = L&q ...Show All
Visual Basic COM Interop, Property Get,Let,Set Interface Attribute?
Hello, We are in the middle of a rather large piecemeal upgrade of our VB6 system to .NET 2.0. We started in 1.1 and have sence migrated that code to 2.0. We have done a few of our libraries to this point, and are gearing up to upgrade a lot more of them in the next month or so. We ran into a problem in our first library that required a rather nasty fix and I was hoping someone could point us to a better solution. ...Show All
SQL Server Integration Help
I have a Visual Studio 2005 professional and Sql Server 2005 Express. I download the 'Books on line for Sql Server' but when call help in VB interface or in Management Sql Express the message appear: Integrated help is not available .... This is a bug Thanks, Marsenne Hi Marsenne, It would be helpful to know the following information: 1. What version of Books Online did you download The December 2005 or April 2 ...Show All
.NET Development What is the problem in my code(SaveFileDialog or OpenFileDialog)when I call a call within a function?
In a v c++ class(2003 version) whenever I use this statement, SaveFileDialog* m_pFileSaveDialog = new SaveFileDialog(); firewall (or security agent) says The process is attempting to invoke a system function from a buffer. do you wish to allow this How to fix it in code as I can not close the security agent. This is only happening for SaveFileDialog and OpenFileDialog functions As per my underst ...Show All
Visual Basic Help.
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : ...Show All
SQL Server Bug in Copy database routine
I copied some databases from a SQL 2000 server to a SQL 2005 server. All the tables in the databases with auto incrementing identity columns (not for replication) had the identity information removed from the table definition. I used the SQL Management Object method. ...Show All
Visual Studio Team System VSTS Licensing Outrageousness and Issues…
I have seen the LP (List Price) and "New" MSDN Premium Subscription thing and don't believe the substantial increase in cost from the point of view of a small team of developers. Perhaps I don't understand the licensing for non-ms-partners meaning average joe's developers team that will like to work (and will benefit greatly) with VSTS. Actually from the point of view of government projects that our group leads it is outrageous ...Show All
Visual Studio Team System Isues: Non-standard port SQL2k5 default instance?
I've moved my B3R DT from a standard Ent SQL2K5 RTM to Ent SQL2k5 RTM non-standard dynamic port. I also have Ent SQL2K on the same box. Hence connecting to default instance <<DTservername>> always connects to SQL2000. I then found out on Keith Richie's blog http://blogs.msdn.com/krichie/Default.aspx p=2 that I can connect using tcp:<<DTservername>>,port syntax. that seemed to work for WSS config db move on new se ...Show All
.NET Development What exactly are "unbound generic parameters"?
I'm getting an exception while trying to serialize a generic class. The exception message reads: Type ActiveDev.ADDBHelper`1[PrimType] is not supported because it has unbound generic parameters. Only instantiated generic types can be serialized. So: What *are* unbound generic parameters in contrast to bound generic parameters Thanks, Klaus Klaus, if that makes sense you should use the "mark as correct ans ...Show All
Visual Basic Simple Query about queries
Hi all I have just created my first paramerised query the .net way and embarrasingly i dont know how to call it and fill in the parameters. The Query is named fillby1. I tried copying the walkthrough in help but this built this code for me which doesn't add in the parameter. Try Me .NotesTableAdapter.FillBy1( Me .OrganiserSQLDataSet.Notes) Catch ex As System.Exception System.Windows.Forms.MessageBox.Show(ex.Message ...Show All
Visual C# IDE taking forever to get in and out of debug mode
I have a pretty small app written in C#. At first - when I was building the form, IDE performance getting in and out of debug mode was fine - about the same as with VS2003. But now - without adding too much additional code, the IDE is acting really sluggish. I measured the time to start the app in debug mode - the time measured from when I hit F5 until the form was display was 72 seconds, and the time getween closing the app ...Show All
