Tom S62093's Q&A profile
Visual Basic Turn off green coloring after filling out a snippet?
Hi there Tryed searching for an answer 'cause I really cant understand that Im the only one that have this 'luxury' problem. Is there any way to turn off the green coloring after having filled out the snippet information other than closing down VS2005 If this is what I think it is, there is a bug logged in the product feedback centre about this. It's down for upgrades right now, so I can't search for the r ...Show All
Windows Forms Hidden Fields
Hi, I have a problem with hidden fields. Is there a possibility to hide fields from the Designer, which have the Property visible=false I have dialogs, which have a lot of hidden fields, so that the designing of these dialogs is very difficult. Thanks for your help Thorsten ok. . . are you ready I couldn't get it to do exactly what you want, but I think it will work. It always draws the control i ...Show All
Windows Forms update TextBox bound to DataView
Good morning, I have some TextBoxes bound to a DataView. If the user makes any changes in the TextBoxes, I prompt to save or cancel before moving to another record. Here is the code if the user chooses cancel: else if (this.bolChangedAcct ==& ...Show All
Windows Forms How to set a default value for a Combo Box?
I’m creating a Combobox dynamicly at run time, however, I don’t’ know how to set the default selected value for it!! Thanks. Dim MyComboBox As New ComboBox MyComboBox.Name = “MyComboBox” MyComboBox.DataSource = MyDefaultView MyComboBox.DisplayMember = "ItemList" MyComboBox.ValueMember&n ...Show All
Visual Studio 2008 (Pre-release) Next CTP
Is there any sign when the next CTP of WinFX & EID will be (I am currently using WinFX Feb CTP and EiD March CTP). Or are we going to have to wait for the next longhorn CTP (Beta 2) Thanks for any info. And yes, our plan is to make available a build of Expression Interactive Designer that is compatible with Beta2 of WinFX very close to the release date. Thanks, -Unni ...Show All
Windows Forms Change Focus after Move
We have a C#/VS2005 application with a modeless ToolWindow form that sits over the main form. After any action is performed on the ToolWindow, focus is set to the main form, so that the main form will receive user keystrokes, shortcuts, menu mnemonics and the like. The only action we are having trouble is moving the ToolWindow (i.e. dragging its title bar). We've captured both the Move and LocationChanged events and they have two problems: 1) ...Show All
Windows Forms Security Exception
We have a windows application that performs correctly when the application is executed from local drives. However, if we execute the application from a mapped drive we get the following Error message. The application opens fine but when we try to o ...Show All
Visual Studio How to dynamically add to the AssemblySearchPath based the output of a custom task
Basically, I would like to add a reference path to the search AssemblySearchPaths before the build starts, how would I go about doing something like this I think I may have solved my own problem but perhaps someone could verify... < Target Name = " FindSDBSWinRootTarget " > < FindSDBSWinRoot ProjectPath = " $(ProjectPath) " > < Output TaskPara ...Show All
SQL Server Cannot read the next data row for the data set
Hi, My report runs fine when I view in VS, data shows fine when I run the query in the data window, but when I publish it to the server, I get the above error. I am running SQL server 2005 RTM and I have re-deployed the entire solution. Any ideas Found the problem. This is a problem that is down to a bug in reporting services, and I sincerely hope that "they" fix it in the first sp! Occasi ...Show All
Windows Forms DesignerActionList invoking template editing
Hello, I have a custom control that has a template and a designeractionlist that I created. I want to have the designeractionlist trigger template editing in my custom server control. Is that possible I'm using template groups in the designer. Thanks. ...Show All
Visual C++ VC++ Express 2005 Intellisense and preprocessor Issue
I have converted a VC++ 6.0 workspace with 3 projects to Express 2005. In general, it is working well. All three projects share some code files and use preprocessor macros to enable/disable some code sections. It all compiles and works fine in both versions of VC++. What I noticed is that that intellisense seems to be confused (or I just don't know how to set it up) as to which macro definitions are active ...Show All
Visual Studio Express Editions Visual Basic Express and database fields
I have an access database with 14 numeric fields. I have them displayed but I can't figure out how to add them up and display the total on the form. Otherwise it works great. hi, you can do that by many ways, one way to do that is to add textbox for sum double click your bindingsource that hold the data then add some code like txbmytotal = mybindingsource.current("firstcolumnName") + mybinding ...Show All
Windows Forms Toolstrip and Menustrip docking
Within the wonderful Toolstrip container, is it possible to get a menustrip and a toolstrip to dock side by side as in Excel and Word but not in VS I want to use a menustrip rather than creating the main menu on a toolstrip because for reasons that escape me (probably dealing with short cuts) implementing the main menu as a set of buttons on a tool strip just doesn't have the same functionality as doing the same thing on a main menu. Or am I ...Show All
Smart Device Development Help - Error w/RC1 and loading resources - imagelist, form icons, etc.
We have a .Net CF application that was working fine after our initial upgrade to one of the CTPs (June or July). However, since the move to RC1 we get a series of errors in regards to our image list controls, form icons, etc. The errors look like: System.NotSupportedException was unhandled Message="System.Drawing.Bitmap" StackTrace: at System.Resources.ResourceReader.LoadObjectV2() at Sys ...Show All
Visual Studio Express Editions Skype Start kit not working
any body else is getting the problem with running the samples for skype starter kit i think its to do with Microsoft.vc80.DebugCRT assembly dependecy, the sharplogic.skype.dll got a newer version then vs2005. i am running the lastest version and i just cant get it to work. the version i got is 8.0.50...... and the version on the dll is 8.0.60.... (i dont remember the actual number). you can see that if you use ILDASM.exe to get the il out ...Show All
