Answer Questions
Axelino Differneces between c++ and c#!?
I'm quite new in programing and i started learning c++ but i want to know what are the differences between c++ and c#! (because all examples and learning lessons, from msdn Visual Studio 2005, are written in c#) I know this is a stupid question for all of you but i heard about c# only in Visual Studio. I really need an answer to this question because i don't know what lenguage to learn! Thanks C# is a newer langu ...Show All
CB Thirumalai Access Web Form member from it’s hosted windows user control
Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind or set a web form’s member value. Does anybody know how to do that I would appreciate any suggestions! Thanks in advance! OK. It looks like I can easily copy the pieces into a VS 2003 project. ...Show All
suhanims HowTo Query XML WebServices Using C#
I would like to query a webservice located at http://tckimlik.nvi.gov.tr/Web/WebServices.aspx It gives info about usage and some links but I dont know how can I implement a program into C# that queries this XML webService and returns me the result. Most topics in this forum is about reading from an xml file but I need to query a xml file then get the result. Thanks. Hi, In your C# project choose, Add We ...Show All
Shaun Erikson custom action(must run at first) for msi installer
hy, i've made a custom action for my msi installer but is it possible that the custom action run at he beginning of my msi installer i've googled but i can't find anything useful Nobody ...Show All
JazzGuitar68 PLEASE READ THE WINDOWS DESKTOP SEARCH FORUM GUIDELINES!
Forum Guidelines To help keep the Windows Desktop Search Forum dynamic, up-to-date and easy-to- use, please review the following Forum Guidelines: The Windows Desktop Search Forum is a peer-to-peer communication vehicle aimed at enhancing user experience, knowledge and development-related efforts. Whenever possible, Microsoft employees and other internal resources participate in the forum by answering questions a ...Show All
Paras7Star How to set a ConnectionString Setting at runtime?
Hi there Lets see, I have an application handling data in a database. All dataacess is done in a Dll-file. The dll-file has a "ConnectionString" setting saved in the Setting.setting file. By default this type can only be used in application-scope, which makes it readonly. At startup my application does a "valid" check on the connectionstring and if its not valid the user is given the option to input a new valid conne ...Show All
TELOPHASE Reading Registry Key
I am working on a C# application that can take a computer name and connect to that computer over the server and check several of the local security policies and create a log of what policies are incorrectly set. In a nutshell, it is an automated way of going through a security checklist rather than manually looking at each policy at each computer. I am currently trying to read the "Audit Policies" such as "Audit Policy Change" etc.&n ...Show All
bobespn AspNetSqlProvider
I have an error when i am try to make web partzone without using sqlexpress I want to use sqlserver2005 entreprise when i am try to create AspNetSqlProvider test failed and i have this error (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Networ ...Show All
levik ListView Selection
Can someone tell me how to selected a certain item in a listview in code. Like, make a certain item highlighted in the listView. listBox.Items[itemIndex].Selected = true; ...Show All
mbfromit System.NullReferenceException
I hope value of textbox1 in WebForm2 can be diplayed in Textbox1 in WebForm1, Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.(marked red), session can not be used. namespace WebApplication2 { public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Button Button1; public System.Web.UI.WebControls.TextBox TextBox1; priv ...Show All
Rob1 unhandeled exception error pls help......
hi, iam getting an exception unhandledexception additional infromation: instance of an object not defined" some thing like this... could u pls checkthis code and pls help me. as a whole there r 3 thread for normal drawing of lines , fast farward drawing thread, fast reverse thread. i call this 3 as of my requirement in main class. when i call fast farward thread normal threas will be suspended and fast farward thread will be run up t ...Show All
Josh R c# to vb.net
What is going on. When c# first came out M$ was pushing users to move to that. Now I see an article that show that you can now translate c# to vb.net. http://msdn.microsoft.com/vbasic/default.aspx pull=/msdnmag/issues/06/02/PasteAs/default.aspx why does it seem like vb.net is being pushed so much more in the 2005 version. I just decided to move to c# from vb.net because of the following. 1.forced declaration of varia ...Show All
G777 I don't understand this code.
I have a question about a line of code. I was looking at some code on how to implement ftp in .net 2.0 and saw this line of code. response = (FtpWebResponse)request.GetResponse(); my question is, why is FtpWebResponse in parenthisies Usually you only see parenthisies when you use a method and place the arguments within them, if there are any. I also have a question about another line of code regarding the using statement. This nex ...Show All
thambi how to create dataSet of DataTable
I have made a dataTable now i want to make a dataSet, how can i do that. Thanks hi, Dataset Ds = new Dataset(); Ds.Tables.Add(Mytable hope this helps ...Show All
Jung Yi Closed TextWriter
My app reads multiple files and creates a temp text file which contains from 100,000 to 200,000 records. After the file is creates, it then reads the newly created text file and processes the records that were extracted and writes them to a permanent output file.. The problem I'm encountering is that the app writes the first record and proceeds to the next record in the file, processes and processes it successfully, however; when it tries to ...Show All
