Answer Questions
The_Assimilator Move the focus from one tabPage to another How?
Hi guys I am getting a bit in a muddle with the tabControl I have a tab control with 5 pages How can I do this I am on Tabpage 1 I press a button I want to move on tabpage2 Also When hiding the tabPage by removing it and then readding it later i want to readd it to the same position (index) How can I do this Thanks Sorry never played much with the tab Control vbjunkie Hi, In regards to the second half o ...Show All
gf8500 Terrarium Server - Strange periodic message in EventLog
Event Type:Error Event Source:Terrarium Reporting WebService - ReportPopulation Event Category:None Event ID:0 Date:02.03.2004 Time:17:34:36 User:N/A Computer:FIESTA Description: System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation. Transaction count after EXECUTE indicates that a COMMIT or&nb ...Show All
rjperes Restore problems
System Restore does not work. I am running Windows XP. I have used restore in the past but not since installing XP Service 2 and recently installed Norton internet Security (2006). When trying to run restore for the first time I picked a date 2 weeks back and when computer restarted it said it could not find C:\windows\system32\restore\rstrui.exe. Using explore the only file in restore was "rstrlog" file. I did a search and found the & ...Show All
XiNO Expanding a ListItemCollection
How can I resize an existing ListItemCollection I have a listview that I wan't to populate using ListItemCollection.Insert(). I am using Insert the Instead method of the Add method because I wan't to control where the item is inserted. I get an exception when I try to add an item at an index that is beyond the size of the ListItemCollection. How can I expand the ListItemCollection before I call Insert I am missing a Resize method. Do y ...Show All
Robin H. Sanner UpdateAsync() hanging
In using the example code from MSDN for programmatic update, my code gets to the async call, but fires no events. I changed the async code for checking for an update to synchronous code and it works fine. But then the call to UpdateAsync() fires no events and downloads no bits, even though it knows that there is a new version. The synchronous Update() function works fine, though. Naturally, I want async so that I can get the progress notifica ...Show All
 JD  Public statusstrip in base winform is not accessible in derived form?
I have a base form that contains a StatusStrip control that is marked as Public. There are also some buttons on the toolstrip that are also marked as Public. I have a derived form and I can see the statusstrip including the buttons. When I click on the status strip the properties are greyed out. However, if I scroll down and look at the modifier property I can see that it is Public. The is quirky behavior. I'm using Visual Studio 2005 T ...Show All
Magoo Using BeginEdit and EndEdit to edit treenode labe.
Hello! I've got a treeview and a button. When I click the button a new treenode is added to the selected treenode in the treeview. When added I want it to imedietly go into edit mode so the user can write the label. I do this by just running newNode.BeginEdit(); This works. BUT, when I'm done editing and I hit ENTER the label gets blank and I end up with an empty label. I've added e.Node.EndEdit(false) to the AfterLabelEdit event of the tr ...Show All
Ghauri Filling an ImageList with images from a resource file
The support for resources has dramatically improved in VS.NET 2005, however, one thing still bothers me. If I create an ImageList object, there doesn't appear to be a way to add images to the ImageList from a resource file (aside from programmatically, of course). Am I overlooking something root, I would guess that this is by design. Loading resources by invoking either Assembly.GetManife ...Show All
Jeffery.Yin Help with a DataGrid
ow do I bind a dropdownlist to a multiple table query that is SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE PROCEDURE [dbo].[Users_Select] AS SELECT tbl_Users.UserID, tbl_Users.FullName, tbl_Users.Use ...Show All
goblins MessageBox problems
I am developing an application that contains an error database. This contains a list of error numbers, names and text associated with them so knowing an error number can show a MessageBox with the name and text in it. The problem is that ...Show All
Pooja Jain Transparency/Clipping problems
I'm having problems getting my custom control to draw with transparency on top of the form. The custom control has the shape of a rounded rectangle, and the rounded-off corners need to show through to any other controls underneath it, or the&n ...Show All
Shuklin Event for Dynamically Created Controls
Hi All, i have a form which creates the controls according to the no of records present in dataset and then these are binded to the certain row of the table of the dataset and my code for this is Sub createcontrols()   ...Show All
briane Issue with Custom Cursors
Hello, I'm trying to create some custom cursors for my application. I'm using Visual Studio 2005 pro. I have created the .cur files, (they work fine when used with the system mouse window), then embedded them into my project. I am calling them using: Dim myCConverter As CursorConverter = New CursorConverter Me .Cursor = myCConverter.ConvertFrom( My .Resources.DoorCur) This seems to call the file ok but when the actual cursor is converted ...Show All
Davenmcd576 The small report screen doesn't work
Hi all, i have a problem with the report screen in my Terrarium client: i never receive information on it about events. For example, if i try to insert any kind of creature with only 10 attribute's points, i should receive a message both f ...Show All
AUniqueDisplayName How did they achieve the Windows XP Look?
Does anyone know how they got the controls on the forms to take on the Windows XP appearance. For instance the combobox controls take on a flat border style appeareance which isn't even a DropDownStyle option. All the controls seem to take&nbs ...Show All
