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

Software Development Network >> Visual C#

Visual C#

New Question

ArrayList Error
How in the world?
Visual Studio reformats html
How can I format a richtextbox?
Covert String or Object to Hex
How to find registered event handlers?
Can I send a parameter by reference in using waitcallback?
Application settings
escape \t
Dictionary of events?

Top Answerers

John Torjo
DaTimelord
AbeW
jairo_jeremias
uwel
Fadi L
dnaman
skyma
venil
swift_hcw
Computer Intelligence Through the Science of Forensics (CITSF)
Only Title

Answer Questions

  • Skeebopstop Hi Sert Outlook 2000 crashes on exit with WDS installed

    I ran into 2 problems with WDS version 2.06.0000.2083. I have just installed WDS for the first time on XP SP2. I don't have MSN Search Toolbar installed. My Outlook setup doesn't use Exchange and just connects to my ISP to retrieve email. The problem I have is that Outlook crashes on exit. I can post memory dump if necessary. Additionally, if I let WDS finish indexing while Outlook is up, WDS doesn't ever find anything in the email message ...Show All

  • fcspaul %s

    When entering a web address to search I get redirected by the %s that appears in the search bar. This only happens when using MSN. Not when searching from rogersyahoo. Thanks Hi thanks for responding. As an example only, if I search for "westjet" (without the quotations) using Google , which is my search engine in explorer, a window comes up with a list of over 10million web sites that are tota ...Show All

  • Dale Fugier Context Menu

    I had tried adding a context menu to a form with a menu item. But upon running the program, and upon right click, I could not see the context menu appear. Is there any other settings that need to be done Please advise. Hi, I could not associate DataGridView with Context Menu. The property of DataGridView ContextMenuStrip property shown it is none. And I can't do any editing to the property itself. Please ...Show All

  • papapet_2000 Newbie: Need to combine several .dll into a new one.

    Hi all, Here is my problem: I have 2 .dll files, say a.dll and b.dll, which I want to combine into a new .dll file, c.dll. Is it possible to do this, if so, how do I do it I would like a.dll and b.dll to be completely gone if possible. This is so that I can create a new program which calls a & b's functions through referencing c.dll. Any help would be greatly appreciated. there is a tool available ...Show All

  • espltd How to develop a password protected Windows Application?

    Hi all, I am trying to develop a password protected windows application. All that I require is a simple prompt for password whenever the application is started. The program should be able to detect if the application is started for the first time. If it is, the application should prompt for the user to set a password instead. If the password is correct, then the application will go on to show the starting startup screen. I am not really sure ho ...Show All

  • Andrew SES how to retrive the Application filename.exe

    Hi! all I have found one of those words that gives 5 billion irrelevant search hits again How do I retrieve the Application filename.exe this gives the path too the Application filename.exe Application::StartupPath; I just need the rest that goes with it........ Thanks............ Remember I'm using VS2005 Pro C++/CLI managed,,, DOH!!!!!!!!!! on me How the heck did I miss that ...Show All

  • jasonva Projects integration problem.

    Dears, I am now developing a project which are composed by 3 different small applications. I want to integrate these 3 apps into One project, then I can call any of them from my Main project. Here is my general idea, but I am not clear how to inplement it: Main project: Pro1.xaml - pro1.cs Pro2.xaml - pro2.cs Pro3.xaml - pro3.cs Can anybody help me on this Thanks. ...Show All

  • Zac Bowling C# compiler error

    The o1 != o2 is not interpreted properly by the compiler in the code below! Using XP SP2, VS 2005 final, .NET 2.0 CLR v2.0.50727. Any ideas if ( false != false ) { Debug .WriteLine( "false != false, should not come here!" ); } bool b1 = false ; bool b2 = false ; if (b1 != b2) { Debug .WriteLine( "b1 != b2, should not come here!" ); } object o1 = false ; object o2 = false ; if (o1 != o2) { De ...Show All

  • PadamPadam Using C# Express!

    Hi! I'm using C# Express, I created Console Application. I wantn't run my program in Quick Console, I want run my program in the console window... is there anyway i can learn c# in an instant i'm just a beginner here, you know.do you guys have c# tips 101 or something i wan't to build some windows form application for our job. thanks, best regards... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/usingcs ...Show All

  • Tany Pham Assigning Vairbles to Zero

    I wanna input two integer and return the sum to the user...but when i assign my varibles to x and y and sum = x + y i get the error saying x and y are not assigned when i assigned them to an int type...how do i assigned them so i can input the numbers and not assigned them to a pacific number Hi, Hold that there! im not that good. My advice would be simple, know what your doing . Don't be contented with what you see, know how a thing wo ...Show All

  • X-Evolutionist C# and VC++ unmanaged

    Hey, I have a dll created in C#, that i wish to reference in my VC++ unmanaged application every time i try to import the dll, i get an error which is. fatal error C1083: Cannot open type library file: 'c:\mydll.dll': Error loading type library/DLL. i have never done this before and started playing around with the properties of the c# dll. I turned the "Register for com interop" facilitie on, which appeared to create a t ...Show All

  • ManishaPatil C# Help

    Ive Downloaded Visual C# 2005 & the MSDN from the site and have watched every video and pretty much understand whats going on my question is where do i go from here to learn more about the language. Would like to know more about functions and the different Librarys and how to use them. Thanks :) QuickStarts in .NET Framework SDK is a great place to explore .NET Framwork. You can install all samples in QuickStart locally on your machi ...Show All

  • Scott Mason - MSFT easy way to determine if string is one letter

    Hey people. I need to know if there is an easy way to determine if a string is a letter (A - Z) or something else. cause my program is suposed to take different action if the string is one letter (A - Z) or something else. what is the easyes way to do this if (text.Length == 1 && char.IsLetter(text, 0)) {     // text is one letter! } Vijaye ...Show All

  • OL How to pass a 2D Jagged Array from a c# code to c++ unmanaged code(dll). Can anyone please help?

    How to pass a 2D Jagged Array from a c# code to c++ unmanaged code(dll). Can anyone please help       ...Show All

  • mhouston23 Installing Project

    I developed a database in SQL Server 2000 , the front end (GUI) is designed in C# , it is working fine on my own computer but if I try to migrate it to other computer where SQL Server2000 is not installed its not working there, similarly if I install SQL Server 2000 on that computer it stillrequires to attach the database file, so is there any method or procedure so that I don't have to install SQL Server 2000 altogether or I have not to attach ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum