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

Software Development Network >> Anand Menon's Q&A profile

Anand Menon

Member List

drpavan
poppy
Nitin Gupta MSFT
Nasenbaer
ElChairo
jbegley
Andy Milligan
AbiBaby
intrepid
Vitaly Demin
Leigh_d
Ken Wilson
Than
Paulo_Amaral
Hastarin
Ramazan Binarbasi
Zani
rajguru
JohnFromOz
JonHAL
Only Title

Anand Menon's Q&A profile

  • SQL Server Management Studio on client

    I have an instance of SQL Server 2005 running on a server. I know that Management Studio is available to me on the server through Programs. What do I need on my client computer used for development to access the instance on the server Is it as simple as a shortcut to the server Management Studio exe Do I access it through Internet Explorer Or what do I have to install on the client to be able to manager the server DB's Apparently this must be very easy because I've looked all over and can't find the answer. Thank you in advance. Use the SQL Server installation CD, and choose the "Install Client ...Show All

  • Visual Basic Visual Basic 6 Reload

    Hello World !! La Cuestion es que creo Firmemente que Visual Basic 6 es MUY superior al VBasic NET, ademas Pregunto: 1. Que se Puede Hacer con NET, que no se pueda en VB6 2. Que sera el Futuro de los OCX 3. Que seran de la Bellas Apis 4. Vale la pena el Cambio Realmente soy de los que cree que es mas facil programar en Visual C++ que en NET, o que NET se parece mas a Delphi que a Visual. Parece que la Filosofia de Una Programacion orientada a Objetos Sencilla "NO" existe en NET Hely Rojas http://www.sysmaya.com/themis/themis.htm     Hi, welcome to the MSDN forums. I'm afraid I can't tell w ...Show All

  • Visual Studio about the sourcesafe, how can I see the history.

    Hi , Using MS Sourcesafe, I integrated it with VC++ 6.0. When I check out and check in in VC++, I can not find any record in history. But if I do it in the sourcesafe enviroment, It is ok. What happened Thanks. cnila@tfosorcim.moc (reverse each word for spam avoidance) Alin ...Show All

  • Visual C# Terrarium Game

    What a cool concept...learn C#, Object Oriented Programming, and have fun!  http://www.terrariumgame.net There's a problem though.  " Content accurate as of 05/18/2004"  What happened to this project   Budget cuts One of the absolute best games ever made was Microsofts 'Allegiance'.  The game had very loyal followers, but it was killed by 'bugs' and lack of support from Microsoft.  I hate seeing good things go to waste... So, where is Terrarium at today That Terrarium game does sound cool. But it should not be too hard to recreate it even using simple 3D creatures with the T ...Show All

  • SQL Server Client-side Redirect problem

    Hi there. I have a database mirroring session running, and both principal and mirror are working fine. But when i unplug the network cable from principal server, creating a failover scenario, the client doesn’t get redirected to the mirror. I get an error saying: " A transport-level error has ocurred when received results from the server. The specified network name is no longer available."     connection = "Data Source=SISAD;Failover Partner=Projecto-SWS1;Initial Catalog=SIERE;Persist Security Info=True;User ID=sa;Password=testing;Connection Timeout=100" ; // this method is called many times by a thread, emu ...Show All

  • Visual C# Form Container

    How (or where) can I get a form container like I want to place one or two forms on a master form but you won't have full control let's say Microsoft Money... you have navigation menu on the left.. different forms in the middle and task on the right side.. this is impossible in MDI and it's impossible in Panels because you'll have many many panels on one form.. so what's the solution..   ...Show All

  • Visual Studio Express Editions PSDK Help with VC++ Express 2005

    I just got the Platform SDK working with VC++ Express, How can I use the PSDK Help with Express 2005 For context sensitive help If any-one can help, it would be appreciated. Thanks! See: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=146016&SiteID=1 . To Adlib on that thread: As an alternative to typing ms-help://MS.VSExpressCC.v80/dv_vsexpcc/local/CollectionManagerExpress.htm, you can click on the Index tab and type "Visual Studio 2005 Express Edition Combined Help Collection". This can also be used to integrate [ / remove ] the DirectX SDK and the SQL server books online. ...Show All

  • .NET Development List tables in SQL database

    Previously (VB2003) with Access I've referenced the ADOX namespace and used something like follows to list all of the tables and indicate which were system tables; tTables = cn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, Nothing ) In a similar manner I could list the fields in each table to include datatype.  Can someone point me in the direction to accomplish this is SQLExpress and possibly indicate PK's also. Thanks Bob Hi, Just issue this sql statement to your sql server and you shall get the list of all User Table... SELECT name, type FROM sysobjects WHERE type = 'U' cheers ...Show All

  • Visual C++ accessing CDocument class

    Hi I am a newbie to vc++ and am trying to write a basic program that will display the contents of an array on a dialog box.  I am using mfc class library for this.  Can anyone tell me how and even if I can get my Dialog class to be able to access my array which is held in the Document class. thanks. Hello, Dooker. You can call the GetDocument() function, which is a member of CView. This will get you a pointer to the CDocument instance which is associated with that view instance. You don't say, but I would guess that your dialog is being displayed in response the user selecting a menu item. I'd mak ...Show All

  • Visual Basic Building issue: Import Excel object in a PC without Excel installed

    I have a project that needs to use the excel file and therefore I import Excel reference into my project. Everything is ok in my development PC that has MS Office installed. However, I need to build the project in our building PC that has not installed the MS Office. I got the following error during building the project in the building PC: error BC30466: Namespace or type 'Excel' for the Imports 'Excel' cannot be found. ... Any idea Thanks in advance lauch I believe that when you install Office, it installs the extensibility dlls that you're effectively referencing (via an interop dll that's included with ...Show All

  • Visual C# Generics & Type Casting

    I'm trying to write a generic method to sort 2-dimensional arrays. I'm converting each row in the array to a delimited string, which I then add to an ArrayList and then use the ArrayList.Sort() method. The problem I'm having is in then casting the objects in the sorted ArrayList back to the original type. This is the code: Type type = typeof(T); sortedArray[rowIndex, columnIndex] = (type) delimitedFields[columnIndex]; I'm getting this error: The type or namespace name 'type' could not be found (are you missing a using directive or an assembly reference ) I can't work out what I'm missing. I have the following using ...Show All

  • .NET Development System.net.Mail default smtp host

    i was using the old system.web.mail classes. and try to sent emails with net.mail, but i get an exception: System.Net.Mail.SmtpFailedRecipientException was unhandled by user code   Message="Mailbox unavailable. The server response was: 5.7.1 Unable to relay for bla@bla.bla"   host property of SmtpClient must be set up! but what is default smpt host is it "localhost" i get an exception if i use it. thank u for ur advice Please: how did you solve the problem Thank you, Xavier. ...Show All

  • Visual C# Visual Studio Tools for Office Startup Query

    Just starting with this technology, got a book and entered the first program: using System; using Excel = Microsoft.Office.Interop.Excel; using System.Windows.Forms; namespace ConsoleApplication { class Program { static bool exit = false ; static void Main( string [] args) { Excel.Application myExcelApp = new Excel.Application(); myExcelApp.Visible = true ; myExcelApp.StatusBar = "Hello World" ; myExcelApp.Workbooks.Add(System. Type .Missing); myExcelApp.SheetBeforeDoubleClick += new Excel.AppEvents_SheetBeforeDoubleClickEventHandler(myExcelApp_SheetBeforeDou ...Show All

  • Visual Studio 2008 (Pre-release) Is MediaElement/MediaPlayer support broken in December CTP?

    I have tried playing around with the MediaElement in both Independent mode and using a MediaTimeline but could not properly control the running Video. I implemented Pause/Resume as well as Stop/Play to restart the Video but both failed to work properly. Both will stop the rendering frame at the instance of Stop/Pause but will never re-render new frames once Resume/Play is called. In both cases the Video sound restarts at the beginning and only starts to re-rendering frames after it hits the frame location I paused the Video. In the case of playing the Video to the end I get the MediaComplete event and it shows the last frame ...Show All

  • SQL Server One dataflow for sevral Oracle Instances ?

    Hi, I designed a dataflow which extracts, transforms and load (the main goals of an ETL .... ) data from an Oracle db to an Sql Server 2005 db. The issue is that I would like to run this dataflow on several Oracle instances in a row. This intances are not on the same Oracle Servers. Is there a way to set only one data source for all these intances and to use a loop to execute the dataflow for each . Regards Ayzan You could place the Data Flow inside a For Each Loop. Select the enumerator best suited to the list of servers you have, and obviously pass this out through a variable(s) so that you can u ...Show All

©2008 Software Development Network