|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
When the compiler freezes.... what is the rescue?Hello,
Is there any way to save my new programming changes when IDE freezes during the compiling process? I have that happening quite often, and I need to use Task Manager to force shutting down of vbasic. Of course all changes to the code will be lost. I wonder if there is some way around it. Thanks, Fred Check Option/Tool/Environment.
But for me, I manually save it because I don't want it saved when I am debugging. Show quoteHide quote "fred" <fred@nospamme.com> wrote in message news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... > Hello, > Is there any way to save my new programming changes when IDE > freezes during the compiling process? > I have that happening quite often, and I need to use Task Manager to force > shutting down of vbasic. > Of course all changes to the code will be lost. > I wonder if there is some way around it. > Thanks, > Fred > fred wrote:
> Hello, I have the IDE set to "Prompt To Save Changes" (Tools-Options-Environment) before > Is there any way to save my new programming changes when IDE > freezes during the compiling process? > I have that happening quite often, and I need to use Task Manager to force > shutting down of vbasic. > Of course all changes to the code will be lost. > I wonder if there is some way around it. running. Whenever the changes aren't disposable, I say yes. In those occassional cases where I don't want to save, but I don't want to risk loss, I copy/paste into a text editor "just in case." How much insurance is "enough" -- only you can answer that one. "fred" <fred@nospamme.com> wrote in message news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... As the others said, make sure you save before compiling.> Hello, > Is there any way to save my new programming changes when IDE freezes during the compiling process? > I have that happening quite often, and I need to use Task Manager to force shutting down of vbasic. > Of course all changes to the code will be lost. > I wonder if there is some way around it. > Thanks, But perhaps you should look into why it freezes as often as it does because that should be a very very rare thing. I certainly can't remember it ever happening in over 10 years of using VB6. Now I've had the IDE crash during compilation for various reasons, but never freeze. -- Mike I can repeat that freeze each time at the wish, Mike.
It is just enough to run my IDE several times and then try to compile the program after that. It will never happen on freshly opened IDE. Any thoughts on that? I use vbasic 5 SP3 on Windows XP SP3. Also, another hint. When I run IDE several times also (but not often) IDE freezes during the run-time (on startup). The freeze will never happen when running the compiled executable. Thanks, Fred Show quoteHide quote "MikeD" <nob***@nowhere.edu> wrote in message news:%23YJinLo7JHA.6004@TK2MSFTNGP02.phx.gbl... > > "fred" <fred@nospamme.com> wrote in message > news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... >> Hello, >> Is there any way to save my new programming changes when IDE >> freezes during the compiling process? >> I have that happening quite often, and I need to use Task Manager to >> force shutting down of vbasic. >> Of course all changes to the code will be lost. >> I wonder if there is some way around it. >> Thanks, > > As the others said, make sure you save before compiling. > > But perhaps you should look into why it freezes as often as it does > because that should be a very very rare thing. I certainly can't remember > it ever happening in over 10 years of using VB6. Now I've had the IDE > crash during compilation for various reasons, but never freeze. > > > -- > Mike > > On Tue, 16 Jun 2009 12:35:34 -0400, "fred" <fred@nospamme.com> wrote: Have you been through the usual checks?>I can repeat that freeze each time at the wish, Mike. >It is just enough to run my IDE several times and then try to compile the >program after that. >It will never happen on freshly opened IDE. >Any thoughts on that? >I use vbasic 5 SP3 on Windows XP SP3. > >Also, another hint. When I run IDE several times also (but not often) IDE >freezes during the run-time (on startup). >The freeze will never happen when running the compiled executable. What add-ins are loaded? Have you tried unloading add-ins, then re-starting without them to see if a particular add-in is the problem? Ensure that only required components/references are included. If possible create test apps for each component to ensure that they are not the problem. Does the issue arise the first time that you open the IDE (after boot up) and try to compile, or only after the IDE has been opened/closed a few times? What type of app is it? Are you using sub-classing, hooking, network asynchronous objects, AX DLLs, EXE? "Alfie [UK]" <alfie@mail.invalid> wrote Here's a reminder of a somewhat obscure feature;> Ensure that only required components/references are included. If > possible create test apps for each component to ensure that they are > not the problem. When you have placed all the controls you are going to use on your forms, open the Components dialog box and hold down the Shift key when you press OK. That will remove all unused components from your toolbox, and their associated references.... HTH LFS fred wrote:
> I can repeat that freeze each time at the wish, Mike. That's crazy. It's either add-in(s) or reference(s). The VB5 IDE didn't do that on > It is just enough to run my IDE several times and then try to compile the > program after that. > It will never happen on freshly opened IDE. > Any thoughts on that? its own. I have that problem for many years.
In meantime, I changed the computers and Windows many times, each time reinstalling vbasic!. Thanks, Fred Show quoteHide quote "Karl E. Peterson" <k***@exmvps.org> wrote in message news:OWtaOWr7JHA.2656@TK2MSFTNGP05.phx.gbl... > fred wrote: >> I can repeat that freeze each time at the wish, Mike. >> It is just enough to run my IDE several times and then try to compile >> the >> program after that. >> It will never happen on freshly opened IDE. >> Any thoughts on that? > > That's crazy. It's either add-in(s) or reference(s). The VB5 IDE didn't > do that on its own. > -- > .NET: It's About Trust! > http://vfred.mvps.org > "fred" <fred@nospamme.com> wrote in message There's definately something wrong. The IDE should NOT be freezing when you news:uWL1NXs7JHA.2456@TK2MSFTNGP02.phx.gbl... >I have that problem for many years. > In meantime, I changed the computers and Windows many times, each time > reinstalling vbasic!. > Thanks, > Fred compile. As others said, it could be due to a component in the Toolbox, a reference, or an add-in. IMHO, the add-in is the least likely UNLESS that add-in interacts in some way with the compilation process (in which case it's probably the most likely cause). You really should figure this out. I have no clue how you could have been putting up with this for years as you say you have. Trouble is, it's most likely going to be a trial-and-error process to figure it out. -- Mike MikeD wrote:
Show quoteHide quote > "fred" <fred@nospamme.com> wrote in message Yep, yep, yep, yep...> news:uWL1NXs7JHA.2456@TK2MSFTNGP02.phx.gbl... >>I have that problem for many years. >> In meantime, I changed the computers and Windows many times, each time >> reinstalling vbasic!. >> Thanks, >> Fred > > > There's definately something wrong. The IDE should NOT be freezing when you > compile. As others said, it could be due to a component in the Toolbox, a > reference, or an add-in. IMHO, the add-in is the least likely UNLESS that > add-in interacts in some way with the compilation process (in which case > it's probably the most likely cause). You really should figure this out. I > have no clue how you could have been putting up with this for years as you > say you have. Trouble is, it's most likely going to be a trial-and-error > process to figure it out. "fred" <fred@nospamme.com> wrote in message If there is a routine that takes a long time, try pressing Ctrl+Break.news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... > Hello, > Is there any way to save my new programming changes when IDE > freezes during the compiling process? > I have that happening quite often, and I need to use Task Manager to force > shutting down of vbasic. > Of course all changes to the code will be lost. > I wonder if there is some way around it. If you are using things like subclassing, any time an error happens or perhaps when you break into the IDE, the IDE is most likely to crash. If you are finished with the subclassing code, and are working on another area of the program, you can disable the subclassing in the IDE only(not the EXE), by using IsInIDE() function below, and based on that, skip the subclassing code. http://vbnet.mvps.org/index.html?code/core/isinide.htm In my case, I have a large project that I only run it as EXE, and use OutputDebugString() to print debug output or use a log file. OutputDebugString() API function prints the string to an external debug viewer. Here is one that is free and does not require installation: DebugView: http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx Declaration: Public Declare Sub OutputDebugString Lib "kernel32" Alias _ "OutputDebugStringA" (ByVal lpOutputString As String) Usage: OutputDebugString "ABC" Wrapper sub: Public Sub DebugPrint(ByRef s As String) OutputDebugString s End Sub compile rarely crash for me. But changing scope while searching
'ctl-F'almost always crash if i do it long enough Show quoteHide quote "fred" <fred@nospamme.com> wrote in message news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... > Hello, > Is there any way to save my new programming changes when IDE > freezes during the compiling process? > I have that happening quite often, and I need to use Task Manager to force > shutting down of vbasic. > Of course all changes to the code will be lost. > I wonder if there is some way around it. > Thanks, > Fred > "Phil Hunt" <a**@aaa.com> wrote in message I use the Find dialog from MZTools. It can search while excluding commented news:%23iMay$o7JHA.4376@TK2MSFTNGP06.phx.gbl... > compile rarely crash for me. But changing scope while searching > 'ctl-F'almost always crash if i do it long enough code, unlike VB's Find dialog. You can assign any hotkey to it. http://www.mztools.com/v3/mztools3.aspx Crash or freeze?
I understand that the crash is when there is Windows intervention and vbasic terminates. My freeze: compiling starts and when it gets to about 20% of progress it stalls. IDE does not accept any commands and I have to use Task Manager to shut it down. Fred Show quoteHide quote "Phil Hunt" <a**@aaa.com> wrote in message news:%23iMay$o7JHA.4376@TK2MSFTNGP06.phx.gbl... > compile rarely crash for me. But changing scope while searching > 'ctl-F'almost always crash if i do it long enough > > "fred" <fred@nospamme.com> wrote in message > news:OrYc%23Kg7JHA.5008@TK2MSFTNGP05.phx.gbl... >> Hello, >> Is there any way to save my new programming changes when IDE >> freezes during the compiling process? >> I have that happening quite often, and I need to use Task Manager to >> force shutting down of vbasic. >> Of course all changes to the code will be lost. >> I wonder if there is some way around it. >> Thanks, >> Fred >> > > Is there any user controls in this project? Can you post the contents of VBP
file here? Use notepad to open it. "Nobody" <nob***@nobody.com> wrote in message Here it is.news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl... > Is there any user controls in this project? Can you post the contents of > VBP file here? Use notepad to open it. > > > I have 5 applications, and I have the same problem with all of them, although they differ with some components and references. The vbp file below comes from the project which has the most components/references added. ===================================== Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM 1.0 Type Library. Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft WMI Scripting V1.2 Library Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object Library Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech Object Library Module=Dialer; Dialer.bas Form=FrmConnect.frm Form=FrmAbout.frm Form=FrmDialer.frm Form=frmOptions.frm Module=Api; Registry.bas Form=frmSplash.frm Form=frmExpired.frm Module=Tapi; Tapi.bas Module=CallBacks; CallBacks.bas Form=FrmCallDisplay.frm Form=FrmInLog.frm Form=FrmOutLog.frm Module=Wave; Wave.bas Form=frmImportExcel.frm Form=frmPlayList1.frm Form=frmNumbGen.frm ResFile32="phone.RES" IconForm="FrmDialer" Startup="Sub Main" HelpFile="" Title="Auto Dialer Pro" ExeName32="autodial.exe" Command32="" Name="AutoDialerPro" HelpContextID="0" CompatibleMode="0" MajorVer=6 MinorVer=3 RevisionVer=29 AutoIncrementVer=0 ServerSupportFiles=0 CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 CodeViewDebugInfo=0 NoAliasing=0 BoundsCheck=0 OverflowCheck=0 FlPointCheck=0 FDIVCheck=0 UnroundedFP=0 StartMode=0 Unattended=0 ThreadPerObject=0 MaxNumberOfThreads=1 [MS Transaction Server] AutoRefresh=1 ===================================================== Thanks, Fred I thought your name was Jack.
-- Show quoteHide quote2025 If you do not believe in time travel, your beliefs are about to be tempered. http://www.facebook.com/group.php?gid=43606237254 "fred" <fred@nospamme.com> wrote in message Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLEnews:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl... | | "Nobody" <nob***@nobody.com> wrote in message | news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl... | > Is there any user controls in this project? Can you post the contents of | > VBP file here? Use notepad to open it. | > | > | > | Here it is. | I have 5 applications, and I have the same problem with all of them, | although they differ with some components and references. | The vbp file below comes from the project which has the most | components/references added. | ===================================== | Type=Exe | | Automation Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM| Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx | Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll | | 1.0 Type Library. Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft| Show quoteHide quote | WMI Scripting V1.2 Library | Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx | Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program | Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object | Library | Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program | Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech Object | Library | Module=Dialer; Dialer.bas | Form=FrmConnect.frm | Form=FrmAbout.frm | Form=FrmDialer.frm | Form=frmOptions.frm | Module=Api; Registry.bas | Form=frmSplash.frm | Form=frmExpired.frm | Module=Tapi; Tapi.bas | Module=CallBacks; CallBacks.bas | Form=FrmCallDisplay.frm | Form=FrmInLog.frm | Form=FrmOutLog.frm | Module=Wave; Wave.bas | Form=frmImportExcel.frm | Form=frmPlayList1.frm | Form=frmNumbGen.frm | ResFile32="phone.RES" | IconForm="FrmDialer" | Startup="Sub Main" | HelpFile="" | Title="Auto Dialer Pro" | ExeName32="autodial.exe" | Command32="" | Name="AutoDialerPro" | HelpContextID="0" | CompatibleMode="0" | MajorVer=6 | MinorVer=3 | RevisionVer=29 | AutoIncrementVer=0 | ServerSupportFiles=0 | CompilationType=0 | OptimizationType=0 | FavorPentiumPro(tm)=0 | CodeViewDebugInfo=0 | NoAliasing=0 | BoundsCheck=0 | OverflowCheck=0 | FlPointCheck=0 | FDIVCheck=0 | UnroundedFP=0 | StartMode=0 | Unattended=0 | ThreadPerObject=0 | MaxNumberOfThreads=1 | | [MS Transaction Server] | AutoRefresh=1 | ===================================================== | Thanks, | Fred | | How that is relevant to the problem posted?
Fred Show quoteHide quote "Kevin Provance" <Bill.McCarthy.Is.Stalking.TPASoft.com***@nowhere.edu> wrote in message news:OJJ9Jbu7JHA.3860@TK2MSFTNGP05.phx.gbl... >I thought your name was Jack. > > -- > 2025 > If you do not believe in time travel, > your beliefs are about to be tempered. > > http://www.facebook.com/group.php?gid=43606237254 > "fred" <fred@nospamme.com> wrote in message > news:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl... > | > | "Nobody" <nob***@nobody.com> wrote in message > | news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl... > | > Is there any user controls in this project? Can you post the contents > of > | > VBP file here? Use notepad to open it. > | > > | > > | > > | Here it is. > | I have 5 applications, and I have the same problem with all of them, > | although they differ with some components and references. > | The vbp file below comes from the project which has the most > | components/references added. > | ===================================== > | Type=Exe > | > Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE > | Automation > | Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX > | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx > | Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll > | > Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM > | 1.0 Type Library. > | > Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft > | WMI Scripting V1.2 Library > | Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx > | Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program > | Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object > | Library > | Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program > | Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech > Object > | Library > | Module=Dialer; Dialer.bas > | Form=FrmConnect.frm > | Form=FrmAbout.frm > | Form=FrmDialer.frm > | Form=frmOptions.frm > | Module=Api; Registry.bas > | Form=frmSplash.frm > | Form=frmExpired.frm > | Module=Tapi; Tapi.bas > | Module=CallBacks; CallBacks.bas > | Form=FrmCallDisplay.frm > | Form=FrmInLog.frm > | Form=FrmOutLog.frm > | Module=Wave; Wave.bas > | Form=frmImportExcel.frm > | Form=frmPlayList1.frm > | Form=frmNumbGen.frm > | ResFile32="phone.RES" > | IconForm="FrmDialer" > | Startup="Sub Main" > | HelpFile="" > | Title="Auto Dialer Pro" > | ExeName32="autodial.exe" > | Command32="" > | Name="AutoDialerPro" > | HelpContextID="0" > | CompatibleMode="0" > | MajorVer=6 > | MinorVer=3 > | RevisionVer=29 > | AutoIncrementVer=0 > | ServerSupportFiles=0 > | CompilationType=0 > | OptimizationType=0 > | FavorPentiumPro(tm)=0 > | CodeViewDebugInfo=0 > | NoAliasing=0 > | BoundsCheck=0 > | OverflowCheck=0 > | FlPointCheck=0 > | FDIVCheck=0 > | UnroundedFP=0 > | StartMode=0 > | Unattended=0 > | ThreadPerObject=0 > | MaxNumberOfThreads=1 > | > | [MS Transaction Server] > | AutoRefresh=1 > | ===================================================== > | Thanks, > | Fred > | > | > > It isn't. I just wonder why you feel the need to post under a different
name. Seems suspicious to me. -- Show quoteHide quote2025 If you do not believe in time travel, your beliefs are about to be tempered. http://www.facebook.com/group.php?gid=43606237254 "fred" <fred@nospamme.com> wrote in message Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLEnews:uwKV9Jv7JHA.2456@TK2MSFTNGP02.phx.gbl... | How that is relevant to the problem posted? | Fred | | "Kevin Provance" <Bill.McCarthy.Is.Stalking.TPASoft.com***@nowhere.edu> | wrote in message news:OJJ9Jbu7JHA.3860@TK2MSFTNGP05.phx.gbl... | >I thought your name was Jack. | > | > -- | > 2025 | > If you do not believe in time travel, | > your beliefs are about to be tempered. | > | > http://www.facebook.com/group.php?gid=43606237254 | > "fred" <fred@nospamme.com> wrote in message | > news:u22P5Rt7JHA.356@TK2MSFTNGP03.phx.gbl... | > | | > | "Nobody" <nob***@nobody.com> wrote in message | > | news:OG9jYas7JHA.2388@TK2MSFTNGP06.phx.gbl... | > | > Is there any user controls in this project? Can you post the contents | > of | > | > VBP file here? Use notepad to open it. | > | > | > | > | > | > | > | Here it is. | > | I have 5 applications, and I have the same problem with all of them, | > | although they differ with some components and references. | > | The vbp file below comes from the project which has the most | > | components/references added. | > | ===================================== | > | Type=Exe | > | | > | > | Automation Reference=*\G{03282B5D-B38F-469D-849A-09B0A7F4881B}#1.0#0#C:\PROGRA~1\COMMON~1\Skype\SKYPE4~1.DLL#Skype4COM| > | Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX | > | Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx | > | Object={2398E321-5C6E-11D1-8C65-0060081841DE}#1.0#0; Vtext.dll | > | | > | > | 1.0 Type Library. Reference=*\G{565783C6-CB41-11D1-8B02-00600806D9B6}#1.2#0#C:\WINDOWS\system32\wbem\wbemdisp.TLB#Microsoft| > | | > Show quoteHide quote | > | WMI Scripting V1.2 Library | > | Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; mswinsck.ocx | > | Reference=*\G{00020813-0000-0000-C000-000000000046}#1.5#0#C:\Program | > | Files\Microsoft Office\OFFICE11\EXCEL.EXE#Microsoft Excel 11.0 Object | > | Library | > | Reference=*\G{C866CA3A-32F7-11D2-9602-00C04F8EE628}#5.0#0#C:\Program | > | Files\Common Files\Microsoft Shared\Speech\sapi.dll#Microsoft Speech | > Object | > | Library | > | Module=Dialer; Dialer.bas | > | Form=FrmConnect.frm | > | Form=FrmAbout.frm | > | Form=FrmDialer.frm | > | Form=frmOptions.frm | > | Module=Api; Registry.bas | > | Form=frmSplash.frm | > | Form=frmExpired.frm | > | Module=Tapi; Tapi.bas | > | Module=CallBacks; CallBacks.bas | > | Form=FrmCallDisplay.frm | > | Form=FrmInLog.frm | > | Form=FrmOutLog.frm | > | Module=Wave; Wave.bas | > | Form=frmImportExcel.frm | > | Form=frmPlayList1.frm | > | Form=frmNumbGen.frm | > | ResFile32="phone.RES" | > | IconForm="FrmDialer" | > | Startup="Sub Main" | > | HelpFile="" | > | Title="Auto Dialer Pro" | > | ExeName32="autodial.exe" | > | Command32="" | > | Name="AutoDialerPro" | > | HelpContextID="0" | > | CompatibleMode="0" | > | MajorVer=6 | > | MinorVer=3 | > | RevisionVer=29 | > | AutoIncrementVer=0 | > | ServerSupportFiles=0 | > | CompilationType=0 | > | OptimizationType=0 | > | FavorPentiumPro(tm)=0 | > | CodeViewDebugInfo=0 | > | NoAliasing=0 | > | BoundsCheck=0 | > | OverflowCheck=0 | > | FlPointCheck=0 | > | FDIVCheck=0 | > | UnroundedFP=0 | > | StartMode=0 | > | Unattended=0 | > | ThreadPerObject=0 | > | MaxNumberOfThreads=1 | > | | > | [MS Transaction Server] | > | AutoRefresh=1 | > | ===================================================== | > | Thanks, | > | Fred | > | | > | | > | > | |
How to Change $(AppPath) in PDWizard?
Karl, I need to understand your Timer! RAM Drive can't write to text file in Windows 7 Run-Time Error 5 - 'Invalid procedure call or argument' error msg Overcoming a MsgBox's shyness File not found Autosize DataGrid Columns How to obtain the new GUIID key on a new build of an ActiveX DLL or an ActiveX OCX How to create a VB6 app that opens a file when the file is double |
|||||||||||||||||||||||