Answer Questions
GapIT Infragistics for windows forms
hi guys, I m doing a project in windows forms , which implements the Infragistics controls , i have to create skins sort of things for all the controls in that along with the forms.Say i have 3-4 UltraButtons , and some other controls , all infragistics , when i want 2 change the skin i want the designs to apply 2 all the controls in that form inclusive of it . Just something like the skins of winamp, etc... hope i get a reply soon ...Show All
Grigory - MSFT Path
I have the following code: Option Strict Off Option Explicit On Friend Class clsMain Public Function OpenConnect() As ADODB.Connection Dim com As Object com = New ADODB.Command Dim ...Show All
mkassa Visual Studio 2003 Locks Up After Building with No Error Messages
When I compile a project in Visual Studio 2003 Visual Basic .NET the IDE will lock up or freeze and I cannot see my application. If I press control alt delete I can see that the program has been built but I cannot see it. & ...Show All
chenzhu designing windowsforms
In asp.net we can add controls to the webform or change their appearance or properties in HTML code. How can we do the same in wondows forms Is drag and drop the only option Why don't you do your customization in ...Show All
Vladimir Kovalenko Setup and Deployment Project FAQ
Deployment FAQ Q: I am now getting the following error when I build: " Unable to update the dependencies of the project. The dependencies for the object ' name.dll ' cannot be determined" A: Workaround : Try to adjust the order of the Projects in the Solution and leave the Database project to the end. We can either edit the Solution (*.sln) file with notepad OR remove and add the Database Project back in the solu ...Show All
Gary Varga IExtenderProvider and Design Time Attributes
How do I apply design time attributes to my IExtenderProvider class's properties that it's providing Do I put the attributes on the Get or Set method, or is there another way I have an IExtenderProvider that provides a property thats a  ...Show All
lawyer Hide the properties of a parent class ?
Hi, I've got a class which inherit from TreeNode. In this derived class, I provide a few properties to show in a propertygrid. But it also displays the properties of TreeNode. And I'd like to avoid that. Is it possible And if so, how (any link to tutorial, documentation or help is welcomed ^^) First, create a class that inherits from ComponentDesigner and override the PostFilterProperties method: ...Show All
ClemCadidlhoper Help with inet control
I am using inet control; to access a Unix box. I need a way to pause after the inet1.execute statement executes. I have tried a DO loop to loop until inet1.stillexecuting = false, however this statement won't exit DO when stillExecuting =  ...Show All
LiquidLithium Combo Box Error - Too Many items in the combo box
Hi Guys, I am receiving the error listed on the subject. The error message is pretty obvious, but the question is: How many items can I add to a ComboBox In my case the number is > 32800.... Do exist any difference depending on the Op ...Show All
MSRaynsford Format phone number
Hello, I have a text field where the user types in a telephone number. When the user is done typing the number and the text field loses its focus I need to take whatever the user typed and format it to a standard format. i.e. ###-###-#### If a user types 1234567890 I need it to change to 123-456-7890. Any ideas on how to do this or examples Thanks! You want to create a control based on the textbox ( or add an event h ...Show All
Ventmore hold a key...
is there a way to "codely" press and hold down a key for x amount of seconds I think the functionkey is a special key really. You could maybe try {fn} here is the documentation, with some examples and scenarios, of the sendkey's class http://msdn2.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx Apparently it is a VERY special key...cuz VB doesn't even talk about it. I tried your ...Show All
Richard Weir how to create a bitmap dynamicly and save it to 256 color mode
As common , the bitmap is saved as 24bit or more, But now , I have to create a bitmap like 23 dynamicly, and save it as 256 color or 12bit , how can i do it using GDI or others. thanks in advance. ...Show All
mikewo Problem in installing an application made in .NET and MS-Access 2000
I want to insall an application made in VB.NET and MS-Access 2002. It installs successfully every time, but when I try to run it, it generates the following exception on some systems: HERE IS THE EXCEPTION: ------------------------------ An unhandled exception has&nbs ...Show All
Razza Getting the right-side of a text string to display in a TextBox
Hi all, I am programmatically populating TextBox controls where in some instances I am populating a TextBox control with more text than can be visually displayed by the TextBox control, so what I want is to display the right-side of the text string. So for example, if I have the following string, and the TextBox control is only long enough to see a portion of this string, I want it to display want I have put in bold. Is this possible I put this ...Show All
N Anderton ClickOnce Downloading
Ok, I have a 15.1 mb ClickOnce application. No errors in the build. I have successfully published to our web server, IIS 6.0 with http compression enabled. Everything works fine but we are getting inconsitent errors when downloading and installing. Here is the error report. I am not sure who the remoting host is. Is it our internet server Our ISP Or is it ClickOnce code Please help. We plan to deploy our application using ClickOnce right away bu ...Show All
