C l e m e n s's Q&A profile
.NET Development How can I find forum moderators?
I have a question to the forum moderator of this forum. How can I find her or him Dear the moderator: Please contact me. Regards, Hello, Kean I'd like to know the reason why my following thread is locked because Faq says to do so. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=165123&SiteID=1 ...Show All
.NET Development How to implement GetFunctionPointerForDelegate function in .NET 1.1
I try to wrap some native win32 api, but it is need the callback to be the parameter of SendMessage. I solved this by using the new GetFunctionPointerForDelegate function in .NET 2.0, but in .NET 1.1, I found no way to do the same thing, I also found the Delegate.Method.MethodHandle.Value, Delegate.Method.MethodHandle.GetFunctionPointer() and the return value of GetFunctionPointerForDelegate function are different. I was confused. How can i impl ...Show All
Visual Basic help
how can i do to find crystal report for vb6 becouse my vb doen`t have crystal. ...Show All
Windows Forms Outlook Control
Hi, Looking at the screenshots for the new whidbey controls and a simulation of Outlook 2003 is there. Will these Outlook controls be available in whidbey or is Microsoft just showing what can be done if you feel like re-creating something from&nbs ...Show All
SQL Server URGENT: SQL 2005 : All schedulers appear deadlocked
Hi All, please throw in any ideas as it matter of urgency. We have rebuild our 24/7 heavy loaded website using ASP.NET 2.0 and SQL 2005 (we have one active-passive cluster for main activity and 2 active-active clusters to browse static data). Main cluster is publisher and distributor for replication of data (small subset of it and it works fine). Hardware is pretty tough - 16 zeons 32G ram, NetApp SAN. We had no troubles in first ...Show All
.NET Development web servces using smart device application
Hi, i am trying to build a search function using web services. when i create an object of search class and try to add it to an arraylist the following errror pops up. System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: The type PAWebService.Search was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically. BUT if i add a dumm ...Show All
Visual C++ Want to read a txt file
Hi, I want to read a txt file, but I want to read word by word. So can you please show what function would be best to read word by word from the txt file Thanks. vcboy You could use the TextReader and the ReadLine method to read a line. For each line read you can split it on the space character to get an array of words. ...Show All
Windows Forms Events Handling Determination
Hi all, How can I know that a specific event handler has been already registered to listen for a specific event, for example How can I know that the following event handler registration has been already registered so that I can avoid duplication wit ...Show All
Smart Device Development Updated images for Windows Mobile 5?
Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank I agree. I would like some sort of information on new downloads or when the updates will become available! ...Show All
Software Development for Windows Vista Power Management
Hello, I have a Dell Inspiron 600m and it is a dual boot to Windows Xp and Vista. (I couldnt leave xp, too great of an operating system.) Anyways, whenever I take my laptop somewhere and use the battery it seems to loose its power a lot quicker than Xp. I was just wondering if there are more processes that are used for the awesome graphics or if I havent configured the power management right. Any suggestions. The processor is also a 1.8Ghz with ...Show All
Visual Basic Read & change user settings that created by another vb.net project
Hi, How can I read & change user settings that created by another vb.net project If the solution contains more than one executable, is it the better way to share the application or user data by using windows registry ...Show All
Visual Studio Is it possible to set the number of records per page using Crystal Report
Hi, Here's the situation. I have a query that returns a number of records. Instead of having Crystal Report automatically determine the number of records that fit in a page, I need to be able to know the number of records per page. Is there a setting in the ReportDocument class in ASPX VB or property in the Crystal Report that would allow me to do this I'm developing the report using the version of Crystal Report in Microsoft VB.NET. ...Show All
Visual C# How do I enable Drag Drop Events for the Designer of my Control?
I have a ControlDesigner derived class and I set the EnableDragDrop to true and I never receive any drag drop events on my designer. What's up with that Yes, I've tried this on version 1.1 and my controls are working well; I haven't tried this yet on version 2.0, that's why I asked what version of .NET you're using, this probably is an issue with that version. -chris ...Show All
Windows Forms Suggestions on what to do?
Hello everyone, My disk space has been getting low recently and so I decided to write a program to list files/folders above 300 megs in a listbox. Unfortunately, I have no idea what kind of controls I'd want to use in C# and I don't want to use VB as I'm trying to learn C#, so this should be a good project. Any ideas There was a very slight difference occasionally with the MSIL created by vb.net and c# in 1.0/1.1 (see here fo ...Show All
.NET Development fatal error C1190 in VC++ .NET
Hello, I am gettin a fatal error C1190 when I try to compile the code and run it. Could anyone provide a solution for that I guess I need to set the /clr switch. Here is the error: fatal error C1190: managed targeted code requires '#using <mscorlib.dll>' and '/clr' option It points to the syntax on code: #using <mscorlib.dll> <Yeah the third line of my code!!!!> ;-) Would appreciate if anyone cud provide a solution for ...Show All
