Software Development Network Logo
  • Windows Forms
  • VS Team System
  • Visual C#
  • Visual Studio
  • Windows Live
  • VS Express Editions
  • Game Technologies
  • Visual Basic
  • Visual FoxPro
  • Microsoft ISV
  • Smart Device
  • Visual C++
  • SQL Server
  • .NET Development
  • Visual J#

Software Development Network >> Konstantin T's Q&A profile

Konstantin T

Member List

kablou
acemtp
renskemo
Julie MacAller
Jereme Guenther
ZeroNET
boilermaker
msdn_haii
noorinuth
Perry Quest
Yhack
Bread95432
Spumbu1977
chintanpatani
Gamaliel Isaac
Valkrye
kishor mungelwar
extraT
RichardMaletta
Andrés C. Joaquín
Only Title

Konstantin T's Q&A profile

  • Visual C# MessageBox.Show method

    I am a newbie on C# language. I have installed on my system Visual Studio.NET 2003 enterprise edition. Anytime I want to display a message using MessageBox, the MessageBox shows up without any output. Even the label like OK on the button doesn't show Can someone help me Here is a sample code: using System; using System.Windows.Forms; class MyMessage { static void Main( string[] args ){ MessageBox.Show( "I am great", " ...Show All

  • Windows Forms Problem in Sorting of default view of datatable

    I am using VS 2005. I got problem in sorting default view of datatable and then assigning it to the grid.But the problem is,  its not sorting properly when there is integer or decimal  field present in the data table . other string fields  of the data table sorts properly .Also i am using typed dataset. code is like  DataView dataView1 = typeddataset.tablename.DefaultView;  dataView1.Sort = grid1.SortC ...Show All

  • Windows Forms The solution

    Hey guys, Would it be too hard to put a status indicator on the web site somewhere indicating the availability of the server.  Ie, a red or green light representing the server status being available or not would be a nice feature. I for on ...Show All

  • Visual Studio Express Editions Design View Problem

    Hello, I  just installed the Express Developer 2005-Beta 2(Web applications) and I have the following problems: On design view the web controls are not visible. I can't drag and drop web controls in design view, from the toolbox I have a server 2003. Please advice, Thanks in advance I am using VWD Beta 2 and having the same problem. I have tried everything, removing SQL Express, .NET Framework ...Show All

  • Windows Forms What is the AddNew method of BindingContext???

    I need to try this question again: Does anyone know what the AddNew method of BindingContext Class is   It is not documented in the Class Members. Here is the code that generated this question.  This code is found on a form displaying one  ...Show All

  • Visual Studio Tools for Office Select a Range by a Cell

    Hi, Imagine I have a Excel.Range (A1:C5) named "Test1" and now, my activecell is located at B2, I'd like to know how I can select and retrieve the whole range "Test1" by a cell This is not work: Range["B2", missing].CurrentRegion... What's the correct property Thanks. Hi Peter, To slect a range, try something like this: C# Range[ "A1" , "C5" ].Select(); // Or, j ...Show All

  • Visual Studio VS.NET 2005 / CR Error

    I created a very simple .rpt and accompanying .aspx, moved both files to my remote iis 6 server w/ .net 2.0, and attempted to run the report. Much to my dismay, I get the following error message: Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. After a good couple hours of ...Show All

  • SQL Server Programmatically Render Report to PDF

    Hello, I'm looking for an example on how to programmatically render a report to pdf in C#. I don't want to use a url with the rs:Format=pdf querystring. Any help would be much appreciated!! Hello, Have a look at this doc page: http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsexecutionservice2005.reportexecutionservice.render.aspx There is a full example of h ...Show All

  • Visual C++ add some highlighted syntax

    Hi, I want to edit *.fx files in Visual C++ 2005 Express Edition Beta. In the text editor's options I made *.fx files open with the Microsoft Visual C++ editor. Effect files use keywords like "float" or "struct". They are highlighted now. But there are other data types and keywords like "float3" or "texture", which i want to be highlighted, too. For Visual Studio 6 there is a file named usertype.dat which contains all the keywords. But for Visua ...Show All

  • Windows Forms VB vs VB.Net

    Hi: I had migrated an application from VB6 to VB.Net. It seems, VB.Net application runs slower then VB6 application. Do you have any idea to boost the performance of VB.Net appiication. Thanks in advance. Prashanthan K ...Show All

  • .NET Development How to use Configuration.GetSection() and ConfigurationManager.OpenMappedExeConfiguration()

    Hi all, I want to access a custom section located in a different config file than the current default one and I managed to use ConfigurationManager.OpenMappedExeConfiguration() to retrieve a Configuration object for that config file after supplying it with a properly constructed ExeConfigurationFileMap object. From the Configuration object, I managed to use the Configuration.GetSection() to retrieve the correct custom section, which uses Na ...Show All

  • Windows Forms how to get url from the control ??

    My control is deployed in <object>mydll/object>, in an aspx page. like http://localhost/myproject/default.aspx How can I get the above url (where this object is installed) from inside the mydll object  Thanks, varadhg I have two ways to get this  ...Show All

  • Visual Basic NullReferenceException on splash screen

    Here's one for everyone. I have an app that I am using a splash screen with. In Windows XP it works great, no issues. In Windows 2000 not so much. It throws a System.NullReferenceException when the splash screen closes. I can choose continue from the error and the app works fine, but as you can imagin that looks bad to the end user. As per a suggestion made in a previous post. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=184053&S ...Show All

  • Visual Basic HELP WITH STATUS LABEL!!!!!

    I have created a web browser in VB  2005 that i need help with. When the Browser is loading, i made it have a progress bar and it says "loading" and when it has done loading, it says done, and the progress bar goes away. This was my code that worked: Private Sub WebBrowser1_Navigating( ByVal sender As Object , ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles WebBrowser1.Navigating ToolStripProgre ...Show All

  • SQL Server Merge Replication Using RMO

    i have done web synchronisation using RMO, where replication is happening on both ends, i want to perform one way synchronisation where a sales guy wants to update only his details to the server , and not to update the data from the server, can anybody help me on this task , the code for synchronisation i have taken out from msdn for Merge Replication using RMO programming .. Thanks Take a look at merge agent parameter -Exc ...Show All

©2008 Software Development Network

powered by phorum