| Thread | Last Post | Replies |
|
| VB 2005 equivalent of VB 6 PictureBox.Point. | 28 Feb 2008 20:46 GMT | 2 |
I am trying to get a pixel value from a picture box in VB 2005. I know how to do it in VB 6: clr& = Picture1.Point(x, y) I can't figure out how to do it in 2005. Even the VB 6 import wizard
|
| Some help please | 28 Feb 2008 15:38 GMT | 2 |
How can I load a document (word,pdf) with the program that loads it normally? Thanks in advance
|
| Proteggere macro in VBA | 28 Feb 2008 03:40 GMT | 1 |
Ciao a tutti. Se c'è qualcuno che lo sa avrei una domanda: una volta realizzata una macro in VBA di Excel 2003 c'è il modo di proteggerla in maniera che gli operatori non la modifichino accidentamente
|
| What does "Me." mean? | 27 Feb 2008 02:29 GMT | 3 |
I am not a VB coder but need to modify VB code. What does "Me" mean? I have a line of code that says: Me.MAPISession1.UserName I am trying to understadn what this means. I am running a script and
|
| system shutdown | 25 Feb 2008 13:36 GMT | 1 |
I'm having a bit of trouble getting this to work. Can someone please point out my mistake? (VB6, Windows XP home) Const EWX_LOGOFF As Long = 0
|
| Can I install VB 3.0 on Vista? | 22 Feb 2008 12:21 GMT | 25 |
What could I mess up if I install VB 3.0 on one Vista machine? I will not put VB 6.0 on that one.
|
| Record MCI Changing Audio Format (uLaw) | 21 Feb 2008 16:49 GMT | 1 |
I've been searching the net and for many days now I'm still scratching my head. Is it really possible to record using MCI and having the audio format to MULAW ???. I got as far as changing the audio sample, bitrate and all that but on the same audio format PCM.
|
| Calling into an unmanaged DLL, where the DLL name is a runtime decision | 20 Feb 2008 20:23 GMT | 5 |
I'm new to VB. I've searched about the web and there are many flavors of answers to this. I[m not sure which way(s) to try, as each has some questions I don't have answers to. Here's what I need to do:
|
| Calling into an unmanaged DLL, where the DLL name is a runtime decision | 20 Feb 2008 17:30 GMT | 1 |
I'm new to VB. I've searched about the web and there are many flavors of answers to this. I[m not sure which way(s) to try, as each has some questions I don't have answers to. Here's what I need to do:
|
| check if application is started from shortcut | 20 Feb 2008 08:59 GMT | 3 |
Is there a way to check if the application is started by clicking a shortcut or directly accessing the .exe file?
|
| Screen saver | 19 Feb 2008 21:37 GMT | 4 |
Is it possible to produce a VBA active screensaver or desktop? If so, in a nutshell, how? N
|
| open a pasword proteccted ms access database | 18 Feb 2008 19:51 GMT | 1 |
So far I am using no pasword protected ms access database, now my client ask me to use the password protected one. Does anyone know how to do that using connection string? have tried just give the password only and blank on ussername but error.
|
| Mute Sound | 16 Feb 2008 09:05 GMT | 12 |
Which library and function(s) would I use to mute the system sound?
|
| Determine First Day of any Month | 15 Feb 2008 01:07 GMT | 12 |
I need to find the first weekday of any month as an integer. What is the best way to do this on any machine regardless of international settings for the date? Any help would be greatly appreciated. Thanks Jim
|
| ADO and semi-colon | 14 Feb 2008 15:29 GMT | 3 |
I would like create automaticly a table in access with a text file I use semi-colon (;) exemple "value1";"value2";"value3" <---- name of my colonnes
|