Answer Questions
Sri Harsha Kasi Drag Drop Datagridview Cells
How would one go about dragging and dropping more than one cell into another part of the gridview Thanks Li-Jen, Regarding this comment: /* Make sure it's an action of the right button because by default, a click of the left button will change the cell selection */ any way to override or "work around" that behavior I would prefer my users use the primary mouse button for dragging. Not su ...Show All
lcdmendes MDIChild Login Form
Hi all, I've got this problem: I have an MDIParent form called adminForm and a MDIChild form called loginForm. The loginForm will be loaded at startup, and all the menus of the adminForm will be disabled. When user successfully login, the loginForm will be closed, I want all the menu items of the adminForm to be anabled, but I cant access such menu items in the class that contains the login form (MDIChild form) I use this code to activa ...Show All
Sriram Krishnan MSFT TaskVision: Danger of BadPractices
Hi! Since TaskVision doesn't follow any of the Microsoft Patterns (as a matter of fact it doesn't follow any pattern at all, it doesn't even follow the ADO.NET API or WindowsForms.NET API) and so many people is downloading it, using it, and&n ...Show All
softwater Transactions?
Hi I couldn't found something about transaction (ado.net, dtc). I expected, that I can find something like this in this application. Why are transactions not used Or did I missed them Regards SeeSharp you do the transaction yourself outside of the&nbs ...Show All
Narayan12345 Unauthorized access exception
Hi, I have a remoting object deployed on IIS. Whenever an exception occurs in it, I am trying to write it in a log file. The log file exists on the machine. The Username under which it is being run is ASPNET and I have given enough rights for it to create, write and read a file. Whenever, I try to create a StreamWriter for the file, I am getting a UnauthorizedAccessException : "Access to the path 'C:\\Exceptions.log.2005-09-26.log' is denie ...Show All
Darren Straight Error when installing prerequisite .NET FW 2.0
Hi, I get an error when I try to install my ClickOnce application on a machine that doesn't have .NET Framework 2.0 installed. I have set my clickonce application to install the prerequistes from the vendor's website (Microsoft in this case). The downloading and installation of the .NET FW 2.0 seem to go fine but my problem occurs when the installation tries to "go back" to my project installation and tries to continue with my 'Clie ...Show All
djehmli Application Locks Up
I am developing an application using VB .NET and Remoting. When the application is not used for a few minutes it seems to lock up. In Task Manager is shows as running. Any ideas are appreciated! M ...Show All
rowie_baby NetworkStream and StreamReader/StreamWriter
I've got an app that uses the TcpListener and TcpClient classes to accept a connection and assign it to a NetworkStream which is then assigned to a StreamReader and StreamWriter. The program uses a Do Loop to read data from the stream as& ...Show All
Pravin03 Redraw control after window has hovered over it
Hi! I'm writing a custom control and have a problem when the controls needs to redraw itself. Specifically, it's when you drag, for example, another window over my application's form containing the control. The redrawing of the control doesn't happen or the redrawing is incomplete. I already set the ControlStyles AllPaintingInWmPaint, DoubleBuffer, ResizeRedraw and UserPaint . I'm overriding the OnPaintBackground to draw a series of lines, ...Show All
jonfroehlich Getting the path of a class library
Good day, Can anyone tell me how to get the path of a dll from within the dll I've tried variations on the following, but they return the location of the calling Assembly instead of the actual dll. System.Reflection.Assembly.GetExecutingAssembly().CodeBase; System.Reflection.As ...Show All
ScofferX working with resource files
hello how can i work with resource files which works with languages thank you for the time and for the help Try reading up on ResourceManager and Satellite Assemblies in MSDN. hello from where i can download the taskvisin th ...Show All
Markus U Can't anyone help me with this? - "..timeout period elapsed prior to obtaining a connection from the pool..."
I posted this problem but no one responded. I figured I'd try one last time. I'm having a wierd problem. I've been using Visual Studio.NET 2003, and writing an app that up to now has been working perfectly. All of a sudden an error comes&n ...Show All
peacefrog grid, dataset, datarow
Simple question (I think), but I'm struggling with this. I'm passing a dataset and a datarow to a new form by reference. The new form uses the dataset to populate a datagrid. I want to be able to select a row in the grid, and fill the  ...Show All
Jeff Wilcox - MSFT Deploying .NET 2.0 Framework with app
I'm trying to do a deployment project using Visual Studio 2005. This is for deploying an application to the desktop. I would like to include the .NET 2.0 Framework with the deployment so that if necessary, it is installed as part of the application install. The best I've been able to find is an article entitled "Using Visual Studio .NET to Redistribute the .NET Framework" http://msdn.microsoft.com/library/default.asp url ...Show All
Test Me Web Deploying - Using Config Files?
Hi All, I am creating a win app that is deployed via Web/No Touch/Internet/Zero Deployment (pick a name, any name :) and am running into problems with the config file. My app uses a config file for settings etc that I don't want compiled, ...Show All
