Because I'm not working in .Net. I'm working in C++ and MS Visual Studio 6. We're in the classic bind of wanting to migrate to C# but not having the time, so...
error indicates that datasource object that you are using to bind with dropdown does not have property "PortId". Possible reasons are 1) You dont have property...
hi to all, im a newbie in asp.net c# programming im having this error: DataBinding: '<>f__AnonymousType5c`29[[System.Int32, mscorlib, Version=2.0.0.0,...
I think Rob's flagship application is written in C++ using MS Visual C++ 6. How to directly sheeh WebBrowser control in .NET? I would like to know. ...
You need to put a win32 host control on the form, then put the OWC in there. It should work from that point. You won't see it in the designer because it's not...
Sorry, should clarify that. You can expose C# to COM all day long. And if you don't want to do that, you can expose it via a service that C++ can call all day...
Why in the world would you use an old-school OCX when you can use a WebBrowser control in .NET? Sheesh! ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞...
Hi, i am having a problem here regarding the WPF control. i used the Microsoft office speardsheet 11.0 in windows forms. now i wanted to use it in wpf...
Hi all: I have a new web application using c# that should allow user to upload video with maximum 5 minutes, the plroblem appears when displaying video, the...
Hi Rob, You may use c#.net to create a COM control (OCX) to show your webpage. That is very simple. Then you use this OCX in your c++ code. Good luck. ...
The problem is that this is not a .Net managed control. This is an old library used in a Visual C++ 6 application, and it's not even a library we developed....
Isn't it cheapter to just fix the problem? These issues are fairly easily resolved. The "memory leak" is most likley in the interop layer associated with the...
Rob, We have custom web Kiosk that was originally written in VB6 and recently converted to C#. The application is a Windows form application that hosts IE....
Greetings! Our flagship application is written in C++ using MS Visual C++ 6. When the application starts, it shows some buttons across the top and down the...
Hi, I have some forms where the Icons dont show up in the Windows TaskBar. Instead the main Program Form's icon shows when these forms open. It's not all...
Well i solved it in the following way: ... public static void RegisterTreeNodeEffect(System.Web.UI.Page page, System.Web.UI.WebControls.TreeView treeView) { ...
I have the same problem . Mahmoud Ghoz www.Ghoz.NET From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Tanvir Faraj Sent: Monday,...
Hi, Please consider the following case: I have a treeview control in a page. Only name and value property is set for each treenode. The 'SelectedNodeChange'...
You'll have a line defined by its start and end points. You will need to define handlers for the mouse down and mouse move events, and maybe the mouse up...
Dear Dan , Thank you for your support . Regards , Mahfouz ________________________________ From: Dan Fat <dan_fat83@...> To: CSharpNET@yahoogroups.com ...
Hello. Unfortunatelly I can't give you any code. But if you like, you could start developing the application, and I'll help whenever I can. With regards, Dan...
Dear Dan , thank you for reply . Can you give me sample code for this control Regards , Mahfouz sayed ________________________________ From: Dan Fat...
Also if you are on your web page you could use path = Page.Request.MapPath("/"); and then parse out the first drive letter as in the previous post. M....
Dear Mahfouz if you want it a desktop application"C#" you can use drawing library to draw the line and you need three event "Form1_Mouse......." mouse down ...