ohine's Q&A profile
Windows Forms Serializing collections and compilation
Hi, I've created my own component that hold a Columns collections. [ Editor ( "Dmx.Designers.Query.QueryDispatcherColumnEditor, Dmx.Designers" , typeof ( UITypeEditor ))] [ NotifyParentProperty ( true )] public PropertyDescriptorCollection Columns { get { if (_columns == null ) { _columns = new PropertyDescriptorCollection ( null , false ); } return _columns; } set { } } public void AddColumn( string name, Type tp) { this .Columns.Add( new QueryDispatcherColumn (name, tp)); } As you can see, I've ...Show All
Windows Forms topmost
Does anyone have any experience using the Form1.TopMost property I am setting form1.topmost = true on the Form_Load event and it works, for the most part. However, I have fould that when I resize Form1, it will no longer stay on top of other applications. This can be easily fixed by adding form1.topmost = true on the Form_Resize event. But,&n ...Show All
Visual Basic Access and VB
Hi all, If I have a form created on MS Access, could I copy it exactly the same form to VB form, so that users could exactly perform operations the same on Access form thanks again for caring Any suggestion and comments would be Acceptable so if the post has been posted 2 times You can create a winform to exactly duplicate the Access form. But you won't be able to "copy" and "paste" the access form or any of its controls to a winform ...Show All
SQL Server Sql server 2000 and visual studio 2005
I can't connection with sql 2000 using visual studio 2005. Error definition : An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) thank alot your interest What in Visual Studio are you using to connect This forum is about SQL Server Integration Services, so what SSIS connection are you using What network librar ...Show All
SQL Server how to incorporate RS in c#.net
how can i call my reporting services reports using my c#.net what control should i use pls give me sample. thanks. Try here: Walkthrough Also my blog: SQLRS ...Show All
Visual Studio Team System Cannot connect to TFS from Visual Studio
I am not sure if TFS is even running. I can get to sharepoint no problem, create new sites etc.... I can get to the report services no problem and when I browse to the TFS host machine from a workstation I get the sharepoint site. I have tried running Visual Studio as the the tfsservice account and still I get the cannot connect dialog. How can I tell that TFS is installed and working Is there an admin utility What directories should I have in IIS Thank you in advance! You are missing the STSAdm commands... ALSO, you must separate the Report Server and Reports Virtual Directories ...Show All
Smart Device Development How to get the location of the phone??(maybe it has somethin to do wid broadcast msgs)
I m tryin to make this DLL which should obtain the location of the phone like country, city, area, block or anything for that matter that is displayed on the home screen. I think it can be accomplished using broadcast messages. But I m havin hard time to find a way to use them. I dunno how to access broadcast message. I m not sure that I m rite or wrong bout broadcast being the rite way to solve d prblm. Pls help.. Any sort of help and insight into d problm wud b appreciated. Thanx, Vishal Hi, Your problem is related to the network braodcast information, which is being consistently sent by the network and each mobile reads that in ...Show All
.NET Development Who can solve this problem? Is there any genius?
Hi all (genius people), I am getting a problem consuming a web service. Here is the scenario, I have a web application in vb.net 2005 (ASP.NET 2.0) and a web service made in c#.net 2003. I have deployed the web service well. It can be accessed through browser. Even I can successfully add its web reference in my web application. After deploying the webservice (and after checking it through browser) when I try to run my web application it gives a BIG error " Server Application Unavailable ". Now if I refresh IIS and run my web applicati ...Show All
Visual C# Rfc2898DerivedBytes
I am using the Cryptography in .NET Compact Framework 2.0 but the Rfc2898DerivedBytes does not exist What am I suppose to use in order to get a Key and IV from the password for encryption if this is not available Thanks, Kenneth Lewis Hi Kenneth Lewis, Thanks for your post in MSDN forums. Based on my experience, you should use System.Security.Cryptography namespace which contains Rfc2898DerivedBytes class and relies in mscorlib.dll assembly. Please make sure you have installed .Net Framework 2.0 properly. Surprisingly, there's no documents available on MSDN online library about Rfc2898DerivedBytes class but in local MSDN l ...Show All
Microsoft ISV Community Center Forums User-defined Excel Input Thoughts?
Well all, I've got a problem with an excel macro. I have two seperate data sets that are recorded into basic worksheets on excel. However, I need the text in the first row of cells changed to a user defined name, and I need a description or units for that name in the cell below it. It would be helpful if the user didn't have to change this data in the code itself each time different data is recorded. For ex: Have a list where the user inputs what they want to change in an excel worksheet, then take that to change the text in another worksheet. Maybe a ActiveX control in a seperate worksheet would wor ...Show All
Windows Forms Deployment
Hi !!! I am workng on Smart Device Application and I Want to deploy the application.I have done some R&D on this issue and found an example on the .net. Below is the Link http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/netcfdeployment.asp This example Generates an msi file which when run will install the respective cab into the device.I am working on vb.net&nbs ...Show All
Visual Studio Team System Is there a bug list?
Is there a bug tracking site for the Database Professionals version Dale Remember that the Database Professionals is based on the exact same Visual Studio 2005 core as all of the other versions from Express on up to Team Suite, as such there is no specific bug repository for the Database Professionals version, instead you should use the newly launched feedback site on Microsoft Connect for Visual Studio and the .NET Framework (which is a new home for the MSDN Product Feedback Center ). ...Show All
.NET Development System.Reflection (Reading Assemblies)
Anybody knows about System.Reflection I'm reading an Assembly and I'm taking the types(classes) and their fields(attributes). But there is a problem, because I'm doing that well but when I take a type that inherits from a class, I mean, i get a class that inherits from another, when i do the getFields(), it doesn't bring me his father's fields. The question is: There are some way to get the fields from a father of a class How can you do it Maybe somebody knows about another forum that is more specialized on that, it will be helpfull. Thanks. You can get the parent fields by passing the BindingFlags.FlattenHierarc ...Show All
SQL Server Unable to add database to Web project - "SQL Express" eror message HELP!
Searched messages with no real help. Even re-installed VS 2005 and SQL Express (from the CD), and reset settings. 1) Created new website. 2) Tried to "add new item" -> SQL Database. Message: Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly. Please verify the installation of the component or download from the URL: http://go.microsoft.com/fwlink/ linkId=49251 (The link takes me to a version which is "older" than the version I have installed - "edit upgrade rules".) Am running SQL Server 2005 and SQLExpress in named instances on localhost. If I use Server Explorer wit ...Show All
Visual C++ Convert String to Numeric
my first message in Spanish was erased of FORUM. I speak Spanish but I will try to write in English On a Project "Windows Form Application" I'm beginner in C++, in special in .NET 2005. Everything what encounter in Internet is for C++ 6.0 or C. I want in numeric and not concatenated. textBox3->Text = textBox1->Text + textBox2->Text Please help me, I do not want that this is a tie. Give me as do or prepare my Project for use convertion functions. Thank All. +Otaku RzO+ thank you very much friend in a future I wait for not bother much with more questions bye, and again thank you +Otaku RzO+ lo q ...Show All
