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

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

Svitlana

Member List

Richard and Judy
Usman9852000
shamuthekillercoder
Nash Alexx
ploskikl
g_hall
Jeremiah Wiebe
Duke Voldemar
Muthukumaran
bangaram
Joseph Geretz
mciv34
jlim
MadhukarChaubey
Mardo
lichh_2003
Lorenzo_Cuturi
RichardSw
Jeffrey Morales
josephxxv
Only Title

Svitlana's Q&A profile

  • Windows Forms Asp.net page hosting windows forms control.

    I am having a problem with my web page hosting a windows from control, It is acting up, sometimes it freezes, sometimes the dropdownlists just keep rerendring not allowing you to select, and when you touch the scroll bar the page hangs up and you have to exit and rerun it Help please Hi, As per my understanding, you are trying to use winforms control in a webpage. If this is yes, then why would you like to use winforms control in a webp ...Show All

  • Visual Studio Conflict between Add-in and VSIP Pkg

    I have an add-in that adds a command to the menu and a Package that does the same. If the add-in is installed first, and then the package, the devenv.exe /setup for the package causes the addin command to appear twice (setup is necessary to add splash screen etc for the package).  If I run "devenv.exe /ResetAddin MyAddin" before installing the package and then run "devenv /setup" for the package, again the add-in appears twi ...Show All

  • .NET Development Certificates

    I know that Visual Studio can handle .cer Files which only contain the Public Key of a Certificate.  So, if I install one of this certificates, it's normally never installed in the Personal certificates section, because there I should only install my certificates which have the private key integrated also. Certificates with private key are normally installed from a .p12 file  (a PKCS12 Certificate Store ).   ...Show All

  • Visual Basic Encrypting a file using Windows Explorer cryptography

    Hello, Is there a way to encrypt a file using Windows Explorer cryptography through VB .NET 2005 Thanks Hi guys, I found it!!! System.IO.File.Encrypt("c:\test.txt") System.IO.File.Decrypt("c:\test.txt") Thakns anyway!! ...Show All

  • Visual Studio Express Editions container

    I am developing an application where I need to store 100's of html files (Static - already I know the number and name of the files) and when customer clicks some option I need to display the file... My Question is, is there any container or data folder there in visual basic 2005 so that i can embedded the html files with the application. There should not be any copy in the local hard drive, the html files should be embedded inside the applica ...Show All

  • Visual Basic VS 2005 VB Edit & continue problem

    When I am in break mode I cannot edit he code. The staus bar shows the following message "Cannot currently modify this text in the Editor. It is read-only" This worked previously, what went wrong. I'm using the 90 day Trail Version of VS 2005 Pro All of the following are possible things to consider: Is the current file Read-Only on disk Is the file under Source Control and automatic checkout is not enabled Is the file ...Show All

  • Windows Forms Strange text characters - how do I get rid of them?

    Hi All, I have an VB.NET app that creates word documents. My problem is at the begining of lines a strange box appears. I dont know how it gets there or what causes it. I think it must be some character word doesnt know how to display but where that character comes from I dont know. It tends to be on a line were the previous line was terminated with a VBCRLF or a System. Environment.NewLine. Have a look at it here: http://www.dreamfree.co.uk/df/ ...Show All

  • Visual C# What are some things to remember when drawing in Window Forms?

    Hi all, I'm a beginner developer. I'm writing an application and draw many object like as Ellipse: private void timeout(float x, float y, float k, float z) { Graphics Cerchio; Pen MyColor = new Pen(Color.Red); Cerchio = this.CreateGraphics(); Cerchio.FillEllipse(new SolidBrush(Color.Red), x, y, k, z); Cerchio.Dispose(); } And I draw a timer countdown like this: private void EggTimerForm_Paint(object sender, ...Show All

  • Software Development for Windows Vista VS2005 Express/Pro vs VS6 SP6

    Sorry if this question has been asked and answered. I spent some time looking in the forum and did not really see a hard answer. Also, sorry about asking about VS6 (obsolete) but this is really necessary in order to use VS2005... I have VS6 SP6 (VC Pro) on W95 OSR2 and W2K SP4. (The issue is only with the W2K machine, as VS2005 will not run on W95.) The W2K machine is a production environment, and I MUST maintain its operability. (We still ...Show All

  • SQL Server SQL server express 2005 Creating a "user instance"

    How do you create a user instance so that you dont have to be logged on as administrator ...Show All

  • Visual Studio Team System Team Explorer : External component has thrown an exception: Beta 3 Refresh on TFS with RTM on Visual Studio

    When connecting to TE (Tools|Connect to Team Explorer) we get the following errors: 1. Event Viewer: .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506) 2. Dialog Box: --------------------------- Microsoft Visual Studio --------------------------- External component has thrown an exception. --------------------------- OK   --------------------------- Win XP, No legacy versions have been installed ...Show All

  • Windows Forms Click-through on somewhat transparent forms

    I'd like to have a form that's somewhat transparent that's always on top, and be able to click through it to the active application underneath, whatever happens to be "behind" this form. I have an analog clock app that runs all the time,&n ...Show All

  • Visual C# Tree Representation

    Hi I have some array in C# which i want to represent in a tree form. Actually what i need to do later on when implementing the algo is the traversal from roots to each leaf alternately. I want to know which data structure should i used to represent a tree What should specify a root and then what should specify a leaf I can do it i think on creating a custom class easily, but is there a default one available Thanks a lot for your kind perusal ...Show All

  • .NET Development Deleting Message Queue causes the client application to crash

    Hi all, I'm sorry if this is not the correct place to post my question. I just could not find the appropiate category. Here's the problem. Currently in our system, there's a windows service that controls the creation & deletion of the queues for all the client applications. for every client, there's one queue and in order to keep the queue alive, the client app sends a "heartbeat" message. If after a certain period (1 minute) ...Show All

  • Visual Studio 2008 (Pre-release) Databinding to a service method...

    Using what seems to be the preferred approach for accessing WinFX services, is data-binding possible There are two approaches, I understand, for handling references to a WinFX service. In the first, you use the "scvutil" application to auto-generate proxy classes. These classes wrap all necessary logic to call a service. There is no direct reference to the service project in your consuming application, and you can generate these ...Show All

©2008 Software Development Network

powered by phorum