LTelles8's Q&A profile
Windows Forms Invoke or BeginInvoke cannot be called on a control until the window handle has been created.
This is throwing me for a loop. I have a modeless form open with a richtextobx. I am using FileSystemWatch to monitor changes on a text log file. When changes are found I check to see how much the file has grown, and then read and append the new portion to the RTB. The log watcher form comes up, does its initial paint (which is NOT driven by FSW) all is OK. Some moments later when the log file first changes, and FSW gives the event, I marshal it back to the GUI thread for updating the RTB, but get this odd error. I have done this pretty much already in previous VS.NET without a hitch. As far as I know my window handle has been created at the ...Show All
Visual Studio Express Editions How To Work Update PRogram?
i am new to c# and am learning slowly but am learning :) i have created the basic program i wont to use i.e i got the menustrip done and working thats it so far. got the ABOUT box to load and an UPDATE box to load i have created another application for an UPDATE program i have done the design but the buttons CHECK NOW and UPDATE NOW and also a programs bar to show the progress of the update.. problem i got is i just dont know how make the CHECK NOW button check the webserver for an updated version of my program and then to return saying UPDATE AVALIABLE PLEASE CLICK UPDATE NOW or NOW UPDATE AVLIBLE. and of course when ...Show All
Microsoft ISV Community Center Forums Business Scorecard Manager 2005 database problem
Hi, I’m having a problem with my Business Scorecard Manager 2005. It’s installed, but it doesn’t make a connection with the database (SQL 2005 Enterprise). Even with the templates that it already has, the connections that he tries to make are to tables that do not exist. If i try to create a connection string to an existing database, it also gives me an error. How can i solve this Thanks As I understand it, the templates are for SQL 2000, not SQL 2005. I am running into the same problem with SQL2005. No problems with SQL2000, though. Try this link out - I plan on doing the same: http:// ...Show All
Visual Studio Express Editions error installing Visual C# express
help me solve this please it happens when its loading installation components. will deeply appreciate all your efforts. Try to upgrade windows installer http://www.microsoft.com/downloads/details.aspx FamilyID=889482fc-5f56-4a38-b838-de776fd4138c&DisplayLang=en It might help to preinstall .NET framework http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en ...Show All
Windows Forms Form close event stupidity!
Hi, I'm a PHP developer turned C# and its all a bit confusing. (i've done a bit of VB6 so maybe it ain't so confusing). How do i add code to the form close event For example, frmMain contains a button to open frmLogin which disables frmMain so the user MUST login. When frmLogin closes how do i activate the close event to re-instate fr ...Show All
Software Development for Windows Vista WWF for VS.NET 2005 Full Flavor!
Does anyone know when we might expect a version of WWF that will work with VS.NET 2005 full flavor (not the beta version of VS) Or do we have to wait until mid 2006 before this is possible ...Show All
Software Development for Windows Vista DrawThemeBackground and Glass
I have a custom window class that supports tool windows that have a slightly smaller caption than the standard tool window class (similar to Photoshop). When theming is available, it uses the DrawThemeBackground API to paint the caption area and min/max/close buttons. My app is getting glass O.K. in all other windows, yet DrawThemeBackground is displaying an opaque caption area and plain ol' buttons. I'm guessing I need to do something more. I watched Jeff's presentation ("Great looking apps...") several times. I don't know if DWM is the answer to getting glass in my custom captions, but it did prompt me to seek out more informa ...Show All
Windows Forms Whiteboard Application
I'm trying to develop a whiteboard sort of an application where two entities viz. a sales rep and a customer can log in. The Sales Rep can push an XML/XSLT transform document containing the sale info on the whiteboard and the customer can instantly view these details. If the customer wants to make any changes to the sale, he can point them o ...Show All
Software Development for Windows Vista VS2005 and directshow
Hi all Got some problem with the new visual studio 2005 and directshow baseclass project and warning coming from the compiler. I read in several ng on google that maybe the actual psdk (april 2005) could not be full compatible with vs 2005. Is there any date for an update version of the psdk Please reply as soon as possible... please Lorenzo Malaguti I tried to compile the baseclasses with VS2005, and I also resolved all compiling errors, such as the well known problem about "class COARefTime". But, I still got some worrisome compiler warnings, mainly about the 64 bits compatibility p ...Show All
.NET Development Hauppauge USB / WIA?
Wasn't sure where to post this question, but here goes.. Does anyone know if video capture cards like the Hauppauge show up as a device that the WIA library can communicate with I have a little project that is going to require grabbing some still images from a video camera. I have already create a prototype that works with a Logitech webcam and the WIA 2.0 library. The cam needs to be attached to a tablet PC, so I was going to try out the Hauppauge USB capture device. Just wanted to know if anyone had any luck with one of these and WIA. I dont think you can - there maybe some drivers on their websi ...Show All
Windows Forms Connect to Yahoo search
hi is there a way that i can send a word to yahoo search from my application and get the results displayed on my application thanks Yes, but depending on how you wish to use the service it might be a viable option. I would also caution Sami in culling the search results from Yahoo without also entering into a similar agreement& ...Show All
Visual Studio 2008 (Pre-release) Generating wsdl:documentation from WCF
How do I generate wsdl:documentation in WCF In the .asmx world, I used [WebMethod(Description="Foo")] attribute. I would have expected something similar on the OperationContractAttribute. Greetings -- You can export wsdl:documentation by extending the WCF runtime and WSDL import APIs. Below is a pretty long example that introduces a WsdlDocumentation attribute that can be used to annotate either an interface or an operation. It takes a single string parameter and then projects that out to the wsdl:documentation element. It has a few things going on. First, it's an attribute. Secon ...Show All
Visual Studio Localization tool
Hi, I am looking for a tool which helps to do a localization of an application. My idea is that it is an interactive tool which is looking for strings in source code and makes them localized. When such tool is started it offers each string found in source and asks if the string is translatable. If yes, some identifier is supplied by user to name this string in resources and new record is created in resources. The string in source code is replaced by method returning the string from resources. Such tool would decrease time needed to localize bigger application with all strings hardcoded in compare of doing all this work manually without any ...Show All
SQL Server Matrix order of totals
I have a matrix that shows sums by month. The dataset returns both month and quarter. I want to have subtotals by Quarter. I have this working and the matrix returns columns as follows: Jan Feb March Q1 April May June Q2 ... Total What I would like to have is Jan Feb March April May ... Q1 Q2 Q3 Q4 Total Is there anyway to have subtotals displayed at the end of the row For dynamic groups (e.g. quarter), the subtotals are always part of that group. They currently cannot be moved out of that group instance. Another way of doing this, is to use a table in the report with explicit column ...Show All
Windows Forms Control running in IE not loading
Hi, I wrote a control and I embedded it into a webpage. Everything works fine when I run the page on my local website (localhost), but it doesn't work at all (object not showing) when I install the webpage and the control dll on our intranet server. What am I missing thanks max Even after I trust my assembly, I still can't seem  ...Show All
