TRexian's Q&A profile
Windows Forms How can I link my control's "Font" property to the form's font property?
Hi I had created a control that has the (font) property; the control is working fine, but with a small problem. If you look at the normal button control for example, when you place that control on a form, the control automatically will take part of its properties from the form itself, like the same (Font) property, etc. And if you change the font ...Show All
Visual Studio Team System Mobile Distributed Application in Application Diagram
I've a quick question: how can I design a mobile solution using VSTS In AD there's not a mobile application and using a Windows Application instead I cannot implement it usign a the mobile application template. Also in LDD there's not a Device Client (I've used a windows client). For a BizLayer component (for windows application as well) I cannot use a Windows Application because it cannot be implemented usign a Class Library Project template. I need to create a new SDM for Mobile Apps (and for Biz/DAL Layer component) or I've missed something Maybe in this Beta2 there aren't many SDM for mobile, components etc For time now, I've used ...Show All
Visual Studio Team System Specify Alert Settings during setup
Hi everyone, I just completed the server setup for TFS, unfortunately I skipped a step during the installation :( I really don't want to uninstall/reinstall, given the chance of messing up this box (I don't know that for fact, but I'm worried ;)). Question is: Can I enable the Alerts _post_ install I haven't been able to find the option, even from the explorer client :( Does anyone know the answer to this thanks in advance. dto Yes you can. Just go to the server and goto the folder : C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services Here you open the web.config file ...Show All
SQL Server June CTP Report Model Creation using Analysis Services Datasource.
I'm having trouble creating a Report Model in Visual Studio. Steps: 1) I create a data source which connects to AS (Note, I have to have the AS project in the same solution) 2) I create a data source view but I have no way to access the AS data source I just created. It only allows relational data sources. I also tried to create a new data source from the data source view wizard and that still does not work. I can create my model from SQL Management Studio but I want to create it via Visual Studio. What are the steps to properly create a model via Visual Studio or is this a bug in the latest CTP ...Show All
Visual Basic Null Binary Field
I have a photo field (image) in MSDE. Some records have photos, others have null. If it is null, I want to exit sub. If IsNothing(dtTry.Rows(lstPhotos.SelectedIndex)("photo")) Then Exit Sub But the problem is that the above VB 2003 code always returns False even for records with photo being null . How can I modify it to return True for records with null photo AtinLango wrote: I have a photo field (image) in MSDE. Some records have photos, others have null. If it is null, I want to exit sub. If IsNothing(dtTry.Rows(lstPhotos.SelectedIndex)("photo")) Then Exit Sub But the proble ...Show All
Visual C# Problem loading web forms
I am new in C# and I am building a simple web form with just a label, but when I try to run it, comes a messages saying that the page cannot be loaded. What coud it be Is it user permissions or somethig Thanks I had similar problem but now it is ok. what i did is simple. the problem is with the configuration of Internet explorer, not with the server or code. do the following on internet explorere. Tools -> Internet Options -> then on Programs tab, click the Reset web settings button. Now it should work good luck ...Show All
Visual Studio Share path cannot be accessed in internet scenario
I have a problem with sharepath: --------------------------- Add SourceSafe Database Wizard --------------------------- The specified share path cannot be accessed by the SourceSafe Web Service. --------------------------- OK --------------------------- On the server (computer A) side I have a w2k3 server with SourceSafe installed in non-default web site, SSL enabled on port xxx (non-default). Then there is the proxy (computer B) which maps default SSL port on the outside address to xxx port on the server. Basically, vssService.asmx seems working. The problem is, that I can't find out the correct share path to the VS ...Show All
Smart Device Development 'System.NotSupportedException in ProgressBar and thread
Problems with ProgressBar and thread again :P It works with this piece of code in windows application, but not .NET CF. Everytime I start debug, an error, saying 'An unhandled exception of type 'System.NotSupportedException' occurred in System.Windows.Forms.dll', comes out from the statement 'Application.Run( new Form1()); '. Could anyone tell me why public class Form1 : System.Windows.Forms.Form { public System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.MainMenu mainMenu1; // private ThreadExample t = null ...Show All
Visual Studio Using the Plaform SDK with Visual Studio.Net 2003
I wish to use the "Windows Server 2003 SP1 Platform SDK" with Visual Studio.Net 2003 This is because the DirectShow software has been moved from the DirectX SDK to the Platform SDK (and I wish to use the latest 'august 2005' version of the DirectX SDK and also DirectShow, so I need both SDKs installed) My problem is that having registered the Platform SDK's directories with Visual Studio, a re-compile of my previously working c++ code now generates the following error. c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlsocket.inl(26): error C3861: 'FreeAddrInfo': identifier not found, even with argument-dependent look ...Show All
Visual Studio Team System Visual Studio 2005 Team System RC VPC
Hi! I download Visual Studio 2005 Team System RC VPC from MSDN Subscripbers dowloads site. When I try to start the VPC and login with: User: Administrator Password: pass@word1 the system deny this account. What wrong This account present in MSDN Subscription downloads site and in Readme.txt file dowloaded with VPC. Thanks. I should point out that the readme file that came with the MSDN download lists the password as pass@word1 , with the lowercase "p". That is unless the readme has been updated within the past three days, in which case please disregard this message! ...Show All
Windows Forms Help....! Resize Controls with size of my window
Can Anyone help me in Resizing my Controls with size of my window. For Example : mydataGridview control size must also increase when i maximize my window size during execution of my application . ...Show All
Windows Forms Outlookbar out of toolstrip items?
Hello, has anyone an example how to build an outlookbar (explorerbar) out of toolstripitems Thanks for your help Thomas Dallmeier Joe Stegman has built a sample that mimics Outlook. That probably has what you are looking for. You can download his version for Beta 1 here . He has a version for Beta 2, but it hasn't been posted yet. Follow this thread for updates. ...Show All
.NET Development A remoting problem unresolved for days :(
I have a simple project called QuestionBank. When the clientside connects to the serverside. An exception will be throwed which message shows "Could not find the requested service". I don't know what happen because according to msdn, my project doesn't have any mistakes. OK, let me show the detail: --- QuestionBankservice.config--- // This is a server config file. <service> <wellknown mode="Singleton" type="QuestionBankService ...Show All
Visual C++ What do I do!
I am using microsoft visual C++ to complile my script. I checked that everything is right. I saved my script as sample.cpp. Now when I type in "C:\Documents and Settings\Jeff\My Documents>cl -GX Sample.cpp" It says something like c:\douments is not reconnized...what is going on! Oh yeah and I have "Visual C++ 2005 Express Edition Beta 2" HELP! Thanks RonaldLaeremans wrote: There is NO start menu on your Windows system We are just talking about the Windows GUI. Ronald Laeremans Visual C++ team WOW that was stupid of me I thought you meant on visual C++ ...Show All
Windows Forms Esc in maskedtextbox
Is there any solution for the Esc keystroke to change text back to its last state Just like regular Textbox. Wei, The idea is your solution....it is not easy and you will have to code your solution: Private Sub TextBox4_KeyPress ( ByVal sender As Object , ByVal e As System . Windows . Forms . KeyPressEventArgs ) Handles TextBox4 . KeyPress Dim MyString As String = TextBox4 . Text If Asc ( e . KeyChar ) = Keys . Escape Then TextBox4 . Text = MyString End If End Sub Don't know what you are trying to accomplish but that should give you an idea of ho ...Show All
