how to rotate image in picturebox. i am doing a project for scanning purpose.when i scan a page it will come to picturebox. pesent i want zoomin zoomout and...
Hi, I'm using crystal report with VB. I find an error when I add Subreport with main report. error is that " This field name is not known." my subreport is...
Dear All, I am using VB 6 with MS Access.I've set a password to my access database i.e 123. But when I try to access it via code i get an err msg -2147217843 ...
May be your report is not updated according to the database changes. Try this and see. goto Database menu and select Verify database option. Hope this will...
Dear All, I am using VB with MS Access for my project. I've set a password to database i.e 123. I tried to access it through a VB code. But I get an Err Msg. ...
Hi all, I am new to the group and to a degree to VB6 as well.So if I respond to your response with something like "What do you mean by that?", you will know...
Hi, ... The hyperlink data-type in Access is a hack. As far as ADO (or even DAO) is concerned, it is just another text field. You will need to write code that...
Dear All, I want to know the way in which I can print my VB reports on dot matrix printer (Epson LX/LQ series) in the same way as DOS print. Dot matrix printer...
Hi Gang I'm stuck with a few problems. I'd consider myself to be quite advanced in excel but I'm having trouble in taking it to the next level. First: I'd like...
i want to create .mdb (access database file) at runtime m using vb 6 with access cud anyone plz help me thanx ... Groups are talking. We´re listening....
Greetings everyone, i now facing a problem where i only can get "GMT Standard Time" from the registry editor. but what i want is to get the value inside the...
... 'Example of selected TimeZone class elements. Imports System Imports System.Globalization Imports Microsoft.VisualBasic Module TimeZoneDemo Sub Main( ) ...
Hi, ... Here's how it's done using ADO plus "Microsoft ADO Ext for DDL and Security" (also known as ADOX - you will need to add references to both libraries...
sorry, i need vb code, not vb.net... anyway, thanks very much ... 'Example of selected TimeZone class elements. Imports System Imports System.Globalization ...
... text. ... even DAO) is ... event of ... its ... actual ... better ... a ... functions to ... string and ... occurrence of a ... return an ... and...
Hi, ... VB does not have a universal "Open" command (it does have a command by that name, but its meaning is somewhat more specific). Fortunately, Windows...
Hi Tim, Have a look at MSDN : ' HOWTO: Change Time Zone Information Using Visual Basic ' ID: Q221542 I can also send you an application that gives the time...
... Thanks Paul, however, it wasn't I that was looking for this information...VB2005 gives me all the power I need for working with UTC and various time...
Hi, I tried using the Yahoo VBHelp workgroup but am afraid I fumbled. Have a look at MSDN : ' HOWTO: Change Time Zone Information Using Visual Basic ' ID:...
i am new on yahoo groups . i am working with an electronics firm Working on Electr. Cash Registers ECR. i need to connect the ecr thru serial port in vb. reply...
Hi ! Can anyone guide me how do I update Outlook Calendar Appointment/Meeting using VB5, means I am able to update the Calendar from a time that I specify with...
hi dear all, i have to develope a program to check which automatically checks inbox for new mail, reads new mails witn attachments and download the attachments...
Hello everybody, i encounter 2 problems regarding visual basic 6: 1. How can i move a form when it's border style is none? 2. How can i get the time of another...
... In Code specify the top and left properties for the form. Using the mouse you can't ... Have a look at the timezone information stored in the registry For...
... Try this code: Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam...