sheriffdaone's Q&A profile
Visual Studio 2008 (Pre-release) Using INotifyPropertyChanged/CollectionChanged
Should these two events be used for proporgating changes back to a store or not If I am binding an ObservableCollection to a control (with all of the items in the control implementing INotifyPropertyChanged) if an item is changed through that control is the datalayer consuming the notifypropertychanged event to prompt an update correct usage ...Show All
Visual Studio Express Editions Installing VB Express requires uninstalling VWD
Ok, I'm stumped... When I went to install VB Express it told me I had to uninstall VWD and SQL Server Express. I did that and installed VB, but now when I try to reinstall VWD it tells me I have to uninstall VB. Can you not install both of them on the same machine at the same time Jay Alright. Finally! I re-ran the VWD setup and had it repair and reinstall and now that seems to have solved all my problems. I have them both up and running now. Thanks anyway, folks. Jay ...Show All
Visual Studio Express Editions trouble creating a database from within VB Express 2005
I'm new to databases and SQL and know only a little about VB. I have downloaded the latest versions of SQL express and VB express, and while I had a few problems getting SQL functioning, they do appear to be working. From within VB express, I can create a database item and add a couple of tables to it. However when I close them down and then try to reload them later (for example by trying to create a database diagram including the two tables), I get the error: "Table 'Channel' could not be loaded. Invalid column name 'is_active'." I have no idea what this means or where to start looking. I have tried looking through the SQL configu ...Show All
Visual Basic Beginner Tuts
Hey Anyone know where i can find some decent begginer tutorials for VB 2005 express edition Thanks Point Hi, You can take a look at http://msdn.microsoft.com/vstudio/express/vb/easytolearn/ . Also " Introducing Microsoft Visual Basic 2005 for Developers " book at http://msdn.microsoft.com/vbrun/staythepath/additionalresources/IntroTo2005/default.aspx . Best regards, ...Show All
Windows Forms ideas for composite control (is this possible?)
hiya, I have a winform that contains 2x userCtrls: <layout> userCtrlJOB (displays the values of the "job" biz object) userCtrlPERSON (displays the values of the "person" biz object) <\layout> Instead of including a "NEW" button within each userCtrl..I was hoping that I could create a single "NEW"button, that when clicked would recognise the current ...Show All
Visual C++ preprocessor definition _VC80_UPGRADE=0x0710
Hi, I noticed that this definition is applied to projects upgraded from VC7.1, but there seems not to be any reference to it on MSDN2. So can anyone tell me what exactly it does I.e. does it also alter any compiler defaults I also searched the source files in the VC install dir, and the only reference there is in VC\atlmfc\include\afxres.h. So Im interested it it has any effect other than in that source file. Thanks. If you look in \VC\VCProjectDefaults\UpgradeFrom*.vsprops you will find it there as well. It's not listed in any of the compiler binaries and its only use is related to a manifest ID so it seem ...Show All
.NET Development Logout Programatically
Hi All, There is a simple prob. I m using Login Control in .net 2.0. At some stage on my pages i want to programatically logout. How can I do it. Thx Hi Sandeep, This forum is for questions related to ASP.NET Web Services. General ASP.NET questions such as yours are best handled on the ASP.NET web forums at: http://forums.asp.net You will need to repost your question there. Thanks! Daniel Roth ...Show All
Visual Basic How to make shortcut of program
Hello How can I create a shortcut of program on Desktop, Start menu, Program Menu and Start Up Menu Thanks & Regards When you create your deployment project, you can right click on the project output and choose create shortcut. You'll need to make one for each location. Rename these appropriately. Then you'll need to make folders for each location and move the shortcuts into these folders. Search MSDN for "Deployment Projects" for more information. ...Show All
Visual C# HELP: Not working like it should
I'm working through the "SAMS Teach Yourself C# in 24 hours" book using the free download Microsoft Visual C# 2005 Express Beta. I don't know if a lot's changed between the book being written in 2002 and the release of the beta but a few things don't seem to work exactly the same as in the book. Hence, some sections of code won't compile without giving errors. I've gone over the code meticulously and can confirm that I've entered it correctly. Is there a way to get the 2005 Express beta to behave like the older versions VS2002 was the first version of C#. The second was called C#1.1, aka VS2003.  ...Show All
.NET Development Installing VC++ .NET 2003 on Athlon 64?
I'm student of C++, and our course text included MS Visual C++ .NET, but I can't install it on my new HP running an AMD Athlon 64 CPU. I successfully installed on an older PIII machine, but no success on the new notebook. Does VC++ .NET run with native support on Athlon 64 Thanks Thnx alot Tad...ur post made my day ...Show All
Visual Studio Installing IE7 works but..
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All
Game Technologies: DirectX, XNA, XACT, etc. how to detect a 3d sub mesh where the mouse is on
I'm trying to model a application where a 3d object is loaded from a .x file and I need to get the user input specifying which part of the object the user clicked on. something like image map in 2d..... I need it in a 3d object (where it can be rotated...etc) does anyone have ideas how to map between 3d sub meshes and get on which sub msh the user clicked on Thanks in advance Yes pretty much, though in a 3rd person shooter you have to take into account the position of walls etc, to make sure you didn't succesfully shoot someone behind an object. Also using the screen coordinates is only useful for th ...Show All
.NET Development Using DPAPI in Winforms Applications
It seems DPAPI can solve the problem of dealing with encryption keys, especially in the User Store configuration mode. I have two questions on DPAPI in relation to app.config data encryption: - If I understand correctly, when used in the UserStore mode, DPAPI will ensure that only the user that encrypted data through DPAPI can decrypt the data. Does that mean that in the case of using DPAPI for configuration settings (app.config), that we will have to run the DPAPI encryption for the configuration settings on each user machine separately during deployment Will we need a separate encrypted config setting data for each user Does Mic ...Show All
SQL Server Mapping Columns Automatically?
New to SSIS... I created a new package with a source and destination and manually created the output column with data type, etc. Works. The issue is say the table has 200 columns to export.. I dont want to create these by hand. How can I just say export them all to csv format and not have to specify and map each and every column You could replace your existing source adapter with a new one. The default behaviour is to select all columns which by the sound of it is what you want. The new columns will automatically appear in the metadata of downstream components. -Jamie ...Show All
SQL Server need help on a query--sequence number
How to select sequence number (Row ID /number) for a query ROW_ID ID EffDT MonthFirstDay 1 162028 1 11 2 162028 12 123 3 162028 15 567 Thanks You didn't mention the version of SQL Server you are using. In standard SQL, you can do something like: select (select count(*) from t as t2 where t2.EffDt <= t1.EffDt) as row_id from t as t1 The correlated sub-query generates row numbers based on some unique set of column(s). A table is an unordered set of ...Show All
