Answer Questions
Luke_82 Trouble copying files to network folder
I am getting an error when trying to copy a file over to a network folder. The file being copied is only a couple megs, and there is 25GB free on the network drive it's being copied to. From the looks of it the user has the appropriate permissions setup to write to that folder. P.S. We are using Windows Explorer in XP Pro SP2, and going to a Server 2003 server. The file is actually a JPEG and if the user opens the image and doe ...Show All
Rafael (Live Butterfly) Wrong content type ?
Application: ---------------- "An unknown error has occured. Please review the even log for more information" Event log: ---------------- "Client found response content type of 'text/html; charset=Windows-1252', but expected 'text/xml'." Any ideas ...Show All
Mark Davis getting windows xp app close buttons...
Hi, Is there any way I can show the windows xp maximize, minimize and close buttons, any other place inside my form Thanks ...Show All
RayManning DLL Child Forms in MDI
Here's the deal: I have an MDI Parent window, and a blank MDI Child Window. When the user specifies, a seperate DLL user control loads into a new instance of the blank Child and populates it with whatever controls it (the DLL) holds. &nbs ...Show All
murali_k1 Need urgent help
Hi there everyone... I have a problem here. Now i doing a project for my college and i am not sure how can i do it. The problem here is i am developing an application for Pocket PC where the Pocket PC users can access the server and request for information from the server. It is using the wifi technology and the protocol is UDP. Now i want to know how can i make this application possible using UDP protocol Can any one give me a ...Show All
Meauxmath Maintaining the selected row after sorting a DataGridView
Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom Bin ...Show All
Libor Vasa Control.Invoke blocks on WaitOne while UI Thread continues to run?
I have an application where a background thread is calling Invoke() on a control owned by the UI thread. I'm seeing a problem where Invoke is blocking indefinitely on a WaitOne operation while the main UI thread is still processing the queue (i.e. the UI is still responsive). I'm currently able to reproduce the condition relatively easily and believe it might be a race condition related to the UI thread disposing the control while Invoke( ...Show All
Udaypal Aarkoti Tough Reflection Question
If given a FieldInfo object that represents a reference type, is it possible to call a method on this reference type I know how to set and get the field, but that's not what I want to do. I want to actually call a method on  ...Show All
chrw FindControl
Ok, usually with a web app, this is easy to find a control... string ID= ((HtmlInputHidden)( this .FindControl("ID" + myVal))).Value; And I know forms don't have HtmlInputHidden. The control I'm trying to find is a picturebox. Windows forms doesn't have FindControl. What is the equivalent Thanks, Zath To my knowledge, thereis no such method in 2003. This method is found in ...Show All
Humpty DDE and .NET
I am building a Winforms GUI Application that needs to receive a DDE message from some other third party application. Third party application only supports DDE communication. I was thinking of couple of things. 1) From .NET GUI instantiate an ActiveX EXE  ...Show All
one wonders Move the focus from one tabPage to another How?
Hi guys I am getting a bit in a muddle with the tabControl I have a tab control with 5 pages How can I do this I am on Tabpage 1 I press a button I want to move on tabpage2 Also When hiding the tabPage by removing it and then readding it later i want to readd it to the same position (index) How can I do this Thanks Sorry never played much with the tab Control vbjunkie Thanks for providing a very clear an ...Show All
Kendrew Please post here if you are running a Terrarium server.
I want to get a feel for how many are out there, if any. Thanks! Did you install IIS after .NET 1.1 If so, you'll need to register the ASP.Net functionality by running aspnet_regiis.exe which can be found in the Framework direct ...Show All
Ciprian Gerea Hex Editor Control
Hi, I'm looking for a hex editor control for winforms that can manipulate binary files. I was wondering if there're any free ones available Thanks! Will Hi, Here's a OCX which you can try using with COM Interop. http://www.codeproject.com/editctrl/hexeditor.asp Regards, Vikram ...Show All
timmid Winforms with Access DataBase ( it doesn't SAVE , modify records )
Hello. I'm developing an application using vb. NET and an Access DataBase ( the application is not big ). I ADD a DataSource, ( Menu/Data/Add new datasource) i select an Access Database, and i select the table i need ( dataset ).. everything seems to be fine. I go to the dataSource Windows to see my DataSets with its table, i drag and drop it into a blank winform, it creates a datagrid with its navigator, every seems to be cool. I run t ...Show All
Arnab Saha ListView_selectedIndexChanged
Hi, The ListView_selectedIndexChanged event is firing twice or more number of times. I tried writing some code in the ListView_selectedIndexChanged event but i found that the event is getting fired more than once.Wat cud be the problem Subasree G ...Show All
