Answer Questions
CAM How to invoke .NET 2.0 user control method via javascript hosted in IE 6?
I've looked hi and low for this and I cannot seem to find an answer to my problem. So, I have a very simple C# .NET 2.0 user control (gen'd by the wizard) that does nothing but be a blue square. I added 1 method, 1 property. This is very similar to other examples out there. namespace WCL2 { public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } public virtual void SayHello() { MessageBox.S ...Show All
ryansingleton A Terrarium Server is Up and Running at http://207.158.113.70/Terrarium
Enjoy! I'll try to keep it up as much as possible. I am in awe!!! I cleared my event log and that did it. Sometimes things can be a bit more perplexing than they need to be. Thanks for the post. You are a hero in my world... Hi David, Thanks for putting up a server. Unfortunately when I try to introduce creatures I get the same 'The server is experiencing problems. Please try a ...Show All
John330 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
Kęstutis Naureckas Webbrowser controls doesn't work on Windows XP SP2
Have anyone experience this kind of problems, whenever calling the Navigate(url), Internet explorer ask for content blocking , and open the url in the IE windows not the application webbrowser, Thus all the browsers event cannot be handled. The web browser&nb ...Show All
Big Ticket Executing DOS Commands
hi, Is there a way by which my desktop application (created using windows forms) can execute dos commands . Varun hi Varun this is naaz....i wanted to know from you if you were successful in running the DOS commands....... if yes i would be more than grateful if you could help me out thanks a lot ...Show All
Jaisheel What happened to refactoring???
I just downloaded VB.NET 2005 Express Beta 2 and I don't see refactoring anywhere. What happened to it That was one of the coolest features in Whidbey. I've been looking forward to it for months now. Now it's gone ...Show All
GeneSegal My 29 things that need to be added/fixed/improved...
1. Make the visual designer faster. It should be as fast as VB6 was to open them and to move controls around. (i.e. It shouldn't take 45 seconds to display moderately complex forms in the designer (try duplicating the Outlook Edit Contact windo ...Show All
gauz09 Button problem...
Hi! I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that. Can someone please help me Thanks in advance. Ah, I think you use C# Didde wrote: I wan't to have a ToolStripMenuItem and link it to another form Please be more specific on your question as I (like anyone else reading this post I suspect) have got no clu ...Show All
Frederic Goulet load menu dynamically
Hi I'm using VB6 to load MDI menu items dynamically at run-time up to 50 menu items. When I'm running my application on Win2K & XP, I can see the scroll ability on the menu items list. But the scroll ability is not available on WinNT. ...Show All
Dimmi3 Replicating VISIO Functionality (IMPORTANT)
I have to replicate VISIO's ability to create the FLOWCHARTS using VB.NET. Please provide me a basic roadmap, as to how should I proceed . I am new to GDI and am going through the basics through the material and source code availaible ove ...Show All
SinghVan How should I resize the datagrid
In the design mode I had created the datagrid which can accomodate 30 rows During runtime this grid has 2 to 1000 rows is there any way when my grid has less than 10 rows I want to minimize the height of the grid in run time ...Show All
TaylorClark windows form parking window
Hello People. I have this problem, one time my application show me this error: WindowsFormParkingWindow I can’t reproduce the situation,that is what i need to now what it is WindowsFormParkingWindow or what its function in .NET. Thanks!. Hi! WinForms use internally parking window. I think it's used to hold controls that was closed/removed/etc, i.e. that not inside any parent control. Sposivo CEPrEN! Thanks Sergey! ...Show All
LeeH The Treeview Drag&Drop AND using custom TreeNode !
Here is the code that I use to carry out a drag & drop on my TreeView, it goes very well ! but when I use my own custom TreeNode (named : 'UsrTreeNode' and have some properties added) instead of the original 'System.Windows.Forms.Tre ...Show All
ProwlingPanther ActiveX control seeks Handle!
Im developing a Wysiwyg User control based on the AxDHTMLEdit ActiveX control. The ActiveX control is contained within a wrapper user control which is contained in another user control that is used by a forms application. In the disposal of the wrapper&n ...Show All
Ooogaleee LShiftKey doesn't work
Hello, Does anybody know why the following code doesn't work Keys.LShiftKey exsists but you cannot use it, isn't that strange Regards Arjen private void Form1_KeyDown( object sender, KeyEventArgs e) { if (e.KeyCode == Keys .LShiftKey) { MessageBox .Show( "Left Shift pressed" ); } } You're trying to get a KeyDown for your main Form. I don't thin ...Show All
