Hello friends , It is possible to create window netmeeting type application in vb.net if yes how ? thanks in advance . manu
manuo5
Posts
-
Net meeting Application ? -
Image sending Problem [modified]Hello Friends , I am creating mail system in window based application .we are using richtextbox for writing msgbody and also inserting image in msgbody .Text is sending but image is not sending plz help me. Sending button code metion here . Dim mailmsg As New MailMessage mailmsg.To = Me.TextBox1.Text mailmsg.Cc = Me.TextBox2.Text mailmsg.Subject = Me.TextBox3.Text mailmsg.From = "Test" mailmsg.Body = Me.RichTextBox1.Text Mail.SmtpMail.Send(mailmsg) Manu -- modified at 7:38 Tuesday 18th September, 2007
-
Mail Function in vb.netThanks For help Now Mail is working in my application . manu
-
Mail Function in vb.netFirstly thanks . Friend my problem is that whenever we are trying to imports system.web.mail in window form it give error namespace can not find . Manu
-
Mail Function in vb.netHello Friends , How can we create mail Function (send mail) in window based application. Manu
-
Want to use xml as localdatabseHello Friends , I am new in xml , i want use xml as database like sqlserver. how can i fire insert ,update ,delete command for xml database . Manu
-
Want to use Xml as Databse [modified]Hello Friends , I am new in xml , i want use xml as database like sqlserver. how can i fire insert ,update ,delete command for xml database . Manu -- modified at 5:50 Wednesday 12th September, 2007
-
Deployment ProblemHello Friends, We have Created setup of my project , when we try to install then it work proper but if we run setup on another machine it give error. //Error Unable to locate application file 'DemoProject.msi'. See the setup log file located at 'C:\DOCUME~1\atique\LOCALS~1\Temp\VSD3.tmp\install.log' for more information. manu
-
Thread Problem ?Hello friends, We want to create background thread which run automatically in regular interval and run a particular sub ? please give your advice Thanks Manu
-
How can access mdb ?They also provide one usename with full access on this mdb then it is possible to access or not ? Manu
-
How can access mdb ?Thanks for reply it is not on your network ,it is another server not on my network.I know Ip of this server only and name of mdb file . we want to fetch subset of all tables userwise data .
-
Execute a stored procedurecreate Function [dbo].[MyFun] () Returns @tbl table (id int,Item varchar(100)) as begin insert into @tbl SELECT ContactID, ContactName FROM Contacts return End then use this insert into temporary table/permanent table select * from MyFun() Manu
-
How can access mdb ?Thanks but web Aplication running now so it is not possible . Manu
-
How can access mdb ?Problem is that website host in another server .so we donot know physical path of mdb .
-
Calling Stored SQL Functions from Visual BasicYou cannot use sqlserver function in vb.net .Create one sp in sqlserver and call this fun with in sp . -- modified at 5:30 Friday 7th September, 2007 Manu
-
How can access mdb ?yes this an Access database .
-
How can access mdb ?HI , We have one webapplication which using this mdb file and this mdb file reside in website folder,we donot know physical path of website and we are creating another window based aplication and want to use this mdb in my window aplication .How it is possible ? Please give me some Suggestion .Its urgent Manu Sharma