I am trying to enable or disable a particular IE window using EnableWindow win32 API using P/Invoke in my C# code.. This API requires to pass the handle of the window to be disabled or...
have a windows user control in .NET. How can I convert it to an ActiveX control?
I want to use this control in JSP pages using Javascript. so how can I use this control on JSP pages?
I have a windows user control in .NET. How can I convert it to an ActiveX control?
I want to use this control in JSP pages using Javascript. so how can I use this control on JSP pages?
Hi all,
How to know which key is being pressed in a key press event of a textbox??
I want the user can only enter alphbets not any other caracters in my textbox. How i can do this in javascript?
hi,
A difference between executing a Windows service and other Visual Studio .NET applications is that the dialog boxes raised from a Windows service are not visible to the user. In addition, the...
I don't know why it is not working. in my case it worked.
try using visual studio "Add reference" dialog box. Visual studio will automatically create AxShDocvw.dll and Shdocvw.dll and put it in your...
Hi,
simply type AxImp at your command prompt it will show all the options u can use with AxImp.
you should use AxImp ShDocvw.dll /out:NewFile.dll so AxImp will not override original ShDocVw.dll....
that's fine
but what if you don't even know that u r creating a textbox control or any other control.
here is the solution which I found and it is working. Here I am sure that i will be creating...
thanks poochi,
this is really very useful.
Now another issue is there,
we can have a private .net assembly or a shared .net assembly. if we are going to interop these assembly with COM we have to...
No,
My user will give the type name and based on the type name I have to show the Members of that type. So until runtime I will not know the type. That's why this solution will not work.
I want to display property of the controls in the listbox.
But the following code which I got from an example in MSDN doesn't work properly.
On line 1 if I use "System.String" it is...
Hi all gurus,
How .NET manages the life time of a COM object that is called from a
.NET assembly using COM interoperability? My doubt is, COM uses
reference counting for life time management while...
Good Idea!!
But couple of issues..
First issue is that to have this kind of solution to be worked you should have some server control like check box control with AutoPostBack property set to true,...
Hi all,
Don't know where to put this query, I could't find any suitable category for this question. This is regarding Enterprise Template in Visual Studio.NET
I have gone through the walkthroughs...
Hi all,
Can we have a custom config file other than web.config in asp.net application and app.config in windows application?
Is .NET framework provides any way to access such config file...
Sorry Neildw,
I couldn't get you.
If on my aspx page no HTML will be there then what it will convert ?
I need to convert HTML to PDF file not to display existing PDF file?
I think your solution...
Thanks Neildw,
I have tried your code but it didn't work.
I have on my page just to labels with some text. I put your code in my page_load event, but it shows the text of the label as such not the...