Stimo's Q&A profile
Visual FoxPro Primary Index/ascending order
Hi there, It is nice to be back. This is my question for today. I am using CREATE TABLE command. It seems I can define a field as having PRIMARY KEY quality which is the same, in essence, as to say that I am assigning an 'INDEX ON' the field with some additional quality of this index being primary . The way I see it there is a great deal of confusion as to what primary means. Perhaps it is only confusion in my head, so please hel ...Show All
Visual Studio Can I update my client?
Our source safe database is currently installed remotely over the network (and is probably at version 6). Would it be possible to install the 2005 client on my workstation without causing an issue to the database or other developers (who may still be using 6.0d) Yes. Database format has not changed from VSS 6.0 to VSS 2005. You can install VSS 2005 and keep using your database that is created with VSS 6.0 wi ...Show All
Visual Basic generate a collection class from a Stored procedure
Hello everyone. I am new to collection class, but what I have done and used I like a great deal. Now the one thing I have found ( and this is more then likely a problem with my programming then the concept) that when I create a collection class is very slow to start with. Now I do not mean the actual coding, but rather when I create the class in when I load the app. Example: Sub Frm_load() Dim colEmployees as new Employee ...Show All
.NET Development Printing from .Net code called from a VB 6 class that's been called from an ASP page fails
Hi Guys, First of all, I'm very sorry if I've got the wrong group. My problem spans a few areas so I'm not sure where to post (it'd be great if I've got it wrong if someone could point me right). Anyway, here's my problem... We've got an old ASP web application that we're slowly moving to .Net by writing all new functionality in .Net and using COM interop to call into it. The application is just a single ASP page that does a CreateObject a ...Show All
.NET Development XML Trace WSE 2.0 problem
Hi, I've recently had frustration experience using a certain web service provided by a known organization. In order to maybe get a response from the technical they want me to send them the XML trace for the input and output calls and answers to the web service. I've downloaded WSE 2.0 tool since i use .net vs 2003, c#. I've desperately been trying to get a trace with no success. Here are the details of what I've been tryin ...Show All
Windows Forms Browse through list of databases on server
Hi, I would like to allow users of my ADO.NET application to browse through a list of the available databases on a given server. INFORMATION_SCHEMA in SQL Server Books Online doesn't describe how to do this. How can I do this TIA, Royce ...Show All
Visual Studio 2008 (Pre-release) Controlling the Currency of Binded Controls
alslamo alikom... i did the databinding process to some textboxes in a form and binding mode is two way.... iam asking now about how i would control the concurrency object of the controls.... in another meaning i want to put buttons for next and previous and last record and first record... is there any class would help me achieve that in WPF... or should manage that with special code... thx for ur time... Eng.Mohammad Abd El ...Show All
Visual C# Threading in C#
Hello Everyone, I have a tab application, which initially I made single threaded....I added a dll which has a form. Now when I change to a tab method in that dll gets fired and form comes up, which makes everything else unresponsive.... Whats the best solution to implement thread to solve that problem.... Secondly, I tried doing something this way..... namespace something { public partial class Some : Form { public Some() ...Show All
Smart Device Development WinSock Program: Windows version of Server works but not embedded??
Hi. I created a Server and a Client winsock application (MFC), and when i run them using the emulator (WinCE .Net 4.2), the Server don't seems to get any "OnAccept" callbacks. However it works fine if i build and compile the Server into Windows version... Any idea what's happening here By the way, i'm using CCeSocket class for Embedded and CSocket class for Windows. Thanks. I'm migrating my PPC2003 program to V ...Show All
Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang
I posted this here , but realized it may have been in the wrong place. WDIK yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app. I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new dis ...Show All
Visual C++ VC++ 2005 Standard vs. Professional: details needed
What are the detailed (comprehensive) differences between Visual Studio 2005 Standard and Professional editions (esp. from the C++ perspective) I have read many posts on this topic, but none are definitive or authoritative. For example, http://msdn2.microsoft.com/hs24szh9.aspx lists coarse-grained tools and features, but does not detail what is meant here by a "Streamlined" vs. a "Full" user experience. Also, pages lik ...Show All
Visual Studio Error Reading Project File
Hello All, I have recently migrated our Build Environment to a new machine and installed VS.NET 2005 Beta 2. We use a 3rd party tool to automate our builds. The tool uses MSBUILD.exe to perform the actual build of the solutions. We have developed a solution using 2005 Beta 2, and are attempting to build it using the MSBUILD.exe command line utility. I keep receiving the following error message when attempting to build the solution us ...Show All
Visual Studio Team System What is the MSDN Visual Studio 2005 Team Suite "Trial" Edition?
Hi everybody, Today I found the Visual Studio 2005 Team Suite Trial Edition in MSDN Subscriber Downloads. I am a MSDN Universal subscriber and have transitioned my subscription to get access to the Team Suite for Software Developers edition. Maybe anybody from Microsoft can clarify: - What is the "trial" meaning Usually MSDN software is not limited as towards features or usable time - Is the trial edition the one which I get due to the transiti ...Show All
Visual Studio Team System Webtest "hangs" while Submitting
Actually, it appears to be hung before the request is sent, because the Request Detail window says "Request not yet submitted". I've got a webtest where, on a specific page, it always "hangs" while executing... The main Test Progress window shows "Submitting" under the HTTPStatus column, and it stays this way for at least 4 or 5 minutes. Test Results pane shows the test as "In Progress". If I try to start the test again, I c ...Show All
SQL Server Microsoft SQL Server Management Studio problem
The 'Reports' button on the Summary screen is disabled. How can I get it enabled so that I can view the database dashboard I have installed SQL Server 2005 Developer Edition with Reporting services Thanks That is right. It is context specific. It is enabled when a DB is selected and similarly, the report button is enabled when server is selected to see server dashbord. ...Show All
