Answer Questions
JuniorBR Notification to Flash on taskbar in Vb.net
Help! I keep seeing this in various applications, ie SQL Server but i don't know how to do it!How do you get an application to give a notification to the windows operating system to flash on the taskbar if a application has not got&n ...Show All
James Wilkinson Explorer TreeView
Hi, I want to create a TreeView such one as Explorer because most people are know with that "instrument". But how do you have to create that, I imported a TreeView. And now I want to add nodes for all directories. Is there a code for that or do you have to use DirectoryEntry and if so how do I use it in a good way. Ruben Ok, I got it. Just make classes for Drives, folders and the begining (because the file ...Show All
Maarten van Stam Possible .NET Framework 1.1 SP1 Bug
Hello, folks. I have recently come across a problem where my Windows Form application froze without any exception. The freezing point was consistent (it wasn't 0 celcius though!), and I could reproduce it every time. And the problem happened right after ...Show All
Danz. Datagridview...
Hi to all i have a datagridview populated by a query.in form laod event i populate the grid with 10 blank rows.The query is based on use imput in textbox My question is this: how can a have a fixed 10 row grid when the query result is less than 10 rows( say 5 rows.When the result is more than 10 rows it shows the scrollbar.That is OK) sample code is much appreciated Are you loading the grid by d ...Show All
TimLiu List<T> to Binding<T>
Hi, I have a business layer that return List<T> for example List<Customer>. How can I convert it to BindingList easiy. I know I can create a list an iterate through it and create a BindingList. Is there an easier way to do it I even tried implicit cast but it didnt work. Thanks. hi, Is your problem solved Thank you, Bhanu. Just use the AddRange() method: List<Customer> list = new List<Cust ...Show All
jjeffire Disable Close Button
How to disable the Close button on the title bar of any windows form If you assign false to the ControlBox property, you will not see the entire Minimize, Restore / Maximize and Close buttons, but i want only the "Close" button to be disabled. Any idea on how to achieve this No problem, now you add a label on top of the form and place a button with cross image. Use this button as close button. Hope this helps... Thank you ...Show All
mobiledev1 Redrawing buttons...using inheritance
Hy, I'm interested in How can I iherit and redraw a controll > button, textbox, toolstrip menu etc. I have been searching for tutorials and documentation and I haven't found anything yet. I'm trying (for example) to make a hexagonal button.> to redraw it (not to draw one whith the gdi....i know how to do that)....I whant to inherit it from vb and redraw it... How hard is this Are there any tutorials Have you done this before Ok...i'l ...Show All
Fabrizio 868 DataGrid Column Sort Value
Hi, Data grid is having a property called as allowsorting. This is used to sort the columns of the data grid in Ascending/Desending order by click the header of the Data grid. After sorting the column, is there any& ...Show All
David Guyer MS Exception occurred during store operation
Hi, Im deploying a clickonce application using MAGE.exe When I try to run the application on mydespktop I keep on getting the error ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://...../myapp.application resulted in exception. Following failure messages were detected: + Exception occurred during store operation. + Value does not fall within the expected range. ...Show All
AntonioCS Drag Drop Datagridview Cells
How would one go about dragging and dropping more than one cell into another part of the gridview Thanks Angel, Let's try this: Assume you have DataGridViewA (DGVA) and DataGridViewB (DGVB), to drag a cell or cells from DataGridViewA to DataGridViewB, I would do the following.... 1. Create a mouse down event handler for DGVA DataGridViewA.MouseDown += new MouseEventHandler(DataGridViewA_MouseDown); ...Show All
SNKGUNZ Auto click Button
Dear friends i think u have seen Microsoft MotherBoard Driver CD. It's autoRun & Auto Install CD. What i want is .. i want to make a program which can purform Auto click function. i have a pre compile EXE file like any EXE presentation. when i&n ...Show All
JeffKish derive from base Control, why do child controls not render correctly?
I'm trying to derive a custom list-type control from System.Windows.Forms.Control. But I need to put some scroll-bars on it. I'm doing everything, but I just can't get the scroll-bars to work correctly. I need to either inherit from Control, or I need&nb ...Show All
Technobabble80 Second form not showing
I have a main form and a secondary form. If another program coveres them up and you press the program button in the task bar only the main form shows, the other one doesn't. In vb 6 all the forms came back when you pressed the task bar button. Right now I have placed a button on all my pages in a tab control to show the second form. I have tried the main form "GotFocus" but it doesn't fire. Where else can I place code to reshow the second form T ...Show All
dreameR.78 Form/Control Sizing
Hello, I'm attempting to create a windows forms application using c#.net. the app has one MDIParent form and several child forms. I am programmatically setting the size of the child forms in the constructor, but before the child form is rendered, the size is being changed. I have no idea where in the code this is happening, or why. Can anybody help me Thanks, rc hi, Is your problem solved by the above rep ...Show All
Ricardo___ Change Location at design time problem
Hi, I am implementing a windows form designer that is based upon the designer sample from microsoft (http://support.microsoft.com/ id=813808). The problem that I have is that i would like to change the size and location of a certain control when I drop& ...Show All
