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

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

Touraj

Member List

master_rigel2
Jerry Y
Naveen Kohli
Varun Sood
ar3
morpheus3230
msnken
Erik Arfeuille
Brad Lindberg
GuideGustav
mcazalet
sbinnuri
Odd
CharlesOC
maleshkov2006
tskinner
Kevin Mulvihill
Globalog
narend
Tyrion
Only Title

Touraj's Q&A profile

  • Visual Studio Express Editions Newbie - File copying confusion

    Hi I am severely struggling with even the basics of this part of my project. I have a destination path in a variable, selected via the FolderBrowserDialog function, and this works fine. I have a ArrayList of source paths, mixed folders and files. eg a file as C:\My Documents\TextFile.txt eg Folder as C:\My Documents\Folder1 I am trying to copy each item as follows: if it is a file, copy to destination folder, if it exists, ...Show All

  • Visual C# XML Viewer in debug mode

    Whenever I view an xml string in debug mode using the xml viewer, the same yellow bar that appears in Internet Explorer appears at the top, saying that the security of this content may be suspect etc. Each time this happens, I need to click on the bar then say ok to the dialog that appears. This is really annoying since it's hardly the kind of option I'd expect to see enabled in an IDE when you could need to view xml data frequently in a sing ...Show All

  • Visual Basic VB program needs on computers without VB/excel/office...

      A somewhat beginner question:  If I compile a vb program and move that to another computer and regsrv32 it, what else needs to go to get that program to run   Thanks in adv! VB6 programs need the appropriate runtime files installed also.... vbrun60.exe http://www.microsoft.com/downloads/details.aspx FamilyID=7b9ba261-7a9c-43e7-9117-f673077ffb3c&DisplayLang=en ...Show All

  • Visual Basic Printing in VB or other .nets

    i have researched thoroughly the new .net printing paradigm. However, the use of Graphics eliminates the ability to print directly to the printer using Internal Printer Fonts. Eg. i need a way to print using printer font "Stripe 2" such that the printer can print on the magnetic side. In VB6 this was very easy as the printer font's were easy enum'ed. Does anyone know of and could provide a solution/insight into the way to print ...Show All

  • Windows Forms Visual Basic .NET 2003 Drawing Applications

    Hello whoever, I am making a basic drawing application for a class that consists of a simple form with a pnl for the drawing area and radio buttons to modify the object size or color. When I create the MouseEvents to draw with, generated handler is for the painter panel. For example, ....Handles pnlPainter.MouseMove The problem is that when I do move the mouse, the application draws on the for instead. Apparently, it does draw ...Show All

  • Smart Device Development CHTMLView and PPC2003

    I would like to know if it is possible to use CHTMLView in a PPC2003 application. I've seen that afxhtml.h is included in the atlmfc headers that come with VS2005. However, the file contains the following: #ifdef _AFX_NO_HTML_SUPPORT #error HTML classes not supported in this library variant. #endif _AFX_NO_HTML_SUPPORT is defined in afxce.h. You might find an answer in the Smart Devices Native developme ...Show All

  • Visual Studio Is there any way to run an action when a project with my guidance package enabled is opened?

    My guidance package has a tool window that I would like to show whenever a project with my guidance package is opened. I've found events for when a guidance package is enabled/disabled (or was it loaded/unloaded). I could hook up to those, but then I would need to be able to run an action when VS is opened. In any case, I can imagine that there are other good reasons for functionality like this. I believe you c ...Show All

  • Visual C++ OpenGL library integration problem

    Hello there! I have the Visual C++ 2005 Express Edition. At school, we use VS 6.0, therefore, my projects should work on that platform as well (btw: are there compatibility issues between the two ) Now to my problem: I have downloaded the glut library from on of my teacher's site, the same that we use in school. The copied the glut.dll in the Debug folder, under my project, and the glut.h and glut.lib and glut.def under the same folder as the ...Show All

  • .NET Development technical differences between JVM and CLR?

    I read lots of things about jvm and clr but still i can't understand the technical differences.Much of them are about "c# is more powerful than java" or  "c# is copy of java" etc..(some benchmark tests). But i want to learn the techinical and algorithmic differences between these two technologies.I don't want to learn which technology is more powerful.I want only technical details. How do they execute source codes differently step by step ...Show All

  • Windows Forms how to limit number of instances of a form being opened?

    I have a btnAddNew on my frmMain which opens frmAddNew for adding new service record: What can I do to make sure the no matter how many times the btnAddNew is clicked, the frmAddNew will only have one instance opened. this is the code under btnAddNew_Click: //open up frmAddNew frmAddNew frmAddNew1 = new frmAddNew(); frmAddNew1.Show(); Also, I have a btnPendingServices, which opens frmPendingServices, I want to make sure u ...Show All

  • .NET Development Delay

    What command in C# make a delay in program (like Sleep() in C++) What are you trying to achieve with the Sleep Although, you can sleep the current thread via Thread.Sleep, doing this on the main thread is typically a bad thing as this will prevent Windows messages from being processed, and to the user it will seem like your application has locked up. If you are using this in a Windows Forms application, i ...Show All

  • Smart Device Development hide today icons....

    is there a way to hide all the today icons and then have a button in the tray that show them... what device are you working with, for starters on my Treo, shortcuts show up at the top of my start menu, on my 2125s, it shows up on the today screen ... you are talking about the quicklaunch bar (I think that's what it's called ) ...Show All

  • Windows Forms Using DirectX to render non-game Windows.Forms controls

    I have some ideas for visualizing application data that would benefit from using DirectX and a scenegraph.  I implemented an initial version in GDI+ but it just isn't going to work, its slow and requires a ton of complicated code. So I've been& ...Show All

  • Visual Studio Express Editions VWD & VB 2005 Express

    I have downloaded and presumably installed both as they appear in a Visual Studio 8 folder, and have received registration keys for both. However there seems no way of running either program - no exe or other indication on how to start either application. What have I missed Thanks! There was nothing on the Start menu nor any shortcuts, but I did a search for the .exe that you gave and found them in the ...Show All

  • Visual Studio ToolboxItem attribute not honored by AutoToolboxService in VS 2005

    The service that automatically creates toolbox items is not using the correct class: it ignores the ToolboxItemAttribute on the component that specifies which ToolboxItem-derived class to use, and instead creates a ToolboxManagerToolboxItem. The result is a bunch of unusable Toolbox items. We have already logic to populate the toolbox with a correct ToolboxItem whenever the designed class is opened in our graphical root designer. So we h ...Show All

©2008 Software Development Network

powered by phorum