this is my code and finally its working; thank u all for replying though If myDataset1.HasChanges() Then Dim myCommandBuilder As OleDbCommandBuilder myAdapter...
hello can anyone help me to tell me about DataGrid. i want to use Dropdown Combo box in Data Grid. how can be it bossible. regards waiting for reply friends...
Dear friends, I have a question about triggers and would appreciate if answered. I have a procedue written in VB, this procedure retrives a recordset from SQL...
Warm Hello To All The Members. .... I would like to know How To Create A CLASS LIBRABY (*.dll file) and use it in my project .. I tried Including one trial dll...
Good day to all! I have tried to create an excel file inside vb 2005, but still i failed. Online references give me some tips but still i cannot perfect it. ...
Depends on what you are trying to do and more importantly what version of VB2005 and Office you are using. 1) You must have Visual Studio 2005 (not express) 2)...
... you should review your public properties,methods and events __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Yes. The only catch is that in VS'03, the tools (aka interop assemblies) were free. In VS'05, Microsoft decided to charge a pretty penny. The good thing is...
Use DSOFile From Microsoft. It's free, but it's not a managed component. ActiveX. ... __________________________________________________ Do You Yahoo!? Tired...
Dear Friends, I have a simple problem in vb.net to add the mouse pointer of a pcturebox with setting a another .cur/ .gif/ .bmp file. Following are working : ...
Hi all, I'm somewhat new to VB.Net but I've programmed ASP.Net and VB6 before. Anyway, I'm trying to send a bunch of emails from a listbox and I get an error....
Hi group I am doing an exercise in my book and seem to be a bit stuck not sure what I am doing wrong. The exercise is to load an image into a picture box with...
Hey hi... I hav also suffered through this problem...!!! :( But 1 thing I hav noticed is if we try to send mail to only one person..it does not give me any...
Hi, This should work in you mailling application!!! Dim ErrLog As String Dim MailMsg As New System.Web.Mail.MailMessage Dim mServer As System.Web.Mail.SmtpMail...
hi, Use MAPI or MAPI library Using u can send multiple files to mulitple mail id Rohan Bhat <rohanbhat_31384@...> wrote: Hey hi... I hav also suffered...
Yes, if I remember, you need the semi-colons, not the pipe symbol "|". Let us know if it works [Non-text portions of this message have been removed]...
Hi, Use this code to send email - in vb6.0 The simplest code to send emails is this: (you need to have Outlook installed) Code: Dim objOutlook As Object Dim...
hay dear group members, i am new in this group I want a code for reading port from visual basic hope for quick and intelligent response take care bye bye...
Hi dear group members, I am new in this group I want a code for reading port from visual basic hope for quick and intelligent response. Thanks, Amit Choudhary....
Hello Guys, Could u help me? I had gone to preparation Microsoft Exam on .Net. So any body has any knowledge about it. Any Free Resource, which help me to...
When I tryed the link, the site only displayed part of the artical. I couldn't see the part reffering to the lpt ports, or a code sample for them. It only...
Hi, All I have been trying to findmout how to generate a dynamic report in visual basic using crystal report. I know how to design a database program and use...
How to pass Database logon info to a Crystal Report at runtime in VB.NET The information in the article refers to: Crystal Reports for Visual Studio .NET...
How to pass Database logon info to a Crystal Report at runtime in VB.NET The information in the article refers to: Crystal Reports for Visual Studio .NET ...
Hello there hope ever thing is quite ok I do have a problem "HOW COULD I STOP A DEVELOPER TO INITIATE A CLASS TWICE?" i mean i dont want the developer to...
Dear friends. How can I send a message to all servers in a Network.I want to know which servers are listening on a particular port and connect to that port.Can...