BigGamer's Q&A profile
Visual Studio 2008 (Pre-release) how to create and view a 3D model of a "true" object in WPF?
Suppose I have a car(not a model in computer). Now i want to view a true model of the car in an application, and hope I can view the model from 360 degree. How can I implenment this in WPF Thanks for your advice. P.S. As the starter of this thread, you may want to click the 'Mark as Answer' button near my first reply. This causes the icon in the thread listing to change so that MS and everyone else can know at a glance that your questio ...Show All
SQL Server ssh connection to sql server from enterprise manager
I want to set up a tunneled ssh connection to a sqlserver in the enterprise manager. I can register the server, but when i want to connect the following error pops up: invalid connection connection open (parse connection params). Anybody any idea as what is going on There aren't a lot of details here, so it could be multiple things. Start here: http://support.microsoft.com/kb/276553/ ...Show All
Smart Device Development call the WIFI
do any one knwo how to call the WIFI signal form in pocket pc 2003 2nd Edition. SOrry i mean the form that builtin in the pocket pc 2003 that use to switch on/of of the WIFI. How do i call up that windows CE form. ...Show All
Visual Studio 2008 (Pre-release) Grid as an ItemsPanel
I have an ItemsControl that uses databinding with a Grid as the ItemsPanel. 1. Is it possible to set the number of columns and rows dynamically - for example from some static variables or through databinding 2. Because I haven't found a way to do 1., I have added the Row/ColumnDefinitions to the Grid element. But this results in a crash at run-time: "VisualTree of ItemsPanelTemplate must be a single element." As ...Show All
Visual Studio Team System Team project and Source Control issues
We are having an issue with Source Control. I deleted a team project and then recreated it (no error messages from this process). However somehow the source code for the project was not deleted. So in the Source Control browser the project does not show. So I try another method and attempt access to the Source Control for this project from the Team Explorer and I get an error asking "Would you like to create the source control folder, $E ...Show All
Windows Forms resizing of comboBox and TextBox dynamically
Hello, I am looking for a way to resize a textBox or comboBox so it fits that size of the text that I add to it. For example, if I am doing a directory listing and add the path "C:\" the textBox would be just big enough ...Show All
SQL Server Create objects from a configuration file
Anyone think this is a good idea http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbackid=42c20106-de27-4fb8-88e4-1bf13598c4e1 -Jamie Would this approach be extended to putting standard code for error handling, logging, event handling, etc... ...Show All
Visual Studio Express Editions Simple Question for a Simple Program
I have developed a Counter form that once you click start, it just counts up until you press the stop button. I have aslo in included a third button that is supposed to reset the counter back to Zero. I don't know how to reset the counter back to 0. Here is the code. I belive the code should be written under Button 3 That's the reset button. I dont' know what code to put there. Can anyone help me out Public Class Form1 Dim ...Show All
SQL Server Is this possible???
Hello, Is it possible to have a lable and text boxes right on the top of a parameter Just like this. Last: week month 90 days year So that when a user clicks one of the link, the value in the parameter will be changed accordingly. Sincerely, Amde hey Bob, I am clear that I have to add textboxes with drillthrough actions. But here is the thing: I have given a requirement to desig ...Show All
Windows Forms Error in designer when adding label to FlowLayout Panel
I tried to insert a label control in front of a combo (not sure it matters) and I got Visual Studio popping up repeatedly a message box: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index and can't get out of it, only solution is to kill visual studio. ok it's repeatable: I have a form with a flow layout; top down on it in that flow layout I have a data grid, 2nd ...Show All
Visual C++ If I use the#import to add type libray,how can I use _application and selection object?
If I use the following code to add type libray,how can I use _application,_document,selection object #import "C:\Program Files\Microsoft Office\Office\MSO9.DLL" #import "C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB" #import "C:\Program Files\Microsoft Office\Office\MSWORD9.OLB" \ rename("ExitWindows","_ExitWindows") #import "C:\Program Files\Microsoft Office\Office\EXCEL9.OLB" \ rename("DialogBox ...Show All
Visual C# How do I test a button when running an event?
I have a start button which runs a section of code continuously - how do I test the stop button while this code is running Colin, it is usually not a good idea to have an event executing for a long time, as while you are serving an event, the other events get blocked. This amounts to freeze the user interface. If you plan to have a lengthy task running in response to a button click, you should probably use a ...Show All
SQL Server Problems saving edited Functions in SQL server database using Visual Studio .Net 2003
I'm fairly new to using SQL Server - can anyone recommend the best tools for creating/editing/debugging Stored Procedures/Functions on SQL server 2000 SP3. I've tried using Visual Studio .Net 2003, but there are problems just trying to save edited Functions in the SQL server database. The database (upsized from Access2003) is on SQL Server SP3, which is running on the same computer as VS2003. Using VS2003 Server Explorer, scalar-valued ...Show All
Visual Studio Express Editions Local Host Username And Password
Hi Im a total newbie to web developer 2005 and more-or-less a newbie to any form of coding though i have done some work in VB.net. Ive downloaded and successfully installed visual web 2005, sql etc etc i downloaded as much as the options had to offer. When running the program for first time i create a personal site, it says to run do ctrl+F5 for a preview of the auto generated basic layout, when i do this i get prompted for username and pas ...Show All
SQL Server Problem with Command exec job step in SQL2000 sp3
Hi, I have a command exec SQL Agent job step in sql 2000 sp3 that is like this C: cd \Program Files\Microsoft Analysis Services\Bin call "msmdarch" /r HKSH1-FILE2 "\Program Files\Microsoft Analysis Services\Data\" "\cubes\Warlock.cab" "\cubes\MyRestoreLog.log" "C:\Temp" The problem I have with this code is that it runs fine in a cmd window but fail with error when I try to run it from ...Show All
