First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
Special Folder Location
CSIDL_COMMON_APPDATA.........Is this a valid folder for Win2K thru Win7? (How can I be sure the program works thru Vista & 7 when we don't have a PC w/Vista or 7 on it ?!?!.....(Rhetorical)) TIA, DanS ... 22 Feb 2010 13:01
Add DLL at runtime.
I have a problem. I'm making an app in VB9 VS 2008. The app is going to be a form MDI and a menu. What I need to do is search app.path/Plugin or something like that and find ..DLLs. My DLLs will have a couple of functions. First I need the Main form to add a menuitem in the menu. This menu item should the... 20 Feb 2010 20:14
Read/Write INI on Program File Vista Problem
I have a VB6 program that reads application settings from INI file... until now most users used the app on Win XP and there is big hassle running the program on Vista as Program File under Vista is Read Only... Under Vista users manually copies the INI file to Writeable directory like Documents; edit the INI fi... 21 Feb 2010 18:18
marvendas@gmail.com Kit completo de Solenoides ( solenoid ) + chicotePara Cambio automatico 01M hidramatico Audi A3 Vw Golf gti turbo 52200
Contato: marvendas(a)gmail.com marvendas @ gmail.com marvendas no gmail.com Kit completo de solenoides para Volkswagem e Audi. O kit contem: 5 solenoides 2 Epc ( solenoides de pressao ) 1 Chicote Serve para qualquer modelo VW ou Audi fabricados de 1995 ate hoje com o cambio automatico de 4 marchas � 01M Pre�o: R$ ... 19 Feb 2010 23:19
VB6 on Windows 7 64-Bit
Wow, thanks for the link. I had installation problems that stumped me for about three months, and the link cleared the problems right up. In our shop, we still have thousands of lines of custom VB6 code so converting over isn't monetarily feasible. This should help us move to the next set of development co... 19 Feb 2010 21:07
use sendmessage to find folders and files in the folders in vb6
Hello I am trying to quickly show the txt-files which are located in for example 320 subfolders of a folder and read the content of those files in a listview of a form. I can't find a QUICK way to do this. Should I use Sendmessage to do this? And if Yes ,how should I do this? Thanks Charles van der Werf ... 20 Feb 2010 12:26
use sendmessage to find folders and files in the folders in vb6
Hello I am trying to quickly show the txt-files which are located in for example 320 subfolders of a folder and read the content of those files in a listview of a form. I can't find a QUICK way to do this. Should I use Sendmessage to do this? And if Yes ,how should I do this? Thanks Charles van der Werf ... 19 Feb 2010 16:39
Hex Editor & VB6
I have a old VB6 exe that is important to a client for continued use. The source code is not available. A hard coded string within the source code needs to be changed, otherwise the exe is no longer of use to them. Is it possible to use a HexEditor to open the exe and change the string and resave the exe? Would... 22 Feb 2010 13:01
Resolved: Re: Slider math
I got it now... :-) Dim lMin& Dim lMax& lMin = 5 lMax = 1000 Dim lPos& lPos = (log10(nValue) - log10(lMin)) / (log10(lMax) - log10(lMin)) * (Me.slider1.Max - Me.slider1.Min) Me.slider1.value = lPos ... 19 Feb 2010 05:29
Slider math
I have a slider that should accept values from 5 to 5000. Since this cannot really be done by .Min and .Max, I have made it so that the slider values are internally converted into a logarithmic scale like this: Private Sub pTellValueFromSlider(ByVal nValue As Integer) Dim lMin& Dim lMax& lMi... 19 Feb 2010 15:32
First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66