S_A_S's Q&A profile
Visual Studio Express Editions Registering Visual Studio C# express
When I try to register this product, I keep getting the message "The registration key you entered is not valid. Please enter the registration key exactly as it is appears on the registration website or copy and paste it into the registration key field." I am copying it from the website and it still does not work. The key that was given me was 0CLLDFMBJNVLRB. Have you installed SP1 since receiving the registration key If so you will need to reregister your product. Please try going to Help->Register Product and retrying the registration. ...Show All
Smart Device Development Installation of Compact Framework 2.0 failed. Why?
Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust level is: 2 26/02/2006 23:14:42: User LCID: 1031 26/02/2006 23:14:42: System LCID: 1031 26/02/2006 23:14:42: Invoker's command line: '0x822bd84e-0' 26/02/2006 23:14:42: Memory status, K -------------------------- 26/02/2006 23:14:42: Load : 58 26/02/2006 23:14:42: Physical : 5794 ...Show All
Visual Studio Drill through behaviour
When a report performs a drill through action via the Report Viewer Control, will the report render again to get the drilled data or are all needed data for available drilling already collected in the first and only "round trip" to Reporting Services ...Show All
Windows Forms Anyone know where all the Terrarium samples went ?
Searching all over the place for Terrarium samples - but they all seem to have moved somewhere. Any help appreciated. Thanks. It's here now http://windowsclient.net/downloads/folders/starterkits/entry1269.aspx ...Show All
SQL Server problem with DtsTransferProvider
I am trying to transfer a database from one SQL Server 2005 server to another. TransferData method completes successfully (and all tables are available in the destination) if the source db contains only default database users (namely dbo, guest, sys). Then I repeated the same process after adding a database user (named 'testdbuser') to the source database, TransferData method threw the following exception, but the database was created in the destination (tables were not available in the destination) ERROR : errorCode=-1073548784 description=Executing the query "CREATE USER [testdbuser] FOR LOGIN [BUILTIN\Admini..." failed with the following error: "User, group, or role 'testdbuser' already exists in the current database.". Possible failure ...Show All
Internet Explorer Development catches IE Events
Hi, i am writing an extension for internet explorer i have already created the extension however i need to catch IE events like "NavigateComplete" is there anyway to catch the events using visual c# thanks Regards Roy http://support.microsoft.com/kb/269614 it is actually a bug, i suppose quite a number of events arent called at the first navigation. A way to test it out is after open IE, try to enter a url see whether the events catches then ...enter a URL again...and see if the event catches again. well..last time i did have this problem the solution i did was actually simulate a second naviagtion as a first navigation. ...Show All
Windows Forms Article list on windowsforms.net home page
Hi, I'm after a particular article which was linked to (I think) a couple of months back on the windowsforms.net home page, but there doesn't appear to be any way of accessing these older links; only the most recent articles can be accessed. Am I missing a trick in order to get to these older article links Many thanks John. have you looked at http://www.windowsforms.net/Default.aspx tabindex=2&tabid=40 at the topy you will find categories list or you can use search ...Show All
Audio and Video Development Question about normalizing percentage-based "textAltitude" or "textDepth" values
Hello all, I want to parse a percentage-based "textAltitude" or "textDepth" values, like "150%", into pixel-based values, like "31px", which is required by the normalization process specified in spec VI7-41-2. I had read spec VI7-95 and [XSL] 7.27.4 / 7.27.5 to find out that the percentage-based values shall be calculated based on the "em-height" of font, but I am not sure what that "em-height" is, and if I just consider the textSize as "em-height", the calculated values will not meet the testing contents' spectations. Can someone explain what the "em-height" of font is and how to calculate the pixel value of percentage-based "textAltitude" o ...Show All
Visual Studio Team System Full list of Work Item Field names
Hi, is there a full list of Work Item field names available yet I want to add a Customer field to a work item but I'm thinking this is quite common and my already be defined somewhere Thanks for your help Graham See the MSDN documentation on "Using System Fields" here: http://msdn2.microsoft.com/en-us/library/ms194971.aspx ...Show All
Visual Basic connect to excel file
Hi I try to connect excel file withe the connection: oConn.open "Driver={Microsoft Excel Driver (*.xls)};&_ "DriverId=790;Dbq=c:\worker\Ovdim.xls" when I try to run the recordset : oRs.open "select * from Ovdim" I get an error "Could not find the object Ovdim." What I need to change Ovdim is the excel file name. I need to change the select Thank's Lilach why are you connecting to excel. there are two ways you can connect. 1. accessing excel using jet 2. accessing excel using vb-excell automation it depends on the purpose you want ...Show All
Windows Forms Panel with design-time support
I've got a class library which contains a couple of panels. When I double click on one of those panels I see the message "Drag items from the toolbar over this area... Click here to switch to code view" I'd like to see the same design-time support as with a form, is that possible I've looked at a couple of tutorials but they seem too complicated for what I need. ...Show All
Internet Explorer Development IE 6 opens new window instead of loading in frame specified by target attribute
I have a frameset with multiple frames, some nested. One of the frames has an anchor that uses a target atribute to load the referenced page in one of the other frames. When I click the hypelink, however, the page loads in a new window, not the frame specified in the target attribute. This will happen repeatedly. However, if I refresh the browser just one time (on the main page with the nested framesets), then from then on the link will behave properly, loading the content in the other frame vice a new window. Once I've refreshed, the behavior will be correct no matter how many times I click the link. Very strange. I can't imagine what is happening when I refresh the browser that makes any difference, or why it doesn't work properly to beg ...Show All
Visual Studio Express Editions Buttons on Form disabled when using SQL Database
Ok, I've tried de-bugging this and I can't figure out how to rectify my problem. So far I have a simple application with a simple database. (I'm getting back into programming after 20 years.) I have a list box with names of historical figures. When you click on the name a picturebox on the form changes to that person's picture and there is a 'summary' text box which says a little about them. The list box is bound to the database. It works pretty slick actually. The only problem is that once I click on the list box (and the event ListBox1_SelectedIndexChanged takes place) all of the buttons on the form are unresponsive. Apparently the program goes into a loop where it checks to see if the listbox has changed and continues to do ...Show All
Smart Device Development New devices with .NET CF 2.0
Is there any information regarding ETA of devices with .NET CF 2.0 Can OEMs choose to release new devices with .NET CF 2.0 or do they have to wait for WinCE 6.0 for this Thanks, Shalin Shalin Dalal wrote: Is there any information regarding ETA of devices with .NET CF 2.0 Can OEMs choose to release new devices with .NET CF 2.0 or do they have to wait for WinCE 6.0 for this Thanks, Shalin Is there a reason you're looking for devices with .NET CF 2.0 OEM'd You can install .NET CF 2.0 on WinCE/Windows Mobile 5. Not certain about WinCE4 or Windows Mobile 2003, but I'm pretty certain you can install it on 2003 as well. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .. Tridex VB.NET ##UPDATE 14# XNA .... Hi a strong reminder for XNA developers ....
Hi, A warning for all do not forget your state blocks or you can get some serious rendering issses so this is what you need before you render!!!! its a real must even with directx!!!! Dim Tempstate As New StateBlock( Me .Device.GraphicsDevice, StateBlockType.All) Tempstate.Capture() 'do your render/passes e.t.c here 'the bottom lines reapply original settings Tempstate.Apply() Tempstate.Dispose() ...Show All
