April 10th, 2009 05:47 AM
Hi Xpertz,
I get all Computers name from ldap and I wish to search a file at remote machine and copy it at any desitination. so I have following question
1.How can we connect remote machine if...
February 17th, 2009 09:26 AM
when I run my application on vista 32 bit it will show the following error
I compiled my application X86 that wiil run on XP 32 and 64 bit machine but not on vista
Can anybody help me
thanx...
January 19th, 2009 05:02 AM
Hi,
I have facing prblm when create folder...my folder name contain "/" like
folder\name or foler/name....
so due to slash i can not create a folder or read data from that folder...
can...
January 12th, 2009 04:33 AM
it is working...it just send email...but not a copy in sender 's sent box folder
thanx for reply
January 12th, 2009 03:05 AM
Hi,
Your first point is confusing me because it’s not necessary that all 32 bit apps run on 64 bit and about your 2nd point my application have not any storage limitation
January 10th, 2009 05:42 AM
Hi,
I developed an application that i compiled and run on 32 bit..but I wish to rum my application both 32 and 64 bit..can it is possible ..
when i change platform x64 from solution project...
January 9th, 2009 05:55 AM
Hi Expert,
I have a program that send email...but It would not send a mail in a sender sent item..code is below
SmtpMail.SmtpServer = txtSMTPServer.Text
'Multiple recepients can be...
December 24th, 2008 07:41 AM
No I would not like to exit for or sub...i wish to wait until user click on child form button..
bcoz I need loop index also after geting some data from child form
thanx
waiting ur reply
December 19th, 2008 01:06 AM
Hi Expertz,
I have a problem that I show a dialog in a form like in a loop like
for i=0 to itotal then
if (codition) then
Dim DlgPas As New DialogPass()
...
December 17th, 2008 08:05 AM
Hi Expert,
I have a function in my class named
Func(arg1,arg2)
i wish to apply multithreading on it..how can I do that..
any demos or examples..
please help
From Adnanio Brzzz
December 5th, 2008 06:56 AM
hi experts,
i am going to create a log file in vb.net...
when i write a text file its overwrite previous text..so how can i append text
or any sugestion about create log file
December 5th, 2008 06:33 AM
hi experts,
i am going to create a log file in vb.net...
when i write a text file its overwrite previous text..so how can i append text
or any sugestion about create log file
December 4th, 2008 01:50 AM
December 4th, 2008 01:05 AM
Hi,
I have winForm (form1 and form2)
On Form1 I have Textbox (txtBox1 and form2 txtbox2 )
On click of button I load form2 ie form2.showDialog() ..I have to display value entered in Txtbox2...
December 3rd, 2008 05:36 AM
I found a article but it is showing error
http://www.codeproject.com/KB/cpp/VbNetExpTree.aspx
December 3rd, 2008 05:19 AM
December 3rd, 2008 05:12 AM
you can see image like this...
December 3rd, 2008 05:08 AM
ya like "windows-explorer" and when user click OK button then get all files in that folder...
December 3rd, 2008 04:50 AM
I want to use" file open dialog" and "folder open dialog" in same window ..is it possible..
have you send me any example
December 3rd, 2008 04:18 AM
hi all
i am try to browse folder and files in common dialog that will show only folder or files both in a same panel but i wish to show all folders and its file on a same window separately....i...
November 22nd, 2008 05:31 AM
have u any idea about redemption.dll
its example or code
thanx
November 21st, 2008 09:10 AM
thank you sooo much I found at
http://support.microsoft.com/kb/310258
November 21st, 2008 08:22 AM
Hi All
I wana read outlook .pst file through my application that is in C#..can any body help me that how can we read .pst file using .net
during my research i found there are three ways
1-MAPI /...