Game Programmer's Q&A profile
Visual Studio Express Editions String transfer
I know that many have asked this question, but as i searched i just couldn't get answer to this so i'm asking it in my own thread. I have two forms, in form1 i have a textbox where certain person should enter his/her name, what i want is that the name that certain person entered is transfered into form2 so i could use that name in form2 to be shown in the MessageBox. One other thing, how can i transfer integer from form to form, so if i ha ...Show All
Visual C++ CDC Issue
<wdhough@discussions.microsoft.com> wrote in message news:069f1a60-2d1e-46dc-8474-f2de281812e1@discussions.microsoft.com > I have an application that draws a diagram in the form of a bitmap > and then displays this in a window. There are limits placed in my > code that do not allow > the CSize properties cx and cy to be set to more than 32000 in > 'SetViewportExt' and 'SetWindowE ...Show All
Smart Device Development Today Screen
Hi! I'm looking for code to create a plug-in for Today Screen for WM2003. Everything I have found involved doing stuff with C++. Is there any way to override this, since I don't have C++ available and C++ embedded is tool large for me to download. ...not to mention that I'm not at all familiar with it!!! Can I do it only by using C# or VB Have you see this article No there is no Just managed way to make a homescreen plug http://msdn.mic ...Show All
SQL Server Walkthrough Failu "Creating a Mobile Application w/SQL Server"
I am attempting to go through the "Creating a Mobile Application with SQL Server" walkthrough found in the SQL Mobile Books Online help file. Towards the end of this document (under SQL Server Mobile Tasks), they show how to create a new subscription. Unfortunately, after step 10--when you are asked to click finish--I get the following error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Failure to connect to ...Show All
Windows Forms One or more errors encountered while loading the designer
Hi, I was working on a simple Winforms C# project. I created a few of TableAdapters using the designer and attached them to datagridviews on my form. After realizing that i did not want one of the tables I went to the XSD designer and deleted it. After that the project still excutes ok but the form designer is unable to display the form in design view I get the following error: One or more errors encountered while loading t ...Show All
Visual Studio Team System DoNotCallOverridableMethodsInConstructors
I disagree with FxCop's DoNotCallOverridableMethodsInConstructors rule. The documentation gives an example of a bug. An overiding method uses a field variable that its constructor hasn't initialised yet. The method is called by the base constructor. The bug is in the derived class, which is using the “initialized” field variable before it has initialised it to “Yes”. FxCop blames the base class. I see the bug. Wha ...Show All
.NET Development please comment
i was given the below statements on how much storage is needed to store 500 rows. i got the final answer as 294912bytes, but i dont understand why need to divide by 128 to get 2304K.....and lastly wat is 1KB equals to how many bytes issit 1028b i am a newbie anyway Storage(kb) needed for 500 rows of records = 8K * 36 = (8 * 1024) * 36 = 294912 bytes ...Show All
Visual Studio Team System SQLEXPRESS problems
we are running load tests on a website and facing the following two issues:- 1) The results of load test go into the local\SQL EXPRESS database of the various client machines.we DON'T WAN'T to use controller agent functionality. But the database always goes in to C:\ drive which fills it up very soon. As a result long load tests don't run to completion.Also during installation(vsts-tester edition) we were not able to set the path to insta ...Show All
Visual Studio Team System web accessible test results
Once test results are published against a build, how can i make the results viewable over the web to someone that does not have VS2005 Are you using Team Foundation Server Test Results can be published to TFS, and are viable from the corresponding build's web page report. Cheers, Dave ...Show All
Visual C# program stops responding when in a busy loop
Hi, I have a program which inside a loop does some encryption/decryption till the battery level on my laptop goes down by some percentage. However, the problem is that it simply stops responding some time in between. I had a similar code for PocketPc which was fine. I believe it has something to do with the fact that my code is busy waiting(not actually waiting but doing computations in a loop) and would not respond to other events. I say so ...Show All
.NET Development TableAdapter insert/update/delete order
I have a typed-dataset with a dozen or so tables which are hooked together with typical on-to-many and many-to-many relationships. I'm using table adapters to do the CRUD actions. For updates I was using: //Update parent tableadapter_parent.Update(dataset.parenttable); //Update child tableadapter_child.Update(dataset.childtable); But I am getting foreign key reference errors when deleting records because the adapter is trying to dele ...Show All
Visual C# Indexers concept in C#
Hello! I am quite new to C#, and one concept that really gives me a headache is "indexer". I have gone through the MSDN examples, and, at some level know how to use indexers. But, the thing is I do not understand the specification that says something along this line "with indexers you can index objects of a class like an array". The thing is, in all the examples, there is only one "new" call when only one ...Show All
SQL Server Working Samples required Import Column Transformation
Hi, Do anybody have sample packages of how to use Import Column Transformation I couldn't make any sample package by going through the information present in the Microsoft site. Can anybody help me out Thanks, Sreekanth Ammisetty I don't know of any example. Is the information in BOL not satisfactory: http://msdn2.microsoft.com/en-us/library/ms141262.aspx -Jamie ...Show All
Visual Studio Team System Team Foundation RC is live!
Team Foundation Server RC is now available for download from http://msdn.microsoft.com/subscriptions/ Details on JeffBe's blog: http://blogs.msdn.com/jeffbe/default.aspx To upgrade from Beta3 Refresh to RTM, please follow these steps (from JeffBe): Backup your server and copy the data to a safe location Download the Team Foundation Server RC from MSDN Subscriber Downloads Download the ...Show All
Visual Studio Tools for Office Shared Add-In
Hi I just created a new shared Add-in project in Visual studio 2005 and i selected application host as "MS Word" and laguage as "Visual basic". I have office 2003 installed in my machine. I just added a message box in OnConnection event and i did build the solution. Now I opened word application but the message box doesn't pop up. But i can find the entry in registry key in word AddIns. I am trying to resolve this ...Show All
