Answer Questions
Baloodevil DateTimePicker
Hi, Is there any way to handle with 'Null' values in DateTimePicker control when it is bound to datasource Any sugestion... Thanks You could also use Infragistic's NetAdvantage UltraDateTimeEditor. It can naturally work with Null values. As I answer to vsnewbie, search on www.codeproject.com for a Nullable DateTimePicker, I think it's better. You will need to handle the ...Show All
Howard Rogers HitTestInfo in DragDrop
DataGrid2_DragDrop(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles DataGrid2.DragDrop Dim myGrid As DataGrid = CType(sender, DataGrid) Dim hti As System.Windows.Forms.DataGrid.HitTestInfo h ...Show All
wjcyg My latest pet peeve
Erm, just a thought...but PLEASE...*PLEASE* add a .Tag or .Name property to MenuItem ..i'd be in love then :( I agree. I just read through this group looking for wish list items that are easily fixed with workarounds, in case&nb ...Show All
meatago Databinding across multiple forms?
Hi All, I'm fairly new to .Net Windows Forms development and I'm curious how one would normally accomplish the following: - Assuming an assembly created by another developer has a few methods that returns a dataset containing a single datatable. ...Show All
Marcus Perry Filling a tableadapter using a join query and then updating database?
Visual Studio 2005, northwind database For this excercise I would like to find the shipping details for a paticular contact name, I would like to put a contact name into a text box press a button and be given the shipping details for all orders for that contact in a datagrid view. I have used created the following table adapter in my dataset to select the data I want. SELECT Orders.ShipName, Orders.ShipAddress ...Show All
veeta Terrarium 1.2 Client Available!!!
The new Terrarium client is now available for download. Here is a list of some of the changes: - Organism SDK Installed with Client (Includes docs, tutorials, reference and skeletons) - VS.NET 2003 Project Templates - Resizable Window&n ...Show All
Billy Feng Limitations to FlowLayoutPanel
I am using a flowlayoutpanel control to display a list of controls and it seems to only show the first 149 properly. Then it seems to chop the 150th in half and not show the rest. (My test case involves adding 395 buttons to a flowlayoutpanel). I was wondering if there was an express limit on the number of controls I can add to the panel or if it's a memory concern. Also, can I change the number of items allowed Any help would be appr ...Show All
Jigs_1979 Transparent User Control in VB.NET
Howdy I'm trying to create a user control in vb.net that supports a transparent background. on this user control i have 2 labels and 2 scrollbars. both labels have been set to have a transparent background and i have included the following.. Public ...Show All
JT11 search in a list
Hello, I am beginner with WinForm, I want to make a form with 2 parts : At top, a textbox and below a listview when typing a charactere in textbox, i want to filter the list displaying only row responding to the filter. for example if "a" in textbox only the name beginning with "a" in the list. I don't know how to begin . Can someone help me Thanks a lot Yes, you can do this. If you are using .NET 2. ...Show All
yngielkoh Find select Row in datagrid
Hello dear all i wnat to find all selected row in datagrid please help me Priyank Gupta public ArrayList GetSelectedRows(DataGrid dg) { ArrayList al = new ArrayList(); CurrencyManager cm = (CurrencyManager)t ...Show All
Sabaawy BackgroundWorker keeps changing my code!
I think I'm going crazy... I have a VB project with several forms that use BackgroundWorkers. The code works fine. However, from time-to-time, VS B2 decides to change the code in my DoWork event handlers. It deletes ALL of my DoWork code (leaves the Private Sub and End Sub lines) and replaces it with: 'This method will run on a thread other than the UI thread. 'Be sure not to manipulate any Windows Forms controls ...Show All
FlavioOliveira How to expand text box to accomodate Text
I need to hacve a text box that expands vertically as text is entered instead of scroll bars appearing. How do I do this. SUGGESTIONS PLEASE How about if you change the height based on the length of the string If the ...Show All
excelthoughts Using MS Office to do a mail merge
Ok I know that I have a large number of questions here. Please, I need all the help I can get on this one. I have an application that is putting data into an Excel spreadsheet. I have also created a mail merge document to ...Show All
Greg1970 Hide a window of an external application
I want my WinForm to be able to hide an external window of another application using the Title of the window to identify it. For example, how do I hide the window of Internet Explorer through my WinForm ... Not close but hide it! Solutions  ...Show All
denisphillips Casting problem
Casting problem I am using Visual Basic 2005 Express Edition Beta 2 and am messing about with some code to login to a web service. The problem ONE: I keep getting an error message: System.MissingMemberException The part solution: After searching about, I believe t ...Show All
