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

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

Sanjeev Menon

Member List

mcssnt
Sranger
yunjian
Alfred Myers
KN1123
Ivo Becker
Orantho
oimtiaz
ümit önal
david sette
RRRSr
Jey23
Tara Nerurkar
flaviosnery
Maria Shneerson
AMG44
Martin Danner
Com
bexter
alok yadav
Only Title

Sanjeev Menon's Q&A profile

  • Visual Studio Express Editions Newbie to VC++, help me and give me a cookie

    C:\Program Files\Microsoft Visual Studio 8\VC\include\comdef.h(21) : fatal error C1189: #error : comdef.h header cannot be included under /clr:safe or /clr:pure Can anyone help me with this error I am trying to include the file to my program but it isnt working! Thanks, S_J Why are you #import-ing libraries in a .net project if you're a beginner C++ COM programming should not be attempted by a programmer until they have a firm grounding in C++ and Object-Oriented Architecture. ...Show All

  • Visual Studio Team System TCP/IP Slow-Start

    Hello folks, This is my first message on this forum and I hope that someone out there can give me a definative and hopefully simple answer to this question. In server management when you are dealing with congestion issues there is an algorithm that runs called slow-start. If I am running a closed network I can disable slow-start. How do I disable slow-start Your assist in this would be much appreciated................ Hi Ian, This is a forum for Team Foundation Server. Did you mean to post somewhere else -Richard ...Show All

  • Windows Forms Bind to IDictionary

    I have name/value pair of data (like Flash AsociativeArray or java HashMap):  Hashtable row = new Hashtable();  row.Add("name", "Wilson");  row.Add("age", 22);  textBox.DataBindings.Add(new Binding("name", row, "name")); If I want to bind a this to a textBox or a control  How  Above does not work. I do not want to write get/sets for all types of&n ...Show All

  • Windows Forms Create a color text editior with number lines

    I am trying create color text editior.  I was thinking to use a textbox but the how would i color individual words in a text box   is there any other way to do this   and i also want to add a line numbering on the side of the textbox.  how do i do this so basiclly what i am try to do is make notepad and ext ...Show All

  • .NET Development how can we put a resultset of a sqldatareader into a datatable object

    how can we put a resultset of a sqldatareader into a datatable object Thanks. Here is a variation of how you can do it in .Net 1.1 using System; using System.Data; namespace DataConversion { public class DataConverter { public DataConverter() {} public DataTable ReaderToTable(IDataReader dataReader,string tableName) { if( tableName.Length == 0) tableName = "unknownTable"; DataTable schemaTable = null; schemaTable = dataReader.GetSchemaTable(); DataTable fillTable = new DataTable(tableName); DataRow fillRow; string fieldName; while( dataReader.Read() ) { fillRow = fillTable.NewRow(); ...Show All

  • Visual Studio File Templates

    We currently have a few sQL templates defined for our team. It's the basic template that is there already with VS, but has our comment headed added to the template. We also have a standard that our SQL files are to be named [dbo].[objectName].sql. It would be nice if when we create a new template that we were able to pull the file name and place it in for the object name. For eaxmple: Add new SQL Script choose Custom Stored proc template Name the file - [dbo].[usp_MyStoredProc].SQL create file looks like: Create Procedure dbo.usp_MyStoredProc --Custom header AS GO currently usp_MyStoredProc isn't in the contents of the file, b ...Show All

  • SQL Server Online Data Transform

    Dear All, I am new to SSIS, and just watched some of the webcasts and take a look at SSIS Hands on Lab on the MSDN site. I want to handle an online data transformation scenario which has some data mappings between. I want the SSIS to add each new record in source table, insert in the destination tables online. If this is possible, please let me know where can I find a sample package and configurations. Happy new year, Sassan What is an "online data transformation" What do you mean by "insert into the destination table online" Do you mean that you want each record in a source table to be inser ...Show All

  • Windows Forms Static component - is it possible?

    Is it possible to create a component that behaves like static - each time you put it into the designer's tray it is the same instance of the component For example, I have a collection of styles, brushes, etc., which is a component. I also have a couple of forms, each needs the collection. I put the collection for each form into it's components' tray. Each time a new instance of the collection is created. I want this collection to be the same instance for each form - a kind of static. Is it possible Thanks, truetype Why would you make your class a component Just make it a singleton class, or make all of its ...Show All

  • Windows Forms Customize Setup

    I am using Visual Studio .NET 2002 and I am trying to create a setup project foar an application. The setup should allow the user to enter an IP address for an application server. I am using Textboxes (A) for this. My problem is that I am trying to create this setup for different clients, that have different default IP addresses. Currently, I have n setup projects (for each client), but I would like to create only one. I thought of reading the default IP address from the setup.ini file and then showing it to the user in the third step of the install process, but .... 1. How can I set a value AT RUNTIME to a text box in the User ...Show All

  • Visual Studio 2008 (Pre-release) OnMediaEnded and weird MediaElement.Play behavior

    I do not want to use a StoryBoard, but wanted to loop a video. I put a MediaElement with LoadedBehavior set to Manual. MediaElement.Play is used to play the video. There's also an event handler for OnMediaEnded where MediaElement.Play is called again - to repeat the video. This has no effect - the video is not replayed. I put a call to Stop before calling Play again - no effect. *But*, if I change the Source property to a different video, Play works. This looks like a bug to me. It's almost as if Play checks to see if the Source has changed, and if it has, it plays the video, else it does nothing. Is this an intended feature Or is this ...Show All

  • Visual Basic Transferring data from MS Project into Access Db

    Hi All! Figured I'd make my first post a challenging one ;) Could someone tell me how to get information from a MS Project Plan, into MS Access without using MapEdit MapEdit (correct me if I am wrong) takes all the information from a plan and creates a table based on that info. I need to take just the information I want, and insert it into the database according to other information to do with the plan. For example, if 'Daniel' has 10 books, I want to insert the names of those books into a table where the owner is Daniel. I don't want a table called Daniel where every line entry has his name next to the book. Hope this makes sense, plea ...Show All

  • Visual Basic i like to thank bill gates and those people who made vb.net free

    i like to show off my achievements with you, my dream has awaken after nearly months of hardship figuring reading understanding trouble shooting god knows how much Pepsi bottles i drunk since then. but anyways its all operational now, and i feel great after all those long nights i feel i have achieved something that could entertain  people around the world. so i must thank who ever made the vb.net Free and thank You Sir Bill Gates. my application was built on a web server,Xml, Html,Javascript,dhtml scripting & iframes ,Flash, notepad, macromedia8, WYSIWYG Web Builder: photoshop7 & a nice vb.net interf ...Show All

  • SQL Server what i forgot

    hideho mates, well could it be.... all SQL services r runnin, i created 2 sql logins with ALL rights!!!!! well now i want to use one of this accounts (which r domain admins too) too install VSTFS 2005 Beta 2...so far so good...but the first evetnlog entry after the begin of the install is always "sql server login failed - cannoct connect to the database"... the funny thing is > AFTER is event log entry ALL VSFTFS and ADAM Databases gonna get created.... how can they get built if i cannot login like the log says hmmm later..much later it says this user is missing ONE needed right... well...hmm..grrr... any tips how to congig a us ...Show All

  • SQL Server URGENT! - - Unable to connect to SQL 2005 Server

    Hello, I have a SQL 2005 Developer edition server, its freshly installed. I am unable to connect up to the server using the server IP. I just get a error message, when I do a port scan on the machine, it shows port 1433 is closed. I have gone into the SQL server configuration manager, and the TCP/IP port is enabled. I dont have firewall enabled on my windows XP pro SP2 machine , nor do I have any anti virus programs on this machine. clean install machine. what could be causing this Kind regards Andrew Check your client and server TCP protocol and verify that they are the same in ...Show All

  • Windows Search Technologies NOW AVAILABLE: All new Windows Desktop Search Administrator Guide!

    Hi, Unfortunately the administrative templates are not availble on the webpage ... It's a tool for home user, isn' it I want my users to put their document (the company's one) on my server. Therefor I redirected their "my document". Why the hell, would I want hundreds of people indexing locally "my servers" And when my users are roaming, no network search Kidding Would be great though, if I could use an index centrally created by indexing services. Would be great, if I could remove the internet button, since all my users are not allowed to use internet. Regards Th PAQUOT ...Show All

©2008 Software Development Network