FernandoT's Q&A profile
Visual C++ fulscreen console application
Hi people! I have one problem, actually two problems. I am young with programming and I want to know- how can I run my console application in fulscreen mode I use c++. Can you help me Could you please include more details If it is a console application then you can open the console in full screen mode and just run your application from there. I am not sure if that is what you are looking for though! Th ...Show All
SQL Server Schema Ownership
Hi, I have this user that was given ownership of a couple of schema's and now I want to delete the user but an message appears saying I need to transfer ownership before doing so. The boxes that where ticked in SQL Server won't untick so how do I go about removing ownership of the schema and which user would of had ownership prior, it would have been the inital default user. Anyone...please... All objects, including schemas, have ...Show All
Windows Forms Adding to Application Files for publish
I am currently working on an application that uses plugins. When I publish my application as a click once app I would like to include all of the current plugins in the install. Currenly I don't see a way to add none project output files in the application files dialog. I do not want to add the files as referances to the project, as that would defeat the purpose of using plugins. Anyone have any suggestions ...Show All
Game Technologies: DirectX, XNA, XACT, etc. using Microsoft.Samples.DirectX.UtilityToolkit
I just started working again on a game I had been writing and abandoned for quite a while. I have managed to get it working with the latest release of the SDK but now I have run into a problem trying to add a new UI. Im am trying to add some of the the controls from the customUI tutorial that came with the SDK . I added "using Microsoft.Samples.DirectX.UtilityToolkit;" to my code but of course the compiler didn't reconize Microsoft.Samples... ...Show All
Visual C++ 16 Bit app and only standard library during compile
I am running into a problem getting a console app I build with VS Studio 2005 to work in Windows 95. It works fine in all other version but when I run it on Windows 95 i receive the error: linked to missing export KERNEL32.DLL:IsDebuggerPresent Now when I compile this same program in VC 6.0 ...it works fine. So I am not sure what it could be Is it because .Net headers are being added Is there a way to make a project in Visual Studio 200 ...Show All
Windows Forms contextmenustrip - submenu image margin disbale
I can see how to disable the image margin in a contextmenustrip: ContextMenuStrip1.ShowImageMargin = False but I can't see how to disable the image margin in a submenu!! Any ideas Thanks Seems like this was covered in: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144369&SiteID=1 ...Show All
Windows Forms DataGridView: Get row at point
Hi, I would like to have a row selected when i right click on a control. However, i cannot find how to get the row based on the point of the mouse_up event. I searched the docs, but could not find any member of datagridview that could help me with that. I think i'm overlooking something. Ward The same (from the docs): System.Windows.Forms.DataGrid.HitTestInfo myHitTest; // Use the ...Show All
Visual Studio Express Editions support windows95?
i am beginner of vb6, but haven't use vb.net before. If I using VB 2005 Express to build an application, Can any one tell me if that application i build can running on windows95 and windowsNT4 If can, what important thing i must know eg. install .net framework 2, but it do not support win95 If cannot, any suggestion eg. using back vb6. Thanks for all reply. Hi, Sadly, Windows 95 and Nt 4.0 is not in the list ...Show All
Windows Forms TaskVision client destroyed my PC!
I've decided to repost this message as separate thread cos I don't think it's getting the attention I deserves. Here's the problem... I installed the TaskVision client about a week ago, and immediately after started noticed weird things happening to my ...Show All
Visual Basic Is there a way to highlight code?
Is there a way to highlight lines of code in the VS IDE It would be cool to be able to highlight individual lines or blocks of code in custom colors. ...Show All
Visual Studio 2008 (Pre-release) More Standard Query Operators
The Standard Query Operators are great, but at the same time there are ones I'm missing. They are not hard to implement oneself, but maybe they are worth including in standard set. 1. By public static IEnumerable<IEnumerable<T>> By<T>( this IEnumerable<T> source, int count); By operator groups the elements of a sequence by count. This code would return lists of products 10 products in each: ...Show All
SQL Server XQuery: SQL type 'xml' is not supported in XQuery.
Why is this I am trying to insert an xml fragment into the children of a node using XML-DML insert statement, but it is not letting me do anything useful. How can I insert an xml fragment into the node structure of an existing xml field Any ideas Thanks... You might find this article useful - I'm not sure if this is how I'm going to do it, but it will work. http://blogs.msdn.com/denisruc/archive/2006/05/17/600250.aspx M@ ...Show All
.NET Development Creating a Web Based Application from Microsoft Access
I have a Microsoft Access database that I use for construction management. It works fine on a local network. Is it possible to place it in a web based environment and access it from the web. If possible how is it done Yes this can be done. It works just like any other database (such as SQL). In your web application's data layer you would simply use the appropriate data provider to talk to the Access database in ...Show All
SQL Server UserName Error in SQL Server 2000
Hi all, When i happen to install Ms-Sql Server 2000 in Windows xp it throws an error as The Logon account cannot be validated for Sql Server Service .Verify that Username and Password are Incorrect.Logon attempt Failed. This is the Error i get. can anyone help out of it. Iam running short of time. can anyone do this ...Show All
Visual Studio Is DSL development a language driven development?
Jack Greenfield in his blog told that he will explain how Language Driven Development is related to the Software Factories, but unfortunately he didn't it looks he stopped blogging at all... Goode news! I really understand and appreciate that you find some time to put some entries for the community. I’ve really enjoyed your debates with G. Booch and discussion at TheServerSide.NET . You can learn, get a lot ...Show All
