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

Software Development Network >> RajeshMCA's Q&A profile

RajeshMCA

Member List

AkoSam
Saravana_Acc
NaudePaul
Rafal Szul
Thomas Petchel
SDante
Steve010010101111101010011111111
Ben Miller
mgmian
Federico Silberberg
rajeshduttamishra
Sydonn
saripiso
cabhijeet
gs2006
sasa_1999us
Wiskers69
IMstuck
DREAM_G
sergio seguel
Only Title

RajeshMCA's Q&A profile

  • Visual C# How to debug a localized application?

    (Visual C# Express) I have created a localized application (so far with two cultures), translated the strings, but now I would like to run the application with these non-default culture strings to see how it looks (and whether I have to adjust sizes of labels etc.). However, I can't find any debug settings, that allow me to switch culture when running the app. How do I do that First of all, to use different cultures in your applic ...Show All

  • Smart Device Development Traffic on GSM Modem

    Dear All, I am developing an application using GSM modem I have around 50 messages limitonto my SIM card of Modem. Time when I am receiving the SMS I have to delete it using AT commands through C#.NET, Similarily I did when I had very less traffic , But Now I am getting numerous messages and the time when I am deleting the messages I am getting more messages still to come and it goes on increasing and my process of reading data get ...Show All

  • Visual C# How can I set a property value by name in runtime?

    How can I set an object's property value by name in runtime Here's a snippet that shows how to set the width of a form during runtime.         Form form = new Form();     form.Width = 100;     Type formType = form.GetType();     System.Reflection.PropertyInfo propInfo = formType.GetProperty("Width");     if (propInfo != null )    ...Show All

  • SQL Server Problem: Reporting using Report Model

    I'm having a reporting problem when using the report model as my data source. I was able to duplicate the problem by trying to create a report dataset using the ModelTutorial (based on the AdventureWorks database) as my data source. For example, say you wanted to get all products which have illustrations. The query shown below would retrieve the 23 rows as expected (don't worry about duplicate products for this example). SELECT P.ProductID ...Show All

  • Windows Forms Windows form ??

    Hi, I have a question regarding Windows form application. My application has to implement a feature which is similar to Excel. Here is what Excel does:- I launch two instances of Excel. In each instance I open up the same file. While opening a file in the second instance Excel gives me a choice to be notified when the file becomes available for read/write, I select OK and it opens the file in readonly mode. Then In readonly instance I g ...Show All

  • Windows Forms Override??

    Hi, You know there is a mouseclick event for the objects on a form. I create a class which extends panel and i want to use mouseclick event for every object that i create from this class. I think i should override mouseclick evetn.. How&nb ...Show All

  • .NET Development Databases for Express Editions of VS2005

    Hello, never been using Visual Studio before. Now I decided to _try_ a jump from Delphi to VS as my new toolkit. Got the C# Express Edition installed and running properly. But I do not seem to be able to connect to any database other than SQLServer or Access. Question: is this working as designed for the Express Editions If no, what do I have to do to connect to my recently modernized databases (Firebird). If yes, are those connections allowed/ ...Show All

  • SQL Server Cannot access property XmlSchemaNamespace

    After assigning a default value to the DefaultConstraint.Text property, I get the following error: Cannot access property XmlSchemaNamespace.This property is not available on SQL Server 2000.  I am going against a SQL server 2000, but I am only assigning a default value to an existing column and don't think I should be getting any errors. Any ideas Thanks, after I add a Default and then bind it to a ...Show All

  • Visual Studio Team System Windows Groups - TFS does not see new users until restart

    If using Windows groups, it appears that there is a bug in VSTS. TFS seems to query the Windows Security system once for a list of users belonging to each group. When you add a new user to the Windows Group, TFS doesn’t get the update – i.e. it’s out of date. The result is that you won’t be authenticated if you added yourself tp a Windows group after TFS has queried the Windows security system. To reproduce : Using a TFS ...Show All

  • SQL Server Capturing Processing Status and Progress Messages

    When you use BI Dev Studio or SS Management Studio to process an Analysis Services database or object, there's a nice dialog box that shows very robust status and progress information. Is there any way to capture this information if you are processing something programmatically   Specifically interested in both the ability to capture and display this information to a user when processing via a custom application.  Also interested in wh ...Show All

  • Visual Studio Team System Get all items that changed between 2 dates

    tried from tf the command tf history -r D:\TFS\Development\Projects /version:D24/05/2006~D25/05/2006 but it gives the changesets. I would like to see the items that changed. Is there a way to do it from tf or from sdk Thanks Avi On the history command you can use the /format:detailed option to get more detailed information. This may be sufficent for your needs. From an SDK side I have blogge ...Show All

  • Visual Basic Low performance reading data from MySQL

    An application migrated from VB.NET 2003 to VB.NET 2005 Beta has a poor performance when reading data from MySQL Database. Whe use the following set of instruccion to read data from a table: Inside a Module we have the following declarations: Public MyCommand As New System.Data.Odbc.OdbcCommand Public MyReader As System.Data.Odbc.OdbcDataReader Public Structure str_tipos_actividad   Public tipo_actividad As String   ...Show All

  • Visual Basic Installing.

    Hi, Yes, some points are valid. It may be a view of an unsatisfied customer. But lets face the fact that Visual Studio 2005 and all of its accompanied products are still in the BETA stage. There are risks that comes with installing a beta product. That's why microsoft is discouraging on installing its beta products on production machines. Some of the installations may go hay-wire ( just like what happened to you ) but its the risk that y ...Show All

  • Visual Studio Express Editions How to use the timer correctly?

    Hi, Im working on an VB.NET Application. Now I've got an Problem: I want that the Browser "webbrowser1" reloads the Document every minute. But I don't know how to use the timer correctly. Could someone explain the component to me, please Thanks Fabian It's pretty simple. I'd declare your timer as a member variable. Protected Friend WithEvents WBTimer as As New System.Windows.Forms.Timer Then when you want to ini ...Show All

  • Windows Forms DataGridView: Auto fill empty rows ???

    How can I fill empty data rows in DataGridView if all records do not fill up the entire grid Many thanks. There'll be always one empty row at the bottom of the datagridview. You can use DefaultValuesNeeded to fill the blank rows. ...Show All

©2008 Software Development Network

powered by phorum