Hi, Please send me how do i do insert, update & delete operaiions through dataset. I created OleDBDataAdapter & Connection & created the DataSet. What I have...
Here is one of the events I am trying to setfocus. The parentheses after the command are added by the editor. The editor also shows the command as a compile...
Is there much difference between VB.Net, VB6 and VBA (?) Is VB.Net now more widely accepted, and replacing VB6 and VBA(Excel, Word, Access) ? Is VBA for Excel,...
I would like to loop thru all Frames in a UserForm and all of the OptionButton be set to a False value. What is incorrect with this VBA code ? Dim opt As...
Hi ChuckSilcoJr, The main diff b/w VB & VB.Net is that VB.Net is fully OOPS ,has good memmory management schema,more flexible etc. Is VB.Net now more widely...
There are lot of differences between vb6.0 and vb.net Vb6. 0 is a object based language whereas vb.net is a pure object oriented language Search on Google for...
I came up with a solution and it works! Here is the VBA code for anybody interested. ======================================= Dim ctl As Control Dim myOpt As...
Hi I am Sanjeewa and I am working as a VB Developer since 1998. I have more experience to support you. If you have any Computer Assignments to complete write...
I've been asked to find some sort of program, or better yet some code (and even better in Visual Basic of some variety) that will (I think) check the DLLs and...
Dear all: It is the first time I send a message to the list and I am also a beginner in programming in VB.Net. I would like to ask you if you have any idea how...
Hi, I am using vb.net and sql server2000 to do a program. What I have the problem is I have 3 tables namely Customer Records Employee Records and Company...
Hi All, I have searched Google and MSN for the above problem but could not get any solution by using MAPI objects to save a mail message as an .rtf or .msg...
Dear Friend pleas use tree control for this funcationality. "A.MEYER@..." <a.meyer@...> wrote: Dear all: It is the first time I send a message to the...
Hello all I need help with VB 6.3 in Microsoft Access. I have a form that I open in edit mode. It is based on a query joining two tables by record number. I...
Hi there, I am preparing a scientific calculation using VB .NET and i want to get the sin and the cos of a number but when i used system.math.sin(5) it...
ive been coding for a long time in a few languages, but lack alot of knowledge of visual basic and such. i'm told that windows command files, .cmd's, the ...
Try this online Java scientific calculator. http://www.calculator.org/jcalc98.html You can view the code for it. ... Chuck [Non-text portions of this message...
Ok dude here is the converstion 1 radian = 57.2957795 degrees or radian = degree x (pi/180) = degree x 0.01746 (upon substituting pi = 22/7) so, use which ever...
I'm using ASP.NET and I've got a small web site and now I'd like to send a newsletter to subscribers, I've created a html page to send that includes images,...
Hello, I have a Microsoft Access Table with a field that has OLE objects as embedded microsoft word documents. Does any one know how to open this ole object...
Sorry if this message was sent out in double, I am new to the listserv's.. Hello, I have a Microsoft Access Table with a field that has OLE objects as embedded...
Dear List I'm scripting in a large corporate domain: AD with all the trimmings. After some research I've discovered how to derive the logged-in user from the...
Hi Fred, If the webpage is available on the net, Just copy-paste the contents along with the pics to ur mail and send. This should help. Regards, Swati ...
HI Frnd, I have one solutin u can attach the images with html mail, & specify there path in web site... if u have still any problem i will send u direct code....
Chris, Here you go - Ready to use. Public Const WICD2R As Double = PI / 180# Public Const WICR2D As Double = 180# / PI Public Function DegToRad(ByVal angle As...
Hi, I have a requirement in which I need to display a progress bar of some sort while scanning for files in a particular folder. I am already looping through...