Thelios's Q&A profile
Visual Studio Express Editions Timing issue
I would like to find out if there is a way to add a bit of time for one line of code to complete before Starting the next. I would like my textbox to display the contents of an action as in: case 4 TextBox1.Text = "My Text" ---Do Somehting here to slow the system down for about 5 seconds TheAmount = TheAmount - 50 If TheAmount <= 5000 Then MessageBox.Show("Your Amount is: " & TheAmount) End ...Show All
Visual C# Font Properties
I was wondering if the size of a font is measured in pixels Hello. MessageBox .Show( TextRenderer .MeasureText( "Wlgq" , this .Font).Height.ToString()); Hope this helps. ...Show All
Windows Forms WYSIWYG html control
Are there any competing products to <a href="http://www.comzept.de/index.php TEMPLATE=products&product=htmleditor">NetRix</a> I'm looking for exactly what this control does but I wanted to know if there were options. Would you be able to send m ...Show All
Visual Basic what about "can't change combobox height vb.net 2005'
In vb.net 2003 it was possible change the height of controls like textbox (with multline set to false) and combobox, now in vb.net 2005 I can't. there is a way to change that Hi David I don't want change the Height of the Items in the Dropdown Box! I will change the Height of the control! See Link to sample above. Horst ...Show All
Windows Forms Dataset updating.
I have a dataset returned everytime from querying database. The new data is to be shown on a datagrid binded to another dataset. So, how should I update the binded dataset with the returned dataset Currently, I cleared the datatable in ...Show All
SQL Server How do I install SQL Enterprise Manager?
Hi All, I'm pretty new to SQL anything... I'm wondering if there is a way to install just Enterprise Manager on my local workstation so I can open it up and manage or at least look at all of the SQL db's that are spread out on various servers - all in one place 1. How can I install just Enterprise Manager (if possible). I ran setup on SQL2000 Personal Addition and it didn't look like it was going to get to a 'custom setup' screen so I canc ...Show All
Windows Forms How to Create DataGrid Datasources
I have a dataGrid that I set up with a datasource using all the tools in the designer so for an example it fills with the data from the data source with code like this this .changeTypesTableAdapter.FillByChangeTypeSorted( this .changeManagementDataSet.ChangeTypes); What Im trying to do now is to allow searching of the data and display the search results in the data grid. I have it set up to take the search criteria and run a s ...Show All
Visual Studio Team System Services disappear when restoring TFS data to a different server
I have been working through the restore to a different server process with TFS Refresh as described in http://blogs.msdn.com/vstsue/articles/500334.aspx . Got to the last step "To make clients to refresh their work item cache data" and I noticed that most of the TFS web services aren't working. For example, http://[applicationTierServerName]:8080/WorkItemTracking/v1.0/ClientService.asmx returns a blank web page. When going to the IIS ...Show All
.NET Development Server GC in VS 2005 Beta 2?
I've recently been reading up on the garbage collector in .NET and discovered that there is a workstation version of the gc and a server version. Earlier versions of Whidbey apparently allowed the server gc to be enabled via an app.config item that looked like this... <runtime> <gcServer enabled=“true"/> </runtime> I tried this with no success, so I looked into the schema for ...Show All
Smart Device Development send a file from pda to pc
Hi! Could you help me with the first step how to transfer a file from pda to a PC connected to the net The PDA has a GPRS internet connection. I can send bytes through sockets but I consider splitting a file into pocket rather unreliable. Do you have some sample code or what keyword should I look at Thank you! Hi, Jagadisk Kulkarni . I got the some problem.I want to send a file from target ...Show All
SQL Server SqlCeRemoteDataAccess Pull issue with ConnectionString
I'm getting an error when attempting to pull some data from my SQL Server 2005 database. It throwing an exception on my strSQLConn string with the following message (please replace <MyServer> with my actual server name: Failure to open SQL Server with given connect string. [ connect string = Data Source=<MyServer>;Initial Catalog=MobileParts;Integrated Security=True ] string localstrSQLConn = @"Data ...Show All
Software Development for Windows Vista K2.NET vs WWF
Hi.. I have been evaluating K2.net and other workflow tools.. and addition of WWF adds to the confusion. now k2 solves most of the workflow scenarios though the licensing may be a issue with some clients. Now WWF g8 to use and with not many licencing issues but the problem its still beta.. So what should you suggest to a customer who is planning for a workflows at a large scale in the next 6 months .. any pointers Regards Parito ...Show All
Visual Studio Tools for Office Why do I have multiple instances of TrinStgClass when cut-n-pasting VSTO docs?
I have a number of documents that have been created using a VSTO 2005 template. If I composite these documents together using either cut-n-paste or InsertFile, then save, close and reopen the composited document, I get a "file has macros" warning where no macros existed in any of the source documents. If I open the document and VBA editor, I can see no macros - however I do see multiple instances of the TrinStgClass ((VSTO.RuntimeStora ...Show All
Visual Studio Document Explorer Crashes on Search
Clean install of Windows xp Service Pack2, Sql Server 2005 Developer Edition installed, VS 2003 installed, Whenever I perfrom a search or filter I get Document Explorer has encountered a problem and needs to close. Document Explorer works fine for Sql Server Documentation, it only exhibits this behavior with Visual Studio Documentation and does not matter if it is launched from the IDE or from menu. Help!!! this is very frustrating. Thanks ...Show All
.NET Development Using System.Net.Mail class to send mail.
Hi, I was coding a class to send mail via SMTP, but I found that in Framework 2.0 you have System.Net.Mail to do that task. The classes works fine to send mail on a server that does not require authentication. Unfortunatelly, I can't get it to work on a base64 encrypted server. The process of logging in that type of server is easy, so I expect an bool attribute, let's say, "IsAuthRequired", but it does not exists. From what I've ...Show All
