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

Software Development Network >> .NET Development

.NET Development

New Question

Formview Control Inserting in wrong fields
How do I get a .NET TextBox to implement MY OWN INTERFACE
Updating database
TCP Sockets checking aliveness
Debugging Windows Services
Removing element tag names during serialization
.net Framework and NT
Compile error
File System Object & .Net Framework 2.0
is this transaction completing on its own!?

Top Answerers

techie1111
reboard
Manmeet Panigrahi
Peter Gloor
Bulldog.NET
Notes
Frank Gervais
Noam02
MikeB2007
esamsalah
Lintech Systems
Only Title

Answer Questions

  • Exclude Framework 2.0 - Skins in Windows Forms

    Hi all, I'm writing a windows forms c# app, and i need to apply skins to the forms. Searching google, i found several .net components (commercial ones:( ), that could do the job. Meanwhile i ran across an article about the new SkinID property in the 2.0 framework. How exactly does this property works, is it suitable for changing the skin of windows Forms and controls (similar to dotNetSkin but without the fancy interface ) best w ...Show All

  • wkimes369852147 Application Settings Location

    I have been experimenting with the My.Settings feature in VS 2005.  I like the way that User-scoped settings are easily stored in a sub-folder under the user: <c:\Documents and Settings>\<username>\[Local Settings\]Application Data\<companyname>\<appdomainname>_<eid>_<hash>\<verison> However, I was wondering exactly where the Application-scoped settings are stored.  I was planning on usin ...Show All

  • arctix NET v2 & NET v1.1.4322

    I have installed NET framework v2 in my computer. Now I'm trying to install the program SyncToy v1.2, but when I start the installation process SyncToy ask for NET framework version 1.1.4322. Can anyone tell me the reason for this and can I install NET framework v1.1.4322 after v2 or can I have both version installed in the same computer Thanks. hl;mnfnf sdnsgnklfdm ajhdfbnfsdjnSKLDMF BFJHVDFBDK ...Show All

  • dpage2006 Customize the "error report" send by a crashing application

    When the .Net application crashes, a dialog box appears and proposes to send a report to Microsoft. Is it possible to customize the behavior of this dialog box to send the error report to an other server Thanks in advance, Joannes http://www.windowsnetworking.com/articles_tutorials/Disable-Error-Reporting-Windows-XP-Server-2003.html Although quite helpful, not quite what I ...Show All

  • GProssliner COnnect to Sql using Web Service in VS2005

    I have this web.config file and i want to add my connection string to that can i do that if so how do i access it Do i use the Web Configuration Manager or what <WebMethod()> _ Dim connect As String = new Web.Configuration.WebConfigurationManager("connstring") but i get an error doing this.....Please help me...thanks Error 1 Sections must only appear once per config file. See the help topic <locati ...Show All

  • pkirangi COM+ exposing public classes ?? !!

    Hi Guys, Im facing a problem with the COM+ component, will appreciate if u can provide any kind of guidance. My COM+, references a class, lets call it class A. It uses the properties of Class A, and has methods to return / insert / update / delete etc. I have an Admin module(another dotnet solution), which accesses the COM+ component (via referencing the dll). And uses the methods which are in the COM+.   Now the problem is, the admi ...Show All

  • ILoveMFC Most suitable env for windows based client?

    Hi, We wish to kick off development of new windows based management client for our system. Our legacy application was an all-in-one server/client written in C++ using MFC. It contains portions of code that we do not wish to rewrite (a proprietary persistent database builder, among other things). However, the system was split up into a client and a server recently, so things are going in the right direction. Understandably, 7 ...Show All

  • AndyjW1 object streaming from office to home or visa-versa

    hi, i'm wondering whether i can stream my object from my pc in the company to my home's desktop PC or vise a versa with socket programming Is it possible to get over the firewall or proxy server in the company the company which i work for it is not mine. so any other technology like virtual networks is not in consideration of me. i'd like to reach my computer as TCP connection as Messenger,ICQ, or E-Mule can do which works fine in my computer i ...Show All

  • Global IT Solutions run at startup

    Hello, how can i add my app to the windows startup programs could anyone explain it to me thnx a lot The easiest way to do it is to add a registry key to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run that names both your application and the path and arguments for your app. Take a look at this Code Project article on working with the registry to ...Show All

  • Dean K How to access a windows service as a webservice

    Hi, Iam a new member of this discussion Forum... I had to do some work on windows service and webservice. im having a windows service which i have make it as a webservice ,so that i can use it any where, just by subscribing to it. Just tell me whether this is possible or not.. Regards Baji Prasad.B It sounds like you want to expose a Windows service as a web service. This is certainly possible. Check out the ...Show All

  • VS_ How to use inherited classes in web method?

    I have two classes as below: public class BaseClass  {    public BaseClass()  {  }    public BaseClass(string name)   {    this._name = name;   }   private string _name = "BaseClass";   public string Name   {    get    {      return _name;    }    set    {    &n ...Show All

  • DeltaQ Viewing SOAP packet sent to a vendor's Web Service

    We are calling a vendor's web service and under normal circumstances it works without a problem. If our requests are large then the service fails. The vendor would like us to send them a text file containing the actual soap packet we are passing in. Since VB handles all of the soap envelope assembly how can we capture the actual soap packet being passed Any help would be appreciated... Thanks Shannon, ...Show All

  • yoshiw Need help with odbccommand.ExecuteNonQuery

    Hi, I am writing a VB.net application which inserts a row in Oracle/MSSQL/AS400 databases. Here is a function I use to execute the sql statement: Private Sub ExecuteCommand(ByVal sqlstmt As String, ByVal useAutoCommit As String) Dim rowAffected As Integer Dim myTrans As OdbcTransaction Dim myCommand As OdbcCommand Dim _ODBCConn As OdbcConnection If UCase(useAutoCommit) = "TRUE" Then Try myCommand = New Od ...Show All

  • Brian Benjamin .Net data could be simpler than this!

    Back to my sporadic learning project in ASP.NET I have a dropdown on a page populated at runtime from a table with country names to select a country, returning the corresponding country code. Everything works fine so far. I want to add a top record to show as default in the dropdown saying "-- Select Country --" DataSet oCountriesDS = new DataSet(); string sSQLCommand = "select ctry_name,ctry_code from countries order by ctry_name"; // Execut ...Show All

  • GhadaKamel dataadapter doesnt generate update insert commands

    Hi all. Ive a problem with dataAdapter that can't generate delete and update commands with the wizard. First, i have a simple project where im trying to save data to a simple 3 fields table table (CostumerID, Costumer ,Address) , without keys. (access database) I add a new data source with the wizard that makes the connection, i select customer table and vb 2005 (express) creates the dataset. At dataset design view i realize that updat ...Show All

232425262728293031323334353637383940

©2008 Software Development Network

powered by phorum