hi all,
i have an application in c#.net which need .net framework 2.0 , and i want my application as pure exe not as an installer application
here with out .net frame work in system the exe wont work, i want some way to include this .net framework along with my application can any one suggest some way out.
thanks in advance.
User Profile
Collapse
-
application that can carry along with it .net framework
-
application without administrator privillege
hi all,
i need a c#.net application that can run on systems where there is no administrator privillege, can any one help me suggesting some ways if exist?
thanks in advance, -
Problem with ftp web request
hi all,
i'm trying to develop a file uploader, it uses ftp, language is c# the application is c#windows app
the main part of code that i use is as below
Code:try { FtpWebRequest request; request = getFTPRequestObject(strNewFile); request.ContentLength = fileInfo.Length; requestStream = request.GetRequestStream();
-
here i have a form which browses a file, and after browsing i need to upload this file to an ftp server, here once i selected the file and click upload the action i written is like this
Code:public....Button_click() { Thread t2 = new Thread(new ThreadStart(DoStuff)); t2.IsBackground = true; t2.Start(); }
... -
creating multiple instance of same thread
hi all,
can any one help me to create multiple instance of a thread?
here what i'm doing is that , i want to upload a file from my c# windows application, once i put it for upload i want to continue uploading another, so and so
here what i did is on each button click i created a thread that handles the file uploading
Code:public....Button_click() { Thread t2 = new Thread(new ThreadStart(DoStuff));
-
Making a directory "read-only" and back to read/wright
hi all,
can any one help me in converting a directory to read only format.
and also making a read only directory/file to read/write directory
this is to avoid deleting a directory accidently..
my project is for windows mobile and is in c#. -
sorry for the question above i've got the solution.
it was because of missing a dll.Leave a comment:
-
"sending sms" problem...
hi all..
can any one help me in sending an sms from my mobile through a c#.net program?
i kno there is a class called
Code:Microsoft.WindowsMobile.PocketOutlook.SmsMessage
but in my program i cannot add this class
do i need to import some dll to get this class working?
or am i missing something?
my application is in c#.net and it is for windows mobile 5 pocket... -
text box value change...
hi all ..
can any one help me suggesting a way to clear the text box value when controll is at the text box.?
here i got a textBox, initially i got some text in it, while i do some edition in that text, the text box is suppose to be cleared. what should i do for clearing the textBox?
which event is happening while we do some edition in the text box? -
selecting a list element...
hi all,
can any one suggest me on selcting a list element?
i am displaying a list containing some items dynamically...
after displaying the content and the form holding this list, i need to select elements by pressing up/down button on the mobile phone...
at times by default i'm able to select items by clicking on the up/down buttons...
but i need a reliable solution for this...
can any one... -
disposing form...
hi all...
i have an application... where i'm creating forms dynamically...
once i created the forms what i'm doing is that, i'm calling
Code:formob.show();
but the thing is that all the form is open !!! one behind the other...
but i need only one form at a time to be displayed and i dont want the rest of forms anymore
i kno there are many methods to avoid this... -
how to load an application made for windows mobile as a .cab file
i've developed an application for windows mobile... now i want to load it to windows mobile... here after i compiled the application, i got some .dll and one .exe file nw how will i load it to mobile?
do i need to import that folder itself to mobile??
i heard about one .cab file... if thatz true, then can any one help me by suggesting some idea... -
as in web application there is a concept called "session".. . here what i want to kno is that if there exist any such concept in window application.?...Leave a comment:
-
session in windows mobile?
hi all...
is there any option to add session variable in windows mobile...
in my application for windows mobile 5 , if it is possible to add a session variable then it would have been helpful to me.. so can any help me by suggesting a way to add session to my application
the application is in c# -
httpwebresponse , how to kno if contents are received completely?
hi all..
can any one help me to kno whether i have received the response stream completely...
below are the code that i'm using... but i'm not able to receive data completely.. some datas are missing...
i'm not using thread here... is it the reason why i'm not able to..
Code:HttpWebResponse response = (HttpWebResponse)oWebReq.GetResponse(); byte[] resBytes
-
-
ok SelectNodes(xpa th) or SelectSingleNod e(xpath) functions are used to select nodes....
that i'm using.. after selecting a single node.. i need to pic an attribute value by telling its name..
suppose 3 attributes are there in a node, the names are a,b&c..
here i need the value of attribute "a".. here to pic attribute value using attribute name ,there is a method in xmltextreader.. . so i want to change the type of...Leave a comment:
-
Code:private void button2_Click(object sender, EventArgs e) { display_page ob = new display_page(); forms ab=ob.display_xml_page("/My Documents/My Pictures/pave1.xml"); //here what come in return is a form object accept it in a form object and display it. MenuItem menuItem1 = new MenuItem(); menuItem1.Text
Leave a comment:
-
can any one help me by suggesting a way to get items in dynamic form?
hi all...
can any one help me by suggesting a way to get items in dynamic form?
here what i'm doing is , i'm displaying a dynamic form. in that form i have a main menu and this main menu contains a menu item "OK". here the dynamic form consist of some labels, list items and all. when i click on the "OK" menu item, an event occurs and i've wrote methods which wll execute on this event.
now i need the...
No activity results to display
Show More
Leave a comment: