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

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

Minad

Member List

John2006
Andreas Brosten
Harold Solomon
Siva.M
Big_Bunty
Niall Ryan
TandyBoy
daniel111
globim
akqajohn
scorpion_anshul
Francois-Regis Colin
Ran23
Display_Name_mladen
DrScheme
sraddhan
Chris Smith MSFT
Greg Enslow
Daniel Booth ACITP
cassman47
Only Title

Minad's Q&A profile

  • Visual C# What is the difference between debug mode and release mode?

    Can anybody help me with the difference between release mode and debug mode!! I have no idea of what they are and their significance. you can either create a setup and deployment project in the full VS.NET (non express) which will download and install the .NET Framework automatically, and install your application. download .NET Framework 2.0: http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en ...Show All

  • Visual C++ Where is the MFC-Application Template

    Hello, i miss the template to create MFC-Apllications on VC++ Express Edition. Where can help me Regards mbs-systems Is there any way then, I can add MFC Templates for developing MFC Applications It says to use community for getting MFC Templates. Is there any link where I can download them ...Show All

  • Visual Studio Crystal Reports

    Hai, Iam using Crystal reports having subreports in that When i make a setup of the application and run on the other system Iam getting a dialogbox asking for loginname and password for the database though I have not kept aything....It seems the database path is getting hard coded.... A normal plain report is working fine.... Please help me where the problem is.... Thank you.   Regards, PadmaKiran Hai , Thank you very much for your help...It really helped me a lot.... Finally I could solve my problem..... Thanks again.. Kiran ...Show All

  • Visual Studio C# Express 2005 and Report

    Dear All,   I am using C# Express 2005 and SQL Server Express 2005 as well. I am planning to use no-touch deployment as well. At the moment, I am stuck as I cannot find any report designer to make my report work in the enviroment of C# Express. Is there any way or extension that I can include into the C# Express so that I can use to build the report Highly appreciate your advice.   Regards,   LG Install Visual Web Developer 2005 Express Edition ( http://msdn.microsoft.com/vstudio/express/vwd/download/ ). Then install the Report Designer and Report Viewer control from http ...Show All

  • Visual Basic Urgent !!!!!!!!!!!! Services Status...

    Hi All, Now again I stuck at an interesting point... I want to know that specified service is running or not... Like if I give the name of the service than I want to know that its running or not or hanged or stopped... STATUS Please Help me out of this probs. As Nat said, these forums are not for VB6 questions. VB6 is out of date, obsolete and unsupported. You should specify that you're using VB6 in whatever forum you find to ask this question, because most people would assume VB.NET if you just say VB, VB.NET is in it's third release now. Additionally, you may consider not putting things like 'urgent' in your header wherever y ...Show All

  • Visual Studio Express Editions How can I play a wav sound with Visual Basic 2005 Express Edition

    I am a very begginner in this software and I am having problems to play sounds with Visual Basic. I have copied the code suggested by the Help (my wav file is called 1) but even though there seems to be no errors, there is no sound. Sub PlayBackgroundSoundFile() My.Computer.Audio.Play("C:\Windows\1.wav", _ Audio.PlayMode.Background) End Sub Thank-you very much. I am a very begginner in programming with VB and I cannot play a .wav sound. I have tried with related questions and in the program's Help but even though there seems to be no error in the code, I cannot listen anything. Thank-you v ...Show All

  • Visual C# Web Application - Desktop Application

    How can I send a command from a web page to a desktop application... Example: I have a txtbox in the webpage, then i type some text (ex.: Hello) when I click submit my desktop application calls a function to show a MessageBox with the hello Thanks U can't directly communicate from a web application to desktop application. I will suggest you before starting read the architecture of ASP.net and how its work. There is an alternate way that will do your job. You can use XML web Service for this purpose. ...Show All

  • Windows Forms form1 location

    I have written an app in which I remove all the controls from the form relating to managing the window. No minimize, maximize, etc. buttons. I open the form maximized and don't want the user to be able to move the form. I have tried to do this by handling the locationchanged as well as the move events. When these occur I handle them with the code me.desktoplocation = new point (0,0) or me.location = new point(0,0). In all cases the events occur ( I know this because a set breakpoint in the event handler causes a breakpoint) unfortunately the form never gets relocated. It will get moved if I am stepping through the code in the debugger. ...Show All

  • Visual Studio Visual Source safe

    Can u pls desscribe step by step how anyone can implement source safe in VB.net application through ms visual source safe. thanx in advance When you say implement SourceSafe... do you mean implement a SourceSafe client (or server) of your own in VB.NET or do you mean make Visual Studio act as a SourceSafe client ...Show All

  • Visual Studio 2008 (Pre-release) Security seting problems on installing May CTP of LINQ

    Hello, I've try to install the May CTP of LINQ but here is the error I get: http://morpheus.developpez.com/temp/error.jpg Anyone knows why I get this error Thanks I also got an error installing the May CPT of LINQ Microsoft .NET LINQ Preview (May 2006) An error ocurred while applying security settings. Users is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. Try Again Cancel I found the cause of the problem. My Windows is in spanish and t ...Show All

  • Windows Forms Programming with Microsoft.Office.Core.._CommandBarActiveX

    We are trying to create a tree control in MS Office ToolBar from an Add-In. Using CommandBar.Controls.Add(), we tried to create a _CommandBarActiveX object with CLSID of the MSComCtl.TreeView. It is creating properly Now, what we have is an object of type _CommandBarActivex. it has a method get_QueryControlInterface(). its not working, throwing Unspecified Error Exception... does anyone  ...Show All

  • .NET Development ASP template to traverse XML

    Hi, I am making a Flash application to display Halo 2 stats using the XML feed supplied by Bungie.net. When the Flash app is online it will not get any data from the XML feed, I have been told that this is because of security features in Flash Player 6+, that require the server which hosts the XML feed need a cross domain policy file, crossdomain.xml, which allows my domain to access the feed. I have spoken to another person who made a similar app who also had this problem. He advised me that he had made an ASP template to traverse the XML into a seperate feed that Flash is allowed to access by having a cross domain policy file for the ...Show All

  • .NET Development threading and debugging?

    Hi there. Sorry for posting a daft Q, my apologies. I was wondering if it is at all possible in VS.NET 2005/.NET 2.0 to still step through the debugger when a thread has been started I would like to see what is actually happening in that thread. Or is it best to not implement threading until I have made sure that a method is meant to do what it should do, then implement a threading on that thread Another Q I have is this: when you do a "thread.Start()"... any code after this line does not seem to be executed, is there a way to do so so I may have a method like so: //some Method this.lblMain.Text = "hello"; someThread.Start(); //stops ...Show All

  • Windows Forms How can I bind a Datagrid from a SqlDatareader source in windows Forms?

    Hi, I was looking everywhere and I couldn't find how can I bind a datagrid from a SQLDatareader source, some books says  that it can be programatically but don't say how. All the examples that I find is in web forms, but I need an example for Windows Forms. Would somebody help me please ASP .NET is based around connections that& ...Show All

  • .NET Development New to xml and how to read an xml doc advise needed

    Hi, Strange enough i have never played with xml very much.I have some questions and hopefully you guys will be able to answer them. 1)Need to read/Loop through an XML file whilst looping there might be both elements and attributes .Is there a generic way of looping through both the elements and attributes.I looked in the MSDN and I could not find an example. 2)Reading/Writing xml can be done in many ways. when shall i use the textReader when the doc class. ANy good links with examples for beginners in xml thanks a lot 1) Here you can find a sample code for looping through XML nodes: ...Show All

©2008 Software Development Network