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

Software Development Network >> Visual C#

Visual C#

New Question

How can I duplicate elements in a windows for - like groupboxes or image objects
combobox and WebService dataSet
Disable default close button on Windows Form
Variable doesn't increment
hashMd5 .ToString() arguments
how to compare 2 files using two RichTxtBox
Accessing object in form (newbie question)
help me (dll problem)
Who is referencing this object?
Application.Exit

Top Answerers

Crazygon
JackT
Cof139
hessie
dwh78759
MrMojoRisin
Kumar80
Hans K.
Thorben
Radhu
Topix: Dance
Only Title

Answer Questions

  • iowaporter Cannot install/re-install MS DeskTop Search (nor toolbar): "cannot remove older version"

    I get a message that says #msntb_toolbar_full_name# is unable to load its config file. if you have recently upgraded to a newer version of the # msntb_toolbar_full_name# and have not restarted your computer since the upgrade, please try restarting your computer , if the problem persits, please reinstall the # msntb_toolbar_full _name# I tryed it all and still it doesn't work. Please help Me. Sincerly Marilyn Hi Tweed, What version ...Show All

  • jimmyglo How to interpret void* in C#?

    I am writing a porgram to call function in a dll created by C++. this is not a com dll,so I use pinvoke . In this function,there is a parameter was the type void* how can I translate it in C# I don't know. I played with IntPtr and can't see any way to initialise it with the address of a variable without using unsafe code. can I do not use unsafe code to interop this function contain void* ...Show All

  • jdolier help me with datagrid and datagridView (noob problem)

    Hi I know that this is for u guys a dumm question.. but please help What is the diference between datagrid datagridView datagrid source... I use the Mysql Server for an sql server.. and i have a little database named 'Test' how can i get all the rows there in my DataGrid View/ Some nobish tutorial abit how tu use themm will be helpfull!! Thanks !! thanks you are the best !!!! Here is the nobish tutorials you asked for, click ! An ...Show All

  • Leela Drawing shapes

    Hi I want to draw a shape on a bitmap but not by clicking... but like in a paint or something... i will explain it... I can draw my shapes on a component. I do it by clicking in one point (for a ractangle) and then move my mouse and i release the mouse button. When i release the mouse button the rectangle is being shown on the compnonent (i use a bitmap for remebering when i do repaint). Oh and my problem. When i move my mouse after clicking i ...Show All

  • Alex DeJarnatt XmlTextReader - StackOverflow - Infinite loop

    I get a StackOverflowException, caused by the while loop (my guess). Howcome this code enters an infinite loop There are two variants, one with a counter (Variant 2), that should exit the loop, and one without the counter (Variant 1). It seems to be very hard to debug this part of my program, because when I insert a breakpoint, then there will be displayed this informantion: " Function evaluation disabled because a previous function evaluatio ...Show All

  • SW Skeen Mdi Forms Problem

    Hi, first of all m using .net 2005 visual studio, my problem is about mdiparent and child forms Problem: I ve 2 forms name Form1 and Form2, i set Form1.isMdiContainer = true; and i added this line public Form2 TeslimKForm = new Form2 (); public int OpenControl; to Form1.Designer.cs And my Form1.cs file : public Form1() { InitializeComponent(); this .OpenControl = new int (); OpenControl = 0; } private void MainToolSt ...Show All

  • pjencyjoy Making a transparent background color in a PictureBox

    I am useing a picturebox with a image. i have a picture of a plane with i being like black with a green background and i was wondering how do i make the green on the background of my image to be transparent inside the picture box. do i use something like adobe then set the picturebox backcolor to transparent plases help if u need more inof a a smaple of code just let me know. Use the ImageList to add the p ...Show All

  • SideshowBob Deleting IE Cache

    Well, i'm trying to delete the IE Cache with this: #region IECache private void IECache() { ClearFolder(new DirectoryInfo(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache))); } void ClearFolder(DirectoryInfo folder) { foreach (FileInfo file in folder.GetFiles()) file.Delete(); foreach (DirectoryInfo subfolder in folder.GetDirectories()) ClearFolder(subfolder); } #endregion IECach ...Show All

  • UBigDummie Disk space used

    For the Utilization by resource Simulation result, does the utilization refer to disk throughput utilization or disk space utilization   If it is for disk throughput utilization, how can I find the disk space utilzation It would ben really good to know how big the Exchane databases will grow and how many log files will be produced over a given period. Thanks. Ben .. For a given deployment, SCCP calc ...Show All

  • lost.sync Application needs to run every...

    Hi, I need to develop an application that will start with the system, and every XX hours especified by the user, and at the time especified, this program has a routine that needs to be run. How can I do this, with a "while" and keep checking,  with a timer and every second I verify....Or what is the best way   Rob Bazinet wrote: I have implemented a solution in this exact scenario.  After much careful testing I ended ...Show All

  • Chetan Singh Converting a String to a Number

    Does anyone know of a way that I can convert a string word, ie. "seven" to the number representing that number, ie. 7 I thought about using a Generic Dictionary, and load up all the keys with the actual word, and have the value as the number, but that still doesn't solve my problem 100%. I really just need a converter to do all of this. This is probably a lon ...Show All

  • BPeck Need help with a example how to use a find or exists predicate in a generic list

    Hi, I am getting familiar with predicates and how to use them In what I am doing at the moment I have some many collections where I need to use find,exists predicate.Obviously I need to check at run time whether an item is in the  collection or find an item that user specifies in a textbox etc... How was wondering how I can implement this in a generic list. I have found an example on msdn but the string to find it's always hardcoded. can yo ...Show All

  • Diego Siddi MSBuild PVCS Tasks

    Does anyone know if there is a MSBuild Tasks created for PVCS Also where can find non-Microsoft MSBuild Tasks. Hi, Please post this question in the newsgroup below. Visual Studio MSBuild Discuss the Microsoft build engine aka MSBuild. Topics including: usage of MSBuild, build customization, and MSBuild extensibility via tasks, loggers and hosting. http://forums.microsoft.com/MSDN/ShowForum.aspx F ...Show All

  • kishor mungelwar bubble sort

    I am kinda new to programming and need some help in completing an excercise I'm on. I have two bubble sorts to sort an array of structs into ascending or descending order on the users prompt. ie. the users types "A" for ascendng and "D" for descending then the data is displayed. Once this data is on the screen is there a way I could then toggle between the two (A & D) This is all being done in a Console App by the way. Thanks ...Show All

  • Gary A. Bushey MVP abt MessageBoxResult

    when i am using ...... MessageBoxResult result; i am getting the error  Embedded statement cannot be a declaration or labeled statement can any one say whats the problem is thank u shaji Shyam,     If u want to check the result of the Show() method of MessageBox then u have to store in an object of type DialogResult rather than MessageBoxResult. The MessageBoxResult is not a valid name of .NET so it is consider ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum