Search:

Type: Posts; User: Urgentbody

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    2,669

    Re: invalid data source

    dilettante,
    'MSDERUN.DLL' is listed under - Unsupported runtime files // Ref #11

    That means the dll is no more supported in Windows Server 2008 or later. Right ?

    If it is true. Then...
  2. Replies
    11
    Views
    2,669

    Re: invalid data source

    Thank you dilettante, for the quick reply and guidance.

    The files under [Setup1 Files]
    At sl 25 (Now i know it need not to be added) , 27,28, 29. Are these also included in OS. (XP )
  3. Replies
    11
    Views
    2,669

    Re: invalid data source

    #5 Setup.lst

    [Bootstrap]
    SetupTitle=Install
    SetupText=Copying Files, please stand by.
    CabFile=Analysis.CAB
    Spawn=Setup1.exe
    Uninstal=st6unst.exe
    TmpDir=msftqws.pdw
    Cabs=1
  4. Replies
    11
    Views
    2,669

    Re: invalid data source

    Thanks a lot for the reply.
    on scrutiny to file setup.lst under the -> Setup1 Files

    list of files added must be added to INNO setup. As listed in INNO...
    Ok but under the Setup1 Files list there...
  5. Replies
    11
    Views
    2,669

    invalid data source

    When the setup installation created using P&DW there is no error with the data report
    But i am getting the error " invalid data source" when the setup installation created using INNO at the line --...
  6. Replies
    11
    Views
    1,383

    Re: Runtime Error 13

    Hi techgnome ,
    Yes i have checked it step by step on the installed machine and the error happening on the line

    DE.Conn.Open

    its already mentioned in #1

    And all the...
  7. Replies
    11
    Views
    1,383

    Re: Runtime Error 13

    Yes that should run for my case also. But why that happening ....bad for me. may be VB installation or windows installation having some issue. I should reformat the system and install fresh copy of...
  8. Replies
    11
    Views
    1,383

    Re: Runtime Error 13

    No no ... The test machine never installed VB6. I am working on code on two machines one with VB6 (SP6) and other only VB6 installed. When P&DW created using VB6(SP6) installed machine the problem...
  9. Replies
    11
    Views
    1,383

    Re: Runtime Error 13

    Ok. Now. When the P&DW created on a machine where only VB6 installed not VB6(SP6). And now that installed on the test machine. Bingo. No error 13. the code works perfect. Why that happened i dont...
  10. Replies
    11
    Views
    1,383

    Re: Runtime Error 13

    The code works perfectly when run in machine where VB6 installed (1st system). No problem at all. And also i have created P&DW & installed it on the Win 7 Ultimate (normally i use this system for...
  11. Replies
    11
    Views
    1,383

    Runtime Error 13

    The code used as follows.

    Dim excelApp As Excel.Application
    Dim excelWB As Excel.Workbook
    Dim excelWS As Excel.Worksheet
    Set excelApp = CreateObject("Excel.Application")
    ...
  12. Replies
    4
    Views
    1,113

    Re: Prefix on left of textbox text

    Thank you Eduardo. Solved the problem.
  13. Replies
    4
    Views
    1,113

    [RESOLVED] Prefix on left of textbox text

    Originally posted at #7 in link bellow
    http://www.vbforums.com/showthread.php?814695-RESOLVED-How-to-Prefix-quot-quot-Sign-in-Text-Box

    Modified a little but not exactly what i want. How to do it...
  14. Replies
    8
    Views
    1,950

    Re: [RESOLVED] Why String Table

    Thank You Very much LaVolpe,
    The reply at #4 is more helpful than # 2. I don't find beneficial using string table in resources. It can be better used in module declaring Public. Just create...
  15. Replies
    8
    Views
    1,950

    Re: Why String Table

    Thanks LaVolpe for the ans.
  16. Replies
    8
    Views
    1,950

    [RESOLVED] Why String Table

    Hi
    What is the advantage of using string table resource than saving the string values in module defining Public?
  17. Re: Is it possible to create file with Application Icon

    One more link that describes how >> to add / check / Remove file type i.e. '.xxx'
    3#
    https://www.daniweb.com/programming/software-development/threads/79688/file-association-in-vb6

    the...
  18. Re: Is it possible to create file with Application Icon

    Ok, on search the two webpage as bellow i gone through.
    1#
    http://www.vbforums.com/showthread.php?241188-VB-AssociateMyApp-(File-Association)
    2#...
  19. Re: Is it possible to create file with Application Icon

    Thank you very much Lavolpe. Now my search has a right direction.
  20. Re: Is it possible to create file with Application Icon

    Thanks Lavolpe,
    I want to know exactly that say for example i am using a .ico file for the Icon of my application. In the application i am giving some inputs and i want to save that input...
  21. [RESOLVED] Is it possible to create file with Application Icon

    Hi,
    Is it possible to crate file or a text file but with icon of the Application Icon.

    Thanks in advance for the help.
  22. Re: Do the *.ocx file need to be registered while deploying to other system.

    Very much informative, Than you.
    Ok that means if i am changing the path of the *.ocx file at the time of P&DW to the application.exe folder then also the ocx file will be registered under...
  23. Re: Do the *.ocx file need to be registered while deploying to other system.

    Hi LaVolpe,
    During installation can I change the location of the *.ocx file to application.exe directory while preparing the P&DW.

    or is it mandatory to place the *.ocx file in...
  24. Do the *.ocx file need to be registered while deploying to other system.

    Hi,
    When a application built using *.ocx file then when its deployed using P&DW, does the system on which the application was installed need to be *.ocx registered ?
  25. Replies
    0
    Views
    464

    Adding icons to submenu

    Hi there,
    With reference to the link bellow, added icons to the submenu.
    http://www.vbforums.com/showthread.php?854879-RESOLVED-Adding-Icons-to-Menu-Items

    code at #2

    replaced ...
  26. Replies
    5
    Views
    4,493

    Re: Adding Icons to Menu Items

    Ok I got it, thank you very much LaVolpe.
  27. Replies
    5
    Views
    4,493

    Re: Adding Icons to Menu Items

    Hi LaVolpe,
    Thank you very much for the post. i searched for 'HandleToPicture' and a link as follows helped me to solve the problem unable to show alpha blended images to simple image box....
  28. Replies
    5
    Views
    4,493

    [RESOLVED] Adding Icons to Menu Items

    Hi,
    Is it possible to add icons to menu items using this code

    http://www.vbforums.com/showthread.php?382589-RESOLVED-How-to-Add-Icons-Submenu-in-Menueditor

    also is it possible to add...
  29. Replies
    18
    Views
    3,472

    Re: Manifest issue

    Thank you all spent time to solve the issue. Actually i was always trying to make to divisible by 4 to the file size xxxx not to file size (yyyy)
    Ref File size xxxx (yyyy)
    Thanks to dilettante for...
  30. Replies
    18
    Views
    3,472

    Re: Manifest issue

    Files as mentioned in my previous post.
  31. Replies
    18
    Views
    3,472

    Re: Manifest issue

    Hi,
    The spear heads may like to look in to this. And i am some what certain that this is the only reason. After 1 week search in the web and reading volume of pages and trying many options as...
  32. Replies
    18
    Views
    3,472

    Re: Manifest issue

    hi dilettante,
    One thing i would like to mention that, i create manifest files with an .txt extension. Then I change the extension removing .txt to .manifest
    Is it the wrong procedure? Then what...
  33. Re: Is it possible to make .res file for manifest + multiple alpha blended .ico

    My Bad luck. Same error as in the thread bellow

    http://www.vbforums.com/showthread.php?854677-Manifest-issue

    whats wrong i cant figure out. Any advice will be appreciated.
  34. Replies
    18
    Views
    3,472

    Re: Manifest issue

    Hi,
    1st of all pls excuse me for wrong postings as posted in others thread. I thought since the file that downloaded is in that thread so i thought i should post the problems found there, that's...
  35. Re: Is it possible to make .res file for manifest + multiple alpha blended .ico

    Thanks for the valuable information that It can be.
    For Application Icon i used to do as in this link

    http://www.vbaccelerator.com/home/VB/Tips/Setting_the_App_Icon_Correctly/article.asp

    For...
  36. Replies
    18
    Views
    3,472

    Re: [RESOLVED] Image Control > Picture Box | Icon | Alpha Horror

    Sorry for the late reply Lavolpe.(Error Log)
    Following is the error message windows log section after replacing the manifest.

    Activation context generation failed for "G:\Working...
  37. Replies
    18
    Views
    3,472

    Re: [RESOLVED] Image Control > Picture Box | Icon | Alpha Horror

    Thank you LaVolpe for the post. Yes since all are not getting the error. thats why i posted in #20 "is my system is having problem.?"
  38. Replies
    18
    Views
    3,472

    [RESOLVED] Manifest issue

    Hi,
    Post at #14 gives the following error message, after compilation and running Project1.exe
    153017 Is the problem in .res file or in my system ?
  39. Is it possible to make .res file for manifest + multiple alpha blended .ico

    Hi,
    After referring many pages through google, i think the answer to the question at title is yes. But those web pages are not completely describing how it is done. If it is possible may be...
  40. Replies
    18
    Views
    9,948

    Re: Icons 16x16 and 32x32 [RESOLVED]

    Thank You Joacim Andersson,

    Your Post at #13 helped me a lot. Though i gone through the link at #3 earlier, could not understood completely.
    Again i am having a question that how much DPI the...
Results 1 to 40 of 79
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width