saydhu's Q&A profile
Visual C++ Changed the COM signatures....using ildasm.....
Hi, I have a .exe COM which I used in .NET but some signatures got changed....so I opened it with ildasm and changed the signatures so that it should return something from the function....This is the error I'm getting now.... The runtime has encountered a fatal error. The address of the error was at 0x79e8aff6, on thread 0xb4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of us ...Show All
Windows Forms listbox
When you doubble click on a itemin a list box I need a event to fire. What event will handle this http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformslistboxmemberstopic.asp OnDoubleClick ...Show All
Visual C++ Importing class from dll
Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. Just a few more details: I have found, and can use LoadLibrary, GetProcAddress etc. functions, but only for importing functions. What is the name of the function I should use instead of GetProcAddress for importing classes from my dll thanx, Attila ...Show All
Windows Forms icons
Hi I know where I set the applications icon, but how can I set individual icons for each windows form I have Regards if i were you i would use the Form.Icon property... ...Show All
Visual Studio 2008 (Pre-release) Animate background color on all text boxes ?
Hi, I finally started my WPF project today, and it's been interesting. Right now, I want to animate all textboxes in my form on mouse enter and mouse leave events. In the book I bought, this sort of thing should do it: <Style TargetType="{x:TextBox}"> <EventTrigger RoutedEvent="TextBox.MouseEnter"> <BeginStoryboard> <Storyboard> <ColorAnimation Storyboard.TargetNam ...Show All
Windows Forms ImageList and images of different aspect ratios
I have some images in a ListView with different aspect ratios. Is there a property to be set for the ImageList so that the aspect ratios are preserved Right now the images are stretched to the ImageSize of the ImageList. Hello. I'm not aware of a method to override this unfortunate shortcoming of the ImageList control. What I would suggest instead is adding the images to your project's resources and loading them from there instead of from ...Show All
Windows Forms Develop Application with Fax Out Function
Dear All, I am now design an application that want come with Fax function by VB.NET, as I found that there are "FaxControl" and "FaxCom" COM objects we can add reference to project. However, do anyone know will there has Fax .NET Control and some sample. My idea of that application is that: User Input Selection -> DataSet -> CrystalReport Document Object -> Fax Out. Thank you very much! '************** ...Show All
Visual Studio Express Editions HTML and VB
In my application i want to have a search bar powered by google. I would like the textbox to correspond to the textbox at www.google.com and the "search" button to correspond to the search button on google, and for the results to be displayed in my Webbrowser. Is that possible ANY information would help Thx Did you take a look at the Amazon.Com starter kit http://msdn.microsoft.com/vstudio/expre ...Show All
Windows Forms KEyboard Control
Hi, Is there any customisable keyboard control that I can use in my application I might need to customise it to remove a few keys, add new keys and change the functionality of a few keys. Can I download code from somewhere or s ...Show All
Smart Device Development How could i create a database application in VB 2005 for windows ce?
hello! i've been searching the internet for the answer to this question, but i didnt find any that is useful to me. i would also like to know everything that is connected with the database application im intending to write. thanks a lot. Hi, You can use the EDB class to create,copy and delete database. I hope the following links will help you. http://www.developer.com/net/cplus/article.php/3327171 http://msdn2.microsoft.com/ ...Show All
SQL Server redirecting errors
All, I redirected errors the some err table I defined. SSIS package gives two columns for the error information. One is the ErrorCode, the other is ErrorColumn. But the values for those two are some numbers which I have no ideas of what it means. How to translate to some meaningful information Thanks a lot Books online has tips on getting the error description here ... http://msdn2.microsoft.c ...Show All
Visual Studio Team System Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'"
During creation new team project from Visual Studio 2005 I get Project creation failed with error:"Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" message with log: 07/08/2005 10:43:00.938 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://as-cmp-1:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 07/08/2005 10:43:00.938 | Modul ...Show All
Windows Forms Custom control derived from Control not responding to Click event
Hello, I'm developing a die component for use in a game that I'm writing. I want the user to be able to select the die by clicking on it with the mouse. I've written all the code to trap the click event and change the m_se ...Show All
.NET Development Where is the packaging & deployment wizard?
Hi, I spend a few days searching around and reading and re-reading http://msdn.microsoft.com/library/default.asp url=/library/en-us/cptutorials/html/common_packaging___deployment_concepts.asp but I must be missing something very big . I still can't find any information on how to package a .NET application, one with sub-folders containing the different language resources. Would someone be so kind as to lead me the way. Tha ...Show All
Visual Studio 2008 (Pre-release) Endpoint not found exception when more than 20 clients connected simultaneously
Hi, I am developing a WCF application in which more than 100 clients will connect to the server simultaneously and in each request server may send large data (say 25MB per request). While testing the app, I realized that only 10 request can be handled at a time and client will not get any exception till 20th request but after 20 request it start throwing Endpoint not found exception for the rest of the connection. Below a ...Show All
