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

Software Development Network >> .NET Development

.NET Development

New Question

Encrypting a string? Or SignXML with Exclusive Canonicalization.
ApplicationSettingsBase doesn't save custom class
selecting network interfaces
converting c++ char array to .net string
text in textbox changed?
Testing a web service
new IE Patch - DEVELOPMENT[user] issue
Recursive searches with Regex Class.
'Dispose' : is not a member of
When doing "INSERT INTO..." how do I retrieve the ID? (Access)

Top Answerers

xiaodao
Yunwen Bai
Damien White
Colin F
Kantei
martin.kolarik
Ronald Zariits
eebrown
Showmaster
Wait-a-minute
Mr.Webmaster:
Only Title

Answer Questions

  • Ramraj Balasubramanian - MSFT System.Net.Dns.GetHostAdresses

    Hi, my name is Claudionir I`m from Brazil and new in Programming with VS 2005 Express Editipon. So I`m tring to meke a simple project to get the Internet IP (Ex. 201.26.0.172), I tried System.Net.Dns.GetHostAdress, but I wasn`t able to get. My project has a texbox and a button, I just want to get the IP when i clik on the button. Can you help me claudionirqs@hotmail.com Here is a small console application example using Dns.GetHostAddr ...Show All

  • Toadkillerdog Best way to launch a .net application (with parameters) from another .net app.

    I'm trying to launch a windows installed .net application - often with parameters - for instance using file associations - from another .net application. The obvious way to do that is, once you have the path: Process.Start(path, parameters); Although this does launch the app, there are some problems: 1. The lauched app. uses another 'Settings' file than when launching from the start menu. For instance if I save the form's location a ...Show All

  • fowlerk how to generate random xml messages

    hi all, I need to generate random XML messages out of a schema, what could be the easiest soultion dot net solution of generating .cs file first and inserting data in stream seems too complicated, also its not generic. I want a generic soultion that would let me create XML data against any XSD schema any ideas regards, Omer Have you read the article http://msdn.microsoft.com/library/default.asp url=/libr ...Show All

  • DivideByNought XPath on xs:selector for a xs:keyref

    Thank you in advance for any help you can give... I have a problem. What I'd like to do is define a relationship in an XSD between two tables, where the relationship returns the last row in the child table by default. I thought that the following should work: <xs:keyref name="project_taskproject_eventlast" refer="project_taskkey1" msdata:DeleteRule="Cascade" msdata:UpdateRule="Cascade"> <xs ...Show All

  • Ashu283 Can I build a 64-Bit application with VS2003?

    Hi, Can I build a 64-bit application with VS2003 Thanks! Yang You build 64 bit c++ applications with vs 2003. Here is an article on how to do it. thanks! What type of application is it C# .NET C++ (unmanaged) C++ Unmanged yes. Anything that is turned into MSIL requires 2.0 to leverage 64-bit capabilities from my knowledge.. The application was created by VC6, and then was ...Show All

  • Amorous Getting Address book for the respective Email-ID

    Hai, A client has asked me to produce what I call a rather invasive piece of functionality.  I had not seen of heard of it when he explained what he wanted.  The web site http://sms.ac/HomePage/Default.aspx does the following: 1..Click on register 2..Enter details including your hotmail or yahoo user name and password 3..After entering your details an automated process goes to your account and retrieves your ENTIRE ADDRESS BOOK - and ...Show All

  • Jenna Lee How to tell if a column in DataTable (ADO.NET) is mapping to "image" type in SQL Server?

    Hi, everyone. I am using .net framework 1.1, VS studio 2003 and MSSQL Server 2000. I tried to write codes to clear all the image data in several tables which are stored in a dataset named myDataSet. As I know, the image type in MS Sql Databse is maped to Byte[] in .Net.  I used function GetTypeCode()  to compare the column type with the standard Byte[], but it doesn't work. Any idea thanks.   ...Show All

  • BullZhot aka Klaes IP Address of Win Client

    Is there a way to determine what ip address will be used by a TcpClient In the old .Net to get the IP address some people would use: 1.  IPHostEntry hostInfo = Dns .GetHostByName( Dns .GetHostName());     Which is really bad because it's the DNS info not the real machine info or the IP being used. or 2.  from WMI (if installed)          SelectQuery NAQuery = new SelectQuery ("sele ...Show All

  • A. A. HTTP GET inside Visual Basic .Net 2003

    I can only use SOAP and HTTP POST method for the Web Services request and response. How can I use HTTP GET method Do you have HttpGet in the <protocols> section of your Web config Hello Xa, Douglas is right. Take a look at the following article for more information: 819267 INFO: HTTP GET and HTTP POST Are Disabled by Default http://support.microsoft.com/ id=819267 Chee ...Show All

  • Ctimmermans Problem with .net COM Application when i use 2 Frameworks[v1.1.4322, v2.0.50727]

    Recently i developer an application with microsoft .net[v2.0.50727]]to close the moviments of the bank. This application is working very well. The problem is when one machine(server) have 2 frameworks installed [ v1.1.4322, v2.0.50727]. This machine have .NET applications[v1.1.4322] registred in COM, when i installed the .net Framework [v2.0] there applications don't work correctly, i resource in the internet and my conclusion is when one machin ...Show All

  • Kaustubh194874 Multi-threading reference book

    Hi. Could anyone recommend a decent reference book for multi-threading I have seen a couple of books on amazon etc. but various reviews claim they are mostly regurgitated MSDN articles. I am building a .NET remotable Client-Server application using c#. There will be different processes running concurrently (hence the multi-threading) on which I would like to run remoting events etc. When I needed a book on remoting Ingo Rammer's ThinkTectu ...Show All

  • learn32.dll .NET 2.0 SNMP support

    Is there any SNMP support in .NET 2.0   Any info on how to write a SNMP client Thanks. This page may be of interest to you: http://www.c-sharpcorner.com/Code/2002/Sept/SnmpLib.asp If you would like to see SNMP support or any other feature in future versions of the System.Net namespace, feel free to email nclasks@microsoft.com .  Please be sure to include how you would use such support (ie. what is your scenario) I know ...Show All

  • HelenL Where do I get development tools for x64

    I want to port a Win32 application to XP-64 in 64-bit mode. Where do I get tools The blurb on Visual Studio 2005 is a little vague. It  says Visual Studio 2005 Professional edition has 64-bit compiler support, but it doesn't specify whether its Itanium 64 or x64. MSDN lists a 64-bit compiler in the DDK section but doesn't provide much information on run time libraries etc. I assume the 64-bit compiler listed in the MSDN DDK section is bare ...Show All

  • Barzot Textbox multiline

    I have a textbox with multiline property. The user enters text and he never presses enter (new line). So the text is considered one line. However, in the textbox it is splitted in many lines (accordingly to the size of the textbox). Is there any way to get a textbox's line (any line and not the whole text) Do you mean this _textbox.Lines(0) No this will get all text until the first "ente ...Show All

  • ukblogger Start apllication when windows start

    Hello, How can you automatic start an apllication when Windows starts or when a spesific user logs-in DIII This application shows all possible ways to run application upon Windows logon: http://www.sysinternals.com/utilities/autoruns.html Windows XP contains msconfig.exe utility which has the same functionality. Notice that most of these ways have two versions: for current user anf for all users. ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum