Answer Questions
MA Tester Installer Issues
Has anyone had an error when trying to install the server with code error 2755 or do they know where i can find error 2755 help. I really just need the sql that creates the dataabse. if anyone has that that will do instead. arggghh!!! ...Show All
Stampede2 How to create a Wizard with Windows Forms?
Hi i want to create a simple wizard for an application consisting of a series of windows that take date from the user and store it in a file. I wonder if its possible to create a wizard with Windows Forms I use Visual Studio 2003 and Visual C# standard edition. Thanks in advance Yes it's possible. There are a few articles online about creating Wizard so have a search around. But I'll cover the basi ...Show All
vivz tab control with close button
I'm pretty sure a tab control with a close tab button is not in the common controls. How hard would it be to get the appearance of common tab control + close button Is it time to make some custom controls You can draw outside of the Tabs in the tabcontrol using OwnerDrawFixed, but it is easily corrupted as the non-Tabs area of the control is not always invalidated when needed. You can make th ...Show All
Carwile onlky refreshing and not adding rows using Fill()
Hi, I need to refresh my dataset after a certain period and I am using DataAdapter.Fill method myCommand = new SqlCommand(ReferenceClass.MarketExposureSPName(), myAccessConn ); myCommand.CommandType = CommandType.StoredProcedure; myCommand.CommandText = ReferenceClass.MarketExposureSPName(); myCommand.Parameters.Add(ReferenceClass.MarketExposureSPLimitParamName(),iMarketExposure); myAdapter.SelectCommand = myCommand ; but ...Show All
regina serious big
I run my program,when i close it , unlucky, there has unknow software exception, it only tell me: .NET -BroadcastEventWindow.1.0.5000.0.3 Have you tried running in debug mode Have you looked at the code that gets called when your app closes Hi, I've got the same problem. When I close the application I get an error stating : .net-broadcasteventwindow.1.0.5000.0.3 ..... The instruction on 0x60032500 ..... points to a locatio ...Show All
Ira Hining How to do Drag & Drop into TreeView's TreeNode ?
I able to do Drag & Drop into a control, like textbox, TreeView, ... But I unable to do Drag & Drop into a control's item like TreeView's TreeNode There is no such event called 'NodeDragEnter' nor 'NodeDragDrop', so how to do if I want to implements Drag & Drop into the Treenode You need to do some hit testing to figure out what node you are dragging over. Nodes do not have specific mouse even ...Show All
ggpnetwork Button Text and Image depression
Does buttons with image embedded on them synchronize both text and image depression while clicking them in .Net2.0 I could find that when a new project in VS2005 is created and the form contains the button control, the look and feel at runtime satisfies the requirement. However, when I use a project originally developed in VS2003/.Net1.1 & now migrated , placing a button from .Net2.0, the run time does have the same problem. ...Show All
BijuMelayil asgard2.0
Introduced!! Maybe you could send them to me I would like to see them, but I can't get them from the internet because I'm behind a firewall. My e-mail is 147@freemail.lt Thanks Hi. I think you're talking abo ...Show All
KamranAmin Web Services in Win Forms
Ok..I am trying to launch a win form from under my webserver wwwroot/ however, i am getting a security exception that prevents my client app from accessing a webservice over the internet. What do I need to do to configure my app to b ...Show All
happymozart Scrollbars and Custom Border Painting
I've customized a panel to draw a custom border utilizing WndProc but I have a problem when the scrollbars are displayed, take a look at the lower right portion of my border. I have attached a snapshot of the problematic control and a .NET pan ...Show All
W_F maintain data knowlege across functions?
I'm new with VB.net and have hit a wall. I don't know how to implement this. Data binding, MDI, data sets, collections, arrays, etc. I don't know how to have critical info known across multiple classes, functions, subs, without making everything Public. Can& ...Show All
Hermes 68 GDI+ graphics and viewport
Hello, I am using .NET 2.0 and building a custom control. There are multiple graphics elements that I would like to render on the surface. When drawn together they form the complete control image but need to be managed separately because they might have different scale, units, move indendently, and are updated at different times for different reasons. My idea was to maintain several buffers or graphics objects that I could use draw into an ...Show All
mr.efish transparent labels
I have a control with a graphic. I put some labels over it, and set the background to transparent. This doesn't mean the graphic shows through, it means the background color shows through. Do you know how to get a truly transparent background o ...Show All
Zeesha Webservice Progress Bar and HttpContext problem
Hi, I have been working thought the article (http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service11052002.asp) on the msdn site that walks through adding a progress bar to a webservice call. Everything works well until I need to know the size of&nb ...Show All
2drunk2funk Form Designer Gone Wild
Every now and again, when working with the Form designer, when I build my project, it goes crazy and totally screws up my layout! Sometimes it removes controls and very often, it totally wipes out my InitControl() method. I'm using VS 2003. Has anyone else run into this problem Is this a known bug I've been working on a form-based project for only a few weeks and thi shas happened on 3 forms (2 new, 1 existing). TIA for an ...Show All
