Answer Questions
kosar1349 WindowsSearchSafeFilter.exe takes all available CPU cycles
Anyone seen this before After I install WDS, this process will take over all available CPU cycles, stopping me from using my system. I have disabled my On-Access AntiVirus scanning and it did not help the issue. Thanks in advance. This worked. I am not indexing email attachments and everything seems to be running like a champ. I assume there is some command line I can use to disable this option during i ...Show All
Franklin Hsu vertical text in MSHTML editor
Hi, It is mentioned here http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnmshtml/html/mshtmleditplatf.asp that the MSHTML editor has a feature of vertical text editing. How can I enable this feature with .net 2.0 I think I got it here : http://msdn.microsoft.com/library/default.asp url=/library/en-us/dhtmltechcol/dndhtml/verticaltext.asp It seems that the feature is set w ...Show All
rp_parikh Remoting
Explain Remoting in c# with a sample code. I can't believe you actually replied to that post.. I know I wouldn't have, atleast not that helpfull. All I'm gonna say is. www.c-sharpcorner.com Did you mean to have a "please" at the end of that Anyway, excuse the formatting with the following: To call a function in a remote .net application Remotable Class: Create a library (D ...Show All
yashpal singh Another control instead of DataGrid
Hi!! I wonder if there's another control, I don't wanna use the data grid, I'm making a demo, so I try to put a grid with some data in HardCode; I dont want to bind to a database. Or, if there is a way to put hardcode to this dataGrid, somebody could tell me how to really thanks a lot!!! You're probably stuck with using a datagrid, however you don't need to bind it to a database. Create your own dataset / data ...Show All
usman ashraf connect to a remote database
Hi, I wrote a program that works fine at 1 machine :-) . Now I want to work with 2 or more machine's. So I install my program on the clients and change dat connectionstring to the correct path. (network share like:Z:\Data\Db1.mdb) This works fine for reading data from the database ! But when I want to add a record or update an existing record I get an error like "unable to execute because the querry can't be updated". This is&nb ...Show All
neener C# analog clock runs slow on some computers
Hi all, I have a problem with the System.Threading.Timer class that I am using for my clock. The clock runs faster on an Intel box than it does on an AMD box and it has nothing to do with the CPU speed. Has anyone come across this before Any suggestions would be much appreciated. Ok, I have found that it is not a cpu problem as I have another box with an AMD Duron XP 1000MHz(5x200) which runs at the correct speed. I have tried it on another co ...Show All
DarSev How to search treenode?
Hi all, I am new to C#. I am currently implementing a treeview.But I am not sure how to search for treenodes. If I have a parent 'John' with child nodes 'B' and 'C', is there any way to find out the path that I select for 'B' is A-B. Can any one provide an example of searching treenodes Thanks Hi all, My problem is if I have 2 nodes 'A' and 'B' and under node 'A' and 'B' , I have node 'C' f ...Show All
Thomas.AT IRDA with C#
Hi experts, I am interested in finding out if I can create application to connect my PC to a IR device using Visual Studio .Net 2003 with the C# language If that is possible that you refer me to the appropriate links Thanks CH The .NET Compact Framework has classes that support InfraRed Connectivity. Take a look here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_evtu ...Show All
Camello Amarillo urlEncode
Hi, I'm working with Windows Forms in VS.NET 05. I'm trying to use HttpUtility.urlEncode from System.Web. But because i'm working with winforms I can't use urlEncode. It doesn't exists for winforms. Does anybody knows a good equivalent thanks Use System.Web.HttpUtility.UrlEncode. I hope that solves your problem. I hope you have added a reference to System.Web as well. ...Show All
Ravirudra UOM classes?
One of the things I haven't seen in the base .net libraries is some kind of unit-of-measure handler. If you're just measuring distances then Unit and UnitType are there and they're okay, but I haven't seen anything for weight or volume or anything. It's one of those things I'd expect to change with CultureInfo, but it looks like it might have been a bit beyond the scope of the base libraries. So I'm wondering if there's something somew ...Show All
Uros Goljat ManagedThreadID doesn't work for interop for SetWindowsHookEx.
I am converting a VB6 program to be C#. Therefore I was looking up how to hook the application for mouse, key activity and I found this article by Microsoft. http://support.microsoft.com/kb/318804/ In the code it uses AppDomain .GetCurrentThreadId() to set a callback thread for Hooking. It uses interop to the user32.dll. I modified/used the code and it works. However, the compiler insists that I should not use this function (GetCur ...Show All
Buck Hodges Help me, please !
Hy ! Please help me ! When i try to execute a command such as tasm.exe on the command window in VC#, the messeges that have been created by this command aren't printed in to the filename that Tools.LogCommandWindowOutput had created, onlz the syzstem messeges are. Can I print the messages into the file .log i'll try to see if it's working. thank you ! Not working. Any ideas Please, i don't know w ...Show All
TFC Accessing a BindingSource in a child form
Hi folks All I'm trying to do is pass a BindingSource from a parent form to a child form and bind it to a TextBox, but I'm having problems... In the parent form, I set the BindingSource DataSource & DataMethod to a table in a strongly typed DataSet, and everything works fine. Then I pass the binding source to the child form constructor, and try the following: myTextBox.DataBindings.Add (new Binding ("Text", myBindingSource, "M ...Show All
frusciante Code generation from DLLs
Hi I have accidentally deleted some sources in my project and want to know if there is a way by which I can extract my code from the dll Shantanu Hi, The tool you have given me is pretty good and can come in useful for small amts of source code. Two things I havent figured out to solve are - local variables were renamed to something generated by the tool and there is no automation to generate the . ...Show All
sjkowal need help for developing an application which could access the CyberJack Card Reader.
Hello All I need help for developing an application which could access the CyberJack Card Reader. I have to use asp.net for this and the card reader is connected to the web server (where I hosted my web application). I need to read the details from the card and display in the web and while I am sending the details then I have to authenticate the pin number and should add the digital signature with the outgoing details. Can anyone guide ...Show All
