Answer Questions
Ray987 Capturing TAB Key
Ok, I know how to capture Keys, but I can't seem to capture when the TAB key is pressed. I know its a special case, but I can't get it. Any ideas Hhhmmm...good call. Maybe (y) Yes, don't worry, they&nbs ...Show All
mnelson custom connection string in sqlconnection
Hi. I have a lot of forms to develop, so I am creating components using drag and drop from the toolbox. I drag a sqlconnection,sqldataadapter and dataset, and use the commandbuilder. So I can create automaticaly the store procedures, data adapters and&n ...Show All
bubblez cumon Buds Where r u??
i m stuck here, as the boss want me to show all the tables with relativity, to the customer, and let him select the fields that he/she wants in the report, and then display the report (crystal report), can anybody help me out, it'll be&nbs ...Show All
Erick_T Tip: use Reflector!
Hi all, I wanted to share another great tool with all of you. I'm sure many of you use it already, but I have also seen quite a few people that are not familiar with it yet: Reflector ! It is my number one .NET tool, especially when using WinForms. Using Reflector you can disassemble executables and DLLs. It does a very good job and comes up with readable Delphi, C# or Visual Basic code (and IL, but I doubt whether IL code is readable for ...Show All
Ramanuj kumar MenuStrip control and Visual Inheritance
Hi, I have some questions about the MenuStrip control. Our company is switching from Visual Studio 2003 to Visual Studio 2005. The problem is Visual Inheritence - I found this post (http://forums.microsoft.com/msdn/showpost.aspx postid=20039&siteid=1) that says that Visual Inheritance is disabled for the MenuStrip and ToolStrip controls. Now, many people are sure to b ...Show All
shsu printing a datagrid in VB2005 (Again)
Has anybody found a good solution to this yet I can not get my grid to print I can only see some "C" code but that has not helped me much. Dear Scott, I am using VB2k5 recently. My doubt is= I have a GRID with contents. I want to print those data to my printer. WHat are the steps I need to do to reach my desire DO you have any manual or technique sorry english bad too. thanks, Bruno. ...Show All
san7 Error while executing PocketpC Taskvision
When am trying to execute Pocket vision its throwing error "Unable to connect to Remote server". I have configured the server in my local machine.I have commented the synchronization code also.pls anyone have the solution. Also there is fullsource code&n ...Show All
balasvpr Thread maximum
I am worry about my control's maximum number of my .net application. I am using VB.net to created a multi-use server including chat,control,transfer...etc. In this server program , when a new user connected to the server My server give it a new backgroun ...Show All
Tomas M. mess up lisbox during looping.
I don't know if it's a bug or not but i have a listbox with some items in there. on the click event of the listbox i put a while loop. what happens is that the listbox automatically highlite the last item. You can test that on ur VS2005. Is there a way to fix that I tried it. The listbox got confused and just kept selecting the item that was under the mouse cursor. Hmm, bizarre event handling code creates ...Show All
powerlau DataGridView or any other suggestion?
Hey all, I want to have a sort of a table in my program. Two columns: "Type" and "Link", for instance: Type Link ----- ----- wmv http://www.a.wmv avi http://www.a.avi mov http://www.a.mov Now I looked and saw that DataGridView would be best, because it looks like what I want. But I don't know this control, and ...Show All
sbatati Problem with refreshing parameter collection in designer mode
I am maintaining a C# project created with VS.Net 2003 that has been upgraded to VS 2005. The project has a component with a number of SqlCommands on its designer view, these were created by drag-drop in 2003. The commands use stored procedures in an SQL Server 2000 database. The problem is that when I trigger a parameter collection update where VS 2005 is querying the SQL Server for the set of parameters one of the SPs supports an error sayi ...Show All
Nadirsha Shadows Property Problem
I've created a new control (derived from DataGrid) where I want to hide a certain property value of the grid. I use the shadows keyword to hide it. That part works fine meaning that a client using the control cannot see the property.   ...Show All
Docseuss Problem with RowChanging event
Hi, if have a DataSet (SQLExpress) whith 2 Tables. On one table I add a RowChanging event handler. When I add a record in a boud datagridview then an exception occures in the handler. (After changing the postion in the DGV the event is fired). Here my handler: void PCs_RowChanging( object sender, DataRowChangeEventArgs e) { if (PCsBindingSource.IsBindingSuspended) { return ; } try { MessageBox .Show(e.Action.ToString()); } catc ...Show All
MusicMan756 Load a user control using command pattern and back ground processing
I would like to know how I can load a user controls using command pattern and background processing. I also want to keep a list of all loaded controls to call them on the fly when I use a back and forward button on my menu bar. Please I appreciate if you send some samples. So the best way is to load the control on the UI thread. So I cannot use a command pattern to load my controls. Than ...Show All
FE How do i pass control to another form in a button click event
Hi I am new to windows forms. How do I pass control to anohter from in a buttons click event. eg When you click on a button located on form 1. It then shows form 2. how do you do this. Thanks Thanks I&nbs ...Show All
