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

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

Sreenaiah

Member List

Dan Meyers
madhur
double_metre
Leksey
Pankaj Mahadik
dan blan
Handi
Kris B
k.aadhi
Tomas Floyd
Gennady D
Dal
MikeApplied
Guima
faustoferreira
Arnold_HellBoy
Tazwng
phil_t50
Terry Sullivan
learningdba
Only Title

Sreenaiah's Q&A profile

  • Visual FoxPro how could i make my main prog looks like "MY EXPLORER"

    Good day to everybody, Maybe i miss this topic,..is anyone can guide me where i could find the sample for this matter. How could i make my application, that when you click the icon at the disktop it opens like you are opening the "MY COMPUTER" using 'explore' that shows drop down list, but instead of showing the drive c, cd-rom drive and e.t.c it shows all your form's name (ex. salaries, sales entry & e.t.c then a drop down for reports) very similar to the project manager itself. any help is very much appreciated...Thank you very much Look in help for TREEVIEW Active X control. http://www.tightlinecompute ...Show All

  • Visual Basic .Net certification

    Do you know any web site for .net or SQL server certification practice. I m beginner and I have no idea how they look like. Also if any web site to prepare for them I appreciate your help. (sorry I didn t know where to put my question) There are tons of web sites out there. For eLearning and practice exams, try www.selftestsoftware.com . If you just want the paper and not the knowledge, try www.testking.com . ...Show All

  • .NET Development XmlElement[] as return type

    I'm coding against an API and have a method which receives an XmlElement[], extracts a subset of data from the XmlElement[] and must return a new XmlElement[] containing the subset of data. I can obtain the data I am looking for however I am at a loss as to how to create and populate an XmlElement[] to return to the caller of the method. Any suggestions are greatly appreciated. You could use a List<T> generic class and then the ToArray() method. List < XmlElement > listElements = new List < XmlElement >(); listElements.Add(element ); // Populate list XmlElement [] arrXmlElem ...Show All

  • Visual Studio Team System Remote Users on Team System

    If we centralize our team system in one location and have satellite offices and we loose connection to the central site, what happens to the satellite systems Can they check out files and check them in, or is work halted until the connection comes on line I know there are Proxy servers, but are they adequate to handle an off-line situation like this. John You can continue to work on files you have locally, but Team Foundation Server proxy is about improving connectivity performance, not availability. Also, take a look at a power toy Buck Hodges blogged about: http://blogs.msdn.com/493401.aspx . It h ...Show All

  • Visual Studio How can I sign my VSI package ?

    I created a project template, a couple of Item Templates and some code snippets to make it easier for developpers to use our framework. I packaged them into a VSI file which works perfectly. During the install I get a warning that the VSI is not signed. I can't see any publisher information in the Visual Studio Content Installer. I would like to sign my VSI but I can't find a way to do this. extra info: http://msdn2.microsoft.com/en-us/library/ms185314.aspx thanks in advance First, you should download and install the powertoys from http://workspaces.gotdotnet.com/ccipowertoys . There is a known bug in the signing process that will no ...Show All

  • SQL Server SSIS problem in VS 2005

    I'm having a problem when attempting to edit an OLE DB Destination in Visual Studio. The edit options in the context menus aren't visible and when I double-click the task I get the following error: Object reference not set to an instance of an object. (Microsoft Visual Studio) at Microsoft.DataTransformationServices.Design.DtsComponentDesigner.CanShowGenericUI() at Microsoft.DataTransformationServices.Design.DtsComponentDesigner.GetComponentUI() at Microsoft.DataTransformationServices.Design.DtsComponentDesigner.StartComponentUI(Boolean startGenericUI) at Microsoft.DataTransformationServices.Design.DtsComponentDesigner.DoDefaultAction ...Show All

  • Windows Forms Change row colour depending on a cell value

    Hi, I have a datagrid and need to change the row color depending on a boolean column value. I'm using c# and version 1.1. Please let me know how to do this. Many thanks. -VJ http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=373164&SiteID=1 ...Show All

  • Visual Studio Express Editions system.net.mail multiple attachments

    I can send email with one attachment. I want to be able to send mulitple attachments. I show the files in a textbox delimited by a semi-colon and then strip it off before adding to mail message. In the messagebox.show(str) the path is correct, after stripping off the semi-colon. I am getting System.ArgumentException: The path is not of a legal form. Details below. What am I doing wrong or is there a better way. Thank you. private void Attachbutton_Click( object sender, EventArgs e) { OpenFileDialog fdlg = new OpenFileDialog (); fdlg.Title = "Attach File" ; fdlg.InitialDirectory = "d:\\Dancing\\&q ...Show All

  • SQL Server creating a server instance on SQL server 2005 enterprise

    I got sql 2000 installed on my machine. I got a sql 2000 database instance on my computer and I installed sql 2005 server enterprise but I have got no server instance from sql 2005 like what i have in sql 2000 when i first install, i can have an own server instance on my computer. is it becos when i have a previous sql 2000 server instance on my computer i install the adventureworks database....in my sql 2005 this article is helpful. http://msdn2.microsoft.com/en-us/library/ms143804.aspx ...Show All

  • Smart Device Development pimstore.h poom problem

    Hi I have the same problem as this link . Basically I am using POOM for my C++ app and I cannot find GUID's like CLSID_Application inspite of including pimstore.h. So i include INITGUID.h and this creates multipe declarations for common guids b/w the two header files so I have to force the compilation. Can anybody help I hit a similar problem last night. I took a look at that PoomMaster sample under: C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\Poommaster And copied the setup that was there. I disabled precompiled headers in my primary file (so it does ...Show All

  • Visual Studio Express Editions Visual Web Developer 2005 Express Edition - ASP 1.1 or ASP 2.0

    If I use Visual Web Developer 2005 Express Edition can I develop in ASP 1.1 Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 David was right, VWD will only allow you to do development of ASP.NET 2.0 applications.  Sorry. HTH, PEte ...Show All

  • Visual C++ Mental Block - CString to Char

    I'm using MS VC++ 6.0 to create a data import tool to go from a text file into a specialised database. Anyway, I have a bunch of data records with their values stored in CString arrays, but I need to pass one of those fields as a char into a function. I'm just having one of those days where I know the answer is simple, and I will kick myself after (picture may be provided as evidence), but I just got a mental block right now. Any help would be appreciated... CString Operations Relating to C-Style Strings Converting to C-Style Null-Terminated Strings http://msdn.microsoft.com/library/default.asp url=/li ...Show All

  • SQL Server Warehousing Data From Multiple Companies: What do I need to learn about?

    Hi All, I know very little about this stuff, can anyone tell me what technologies I need to read up on and issues that I may encounter I created an ASP.net/SQL Reporting Services 2005 Budgeting/Forecasting/Reporting Intranet website for a middle market non-profit client (Financials on Great Plains/SQL Server 2000). The response has been quite favorable and I’m looking to leverage it for other clients. Often my client base is not very technologically advanced, so, I hope to run the website on my server, for multiple clients, warehousing the client data every evening. Then, clients could log into my website to run their re ...Show All

  • Visual Studio Tools for Office Outlook and Word Addins

    I have written a C# application which uses Word 2003 Application and Documents via Interop. I display a Word document in the user control which in turn is in the Windows Form. All works fine until I open the Outlook when my program is running. Once when Outlook gets opened, I heard it shares the Addins of the Word 2003. When I close my application the Winword.exe is still available in the task manager. When Outlook is closed it will not terminate this Winword.exe instance either making it a orphan. I need to kill it manually from the task manager. My questions: 1. How do I prevent Outlook from using the word addins whether it is opened ...Show All

  • SQL Server Analysis services and traditional reporting

    The idea of defining cubes directly on any relational database is very nice, especially with the possibility of giving "friendly names" to facts and dimensions. I've read in a few places that analysis services provides " ... a unified and integrated view of all your business data as the foundation for your traditional reporting, OLAP analysis and data mining. " I've tested the OLAP and the data mining aspects but I have yet to see how I can use a data source view defined in analysis services (without any cubes associated with it) to do traditional reporting. I would like to use the "abstraction layer" t ...Show All

©2008 Software Development Network