Jurgen Devlieghere's Q&A profile
Windows Forms Performance problem. Page faults.
Hi, We are experiencing a huge page faults and virtual memory in task manager after working a few hours with an application developed by VB.NET uses web services . This causes an extremely slow down in the application respond. Any way I could ...Show All
.NET Development InterOp issues for Web Service -- Automation error, The system cannot find the file specified.
Issue with Interop of COM component and .Net Assembly We have a project, which uses .net Assembly and COM component together, and is having problem with loading the private assembly. Issue: The .NET Assembly calls a COM components and that COM components calls another .NET assembly, and we would not be able to get the COM components call .NET assembly working in the call chain (Assembly->COM component -> Assem ...Show All
Visual C# event declaration
Hi. I'm experienced in VB but new in C#. What's the ecquievelant of the following in C# Public Event MyEvent(arg1 as string , arg2 as int) Public Sub RaiseMyEvent() RaiseEvent MyEvent("bla bla",15) End Sub It sounds like you want to race the event outside of the class you've declared it. This is not possible. You can only add or remove events (+=/-=) from the outside (public domain). The event c ...Show All
Visual C++ how to get a handle to a control
Hi I started a new process from my application, and I want to enter some data in some of the controls in the new application. I was thinking to do that with the SendMessage function but how do I get the handle for a control in that window. Thank you for the help. What type of application are you writing, MFC, ATL, managed, etc Is this control part of your application, or are you tryiing to set the dat ...Show All
SQL Server getting depedency list from sysdepends
Hi, i am trying to find the list of dependent object for stored prcedure. I am not able to locate depenedency for sp that has temp table in sql statement. i am trying to explain the scenerio by following examples e.g--use northwind Create proc testabc as BEGIN create table #emp(fname varchar(50)) insert into #emp select firstname from employees select * from #emp drop table #emp END in above procedure ...Show All
Visual Studio Tools for Office Insert Word field...programmatically?
In Word, you can go to Insert --> Field and insert a formula. I know that works great. But my question is, can you do all of that programmatically OK, I found something like this: Me .Paragraphs( 1 ).Range.InsertParagraphAfter() Me .Fields.Add( Me .Paragraphs( 1 ).Range, Word.WdFieldType. wdFieldExpression ) But how can you create the formula ...Show All
Visual Basic About RTC API example.
Hi. This is my question: Could I use the example for the RTC API (VB), for playing a file (wav, for example) during a PC-PC call How can I do it Thanks! Hi, Do you mean VB6 or vb.net Thank you, Bhanu. ...Show All
Microsoft ISV Community Center Forums MS-Excel 2000 Macro to Get OUT parameter from PL\SQL block
Hi I am using MS-Excel 2000, to load database details returned from an Oracle 9i PL\SQL block on Excel sheet. Originally the PL\SQL block was used by Oracle Form. Now it is ported to Micorosft Office Excel platform I have to emulate this similar Oracle PL\SQL block in VBA using ADODB and ODBC driver at my place. DECALRE temp NUMBER; A NUMBER; B VARCHAR2; BEGIN temp := F1(SYS ...Show All
Windows Forms Any way to change the colour of a cell in a datagrid?
This is covered in George Shepherd's Windows Forms FAQ. See: <a href="http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q">http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q745q</a>. -Karl Erickson ...Show All
Software Development for Windows Vista Audigy 2 Drivers
I just installed vista today and none of the sound drivers i install work for my Creative Audigy 2 sound card. I would install them, restart the computer and play 1 song then the drivers dont work again. Anyone know a driver that will work with the Creative audigy 2 sound card for the 5270 version of vista I lost the original disc to extract the drivers. This forum is for the discussion of the development of pro ...Show All
Visual Studio Tools for Office edit -> delete on excel disabled, after excel vsto installed
I have created a excel project utilizing VSTO 2005 and now I have installed it on different computer to test it. It works great on their computer and does everything it is suppose to do. The issue is now when the user’s tries to use their regular excel the “Edit-> Delete” is disabled. Any ideas, why And how to fix it… Thank you See my post about a temporary solution that may help you: http://forums.microsoft.com/ ...Show All
Windows Forms How to display welcome screen
Hello everyone, i don't know if anyone has posted this query before, but anyway here it is: H ow do they display the starting screen(or sort of a welcome screen) in Windows forms applications, for eg. in Adobe Acrobat the starting screen shows the 'loading plugins' details and an image appears, or in Visual Studio a starting picture is displayed. It's there in games also. Is that starting screen also a Windows Form Or is it something els ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Miller & Weller
Now that our David has toddled off to Microsoft is there a possibility of a joint book between Miller and Weller I certainly hope so, an awesome combination! I guess the book is going to be great anyway. The two first books where to much for beginners. Finaly some more advanced stuff is turning up. I am starting to get tired of porting code from C++ and the unmanaged API..:) - OO - ...Show All
Windows Forms Printing offers and bills
I am coding a application that should create and print offers and bills for a small company. Creating is no problem, but I did not find a solution for printing several data in columns. The table should look like this: Pos scores & ...Show All
Visual Studio Team System How could I add a Setup or a TearDown procedure in the xxx.webtest?
How can I add a Setup or a Teardown procedure in the xxx.webtest, not in the xxxCoded.cs I want to prepare some test data for xxx.webtest before it is run and cleanup this test data after the test is done. But I don't want to do it in the xxxCoded.cs because it will be overwritten once the xxx.webtest is modified. This is correct. The namespace changed after beta2. If you are still using beta2, I su ...Show All
