Lion4ever's Q&A profile
Windows Forms How to Print all controls on Windows.Form
I have a Windows.Form which contains a lot of UI controls ( textbox, custom-made controls, grid). Is there a way to print all the contents of this Form I need a solution for print preview and print. Thanks, Joy. Have you recieved  ...Show All
Software Development for Windows Vista FaultHandler on State Machine (Beta 2)
Hi. Can anyone point me to (or send me via email <removed by the post author> an example for a State Machine WF (Beta 2) using the FaultHandler activity. I tried using this activitity on a State Machine WF (Beta 2) but I can't find a place to drag into. Any help is welcome. Joao Lopes Joao - you can use the FaultHandler inside of a FaultsHandlerActivity - you can get the FaultsHanlderActi ...Show All
Windows Forms Windows Authentication with hosted SQL Server?
I have a client that is a private school that can't afford their own SQL Server. They can, however, afford to pay monthly for a SQL Server that is hosted on the internet (e.g. www.alentus.com) Can I develop and deploy a WinForms application (fo ...Show All
SQL Server Report Builder - Filter does not return the expected result set
I have three tables, calls, samples and details, with the following relationships: calls one-to-many samples calls one-to-many details A sample has a product code and so does a detail. The same call can have samples for one product and details for a different product. I want to get the total number of calls and also the number of samples and details for a product. For example, I would like to see the count of all existing cal ...Show All
Visual Studio 2008 (Pre-release) Location transparency
Hi to all, I would like to know if in the WCF framework there is some features similar to JNDI in java, or similar to what a "Broker" pattern do , someone that receive a request and know where the real service is Or do I have to implement it (maybe extending the Entity aggregation sample ) Could you give me any suggestion Thanks in advance Alex Are you referin ...Show All
Visual Studio Express Editions Something Besides Sql Server
I understand how nice Sql server express is, but I need to find a different way of storing data. I am trying to create a program that I can distribute without forcing the user to install a bunch of stuff (except the framework, of course). I also understand that I could use xml, but I would need to learn a new way to program (I already know how to program against an SQL database). Does anyone have any suggestions on what kind of database I could ...Show All
Visual Studio Source Control on database objects...
Hello, I want to ask what are the possible scenarios on VSS 2005 + VS2005 Team Suite to source control dababase objects (SQL 2000) Is it still limited to stores procedures as VSS 6.0d + VS2003 do SQL 2005 instead Thanks. As concerned as MSFT is about whether everything they do makes you "more lor less likely to recommend Microsoft products in the future" I would have expected to see a MSFT response on this ...Show All
SQL Server Stored Procedure Not Retieving Data
I have a stored prodecure that runs on my laptop (XP SP2) but does not run out on a production server (2003). The stored procedure takes 2 parameters. When I simply run the query I get a result set, but when I execute the stored procedure with the same parameters the data is not grabbed (no error). There are other stored procedures in this database that run fine, it's just this one that is giving me a problem. Any suggestions Thx. ...Show All
Visual Basic Help: Search DataSet
HI, in the past i used to use SQl language to search in the data base and it was very nice, is there something like that in the dataset, can i search the dataset for particular value Thx Hi, You can use the Select method on a DataTable to get specific rows: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdatadatatableclassselecttopic.asp Regards, Vikram ...Show All
.NET Development Creating .DLL
Hello Anyone know how to create a .DLL using Visual studio2005 I am trying to build the project class but when i see bin folder no dll exists. Thanks abhilash Is your project type a class library Unless you change default settings, the .dll will be in the bin\debug folder. Mike ...Show All
Visual Basic Can I run application(*.exe) that I wrote in VB2005 beta 2 in other computer?
I copy the "bin" library to another computer and tried to run the EXE file, at the first it ask me to reinstall ".net framework" so I installed from windows update and after that he write that he didn't find debug.... the o.s is windows 98 maybe this is the problem Hi, The Windows 98 is not on the dot net framework 2.0 supported operating systems list.  ...Show All
Visual Basic What good is this?
Dim PrgrssBr as New ProgressBar ... and what can you do with it Thanks. Yeah, only time consuming tasks... (progress bar) some tasks are so fast you get the results as soon as you release the button. ...Show All
.NET Development Dataset.WriteXml and xml:space="preserve"
Why the method Dataset.WriteXml() produces xml with the attribute xml:space="preserve" in the elements containing empty strings Is there a way to avoid it Here is an example : - Define a dataset named DatasetTest in dataset designer, with one datatable named Table1. Add two datacolumns named Column1 and Column2 to the datatable. The datatype of both colums is string. - Call this code snippet : Dim ds As New DatasetTest   ...Show All
Windows Forms PreferredSize
I have a custom control and would like to set the PrefferedSize property to be used in a layout routine. The property only has a 'set' method. Is there any way to 'convince' the base control to return a preferredsize of my controls choosing Will this property be made settable Thanks, Ray GetPreferredSize is the Correct answer. The Documentation should note that the default implementation of PreferredSize ...Show All
Visual FoxPro Remote views problem - urgent
I upgraded to a new server (win2k->win2k3 enterp.,sql2000->sql2005,4GB->8GB,2.8GH dual->3.4GHz dual). Everything else is the same. The foxpro remote views take 10 times longer. (create sql view, requery() ). Struggling for the past 10 days. Foxpro table access and queries inside SQLServer seem fine. Thought it might be the /PAE switch in boot.ini for accessing the 8 GB mem but that won't come off. I am using VFP6SP5. ...Show All
