Search:

Type: Posts; User: Napoleon

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Re: Can't access http though IE after VB6sp6 installed on Win7

    Thanks! Had a look at it, but it didn't show me what I wanted to see. It also wanted me to make a purchase before it would do anything. :(
  2. Can't access http though IE after VB6sp6 installed on Win7

    Hi,

    Recently I needed to fix up a VB6 program I wrote over 8 years ago. I thought I would be able do it in Win 7, but I couldn't get VB's IDE running properly. So I installed XP in a...
  3. Windows Filesharing problem on Home Network (multi-OS environment)

    Why is it that I can connect to a share on my Vista Ultimate machine from my Win7 Starter Ed machine using NET USE (command window) but not through Windows Explorer? On my Win7 machine, Windows...
  4. Re: Firewall for experienced user (suggestions)

    Thnx for the comments guys. Keep them coming as I'm still unsure.

    alex read:: I didn't really explain my particular situation. I need a good software firewall for my home/office use as I am...
  5. Firewall for experienced user (suggestions)

    Hi Guys,

    I've been looking at different firewalls (but by no means all of them) but am not able to find one that suits what I think I need. Here is a list of what I need:

    I need:
    A...
  6. Thread: Printing

    by Napoleon
    Replies
    6
    Views
    595

    Re: Printing

    Hi Hack,

    I'm looking at the code you posted and am not sure where "Width" is coming from in the " IF Width > ... " statement.
    Is it printer.width or frm.width? Or something else?

    Cheers,...
  7. Replies
    12
    Views
    1,504

    Re: Standalone Lite-weight database for VB6

    Thank you Gentlemen,

    I will look into it.

    Cheers,
    Nap
  8. Thread: Create Table

    by Napoleon
    Replies
    4
    Views
    510

    Re: Create Table

    Instead of using "Boolean", have you tried "Binary", or "dbBinary", or maybe "yesno"?

    Cheers,
    Nap
  9. Thread: Printing

    by Napoleon
    Replies
    6
    Views
    595

    Re: Printing

    Yes.
    This will print anything that is on the form. It's a simple way of organizing your printing.
    But there is a catch which has to do with screen size/form size. If the screen size is smaller...
  10. Replies
    12
    Views
    1,504

    Re: Standalone Lite-weight database for VB6

    si_the_geek,

    Thanks. And thanks for the updated INNO Setup link in the deployment forum.

    Cheers,
    Nap
  11. Thread: Printing

    by Napoleon
    Replies
    6
    Views
    595

    Re: Printing

    You could print the form on which the datagridview is being displayed:
    me.PrintForm

    Where 'me' is the currently selected form (eg has focus).
    You can also use the name of the form; eg....
  12. Replies
    12
    Views
    1,504

    Re: Standalone Lite-weight database for VB6

    si the geek,

    lol
    I have so many references in my list, I get overwhelmed with them all. So when I looked at the list of references I knew what DAO meant. So I selected it.

    What does...
  13. Thread: Create Table

    by Napoleon
    Replies
    4
    Views
    510

    Re: Create Table

    Dasjoe,

    In MySQL, a binary is referred to as a "tinyint(1)". I hope that's what you're looking for.

    Cheers,
    Nap
  14. Replies
    12
    Views
    1,504

    Re: Standalone Lite-weight database for VB6

    Hi Hack,

    I take it from your answer there is no database component/control available anywhere. My application uses some really basic SQL statement to retrieve data. I'm not using any indexes,...
  15. Replies
    12
    Views
    1,504

    Standalone Lite-weight database for VB6

    Hi Guys,

    I'm wondering if/what database I could use that can be easily integrated into a VB6 project and be distributed without breaking any distribution agreements and not requiring the end...
  16. Replies
    2
    Views
    779

    Re: Problem with Visual studio Installer

    Hi shajahanvall,

    To make it appear as a sub-group of PROGRAMS, you need to create the PROGRAMS folder under User's Start Menu first. (This has to be done manually.) Then you need to create...
  17. Replies
    7
    Views
    4,163

    Re: VB6 app not running on vista... msinet.ocx

    Si the Geek,

    Thanks. I've started looking at the thread and links there.
    I have a question though (maybe should go in the other thread):

    I am using Visual Studio 6 Installer, and at the...
  18. Replies
    7
    Views
    4,163

    Re: VB6 app not running on vista... msinet.ocx

    Hi guys,

    I am having the same issue with the MSINET.OCX with a project that's been working on W2K and XP but not on Vista.

    After reading this thread, I searched in a bunch of other places...
  19. Re: Local Setting\Temp Folder in Doc & Settings

    Thanks for all the info guys and girls.

    Cheers,
    Nap
  20. [RESOLVED] Local Setting\Temp Folder in Doc & Settings

    Hi guys,

    I am running low on space on my boot partition and am searching for things to delete. While looking around, I found that I have over 2G in my C:\Documents and Settings\MyUser\Local...
  21. Re: MS Office Document Image Writer (Orientation)

    Can anyone make a comment on whether simply checking for the Microsoft Office Document Image Writer is enough to prevent an error occurring as a result of a change in the page orientation?

    Cheers,...
  22. Re: Can i see who is acessing my computer with winsock?

    I would get a firewall (either by using a router, or a software one).
    I have a router and a software firewall.
    The router controls what is allowed in, and my software firewall controls what goes...
  23. Replies
    4
    Views
    553

    Re: moving items in listbox

    ListIndex is the pointer to the currently selected entry.
    If you want to re-order the list, you need to use the List1.List(i). Make sure you have your sort algorithm worked out, otherwise you'll...
  24. Re: Can i see who is acessing my computer with winsock?

    You can, but only through the ports you have opened in your winsock control.
    If you want to get a general picture, try getting ETHEREAL. It is a packet sniffer.

    To do your own packet sniffing is...
  25. Replies
    15
    Views
    892

    Re: Matching text boxes?

    I'm not certain why you're having the problem you are. It might have something to do with Refresh.

    Try trapping the text6.change event and setting text22.text there.
    During Form.Load, all the...
  26. Re: MS Office Document Image Writer (Orientation)

    Hi guys,

    Thanks for responding.
    I already have extensive error trapping in place throughout the whole application. From the reading I've done about this problem, the error number reported can...
  27. MS Office Document Image Writer (Orientation)

    Hi guys,

    An application I developed prints to a printer at the end of it's run. Due to the nature of the printout, it has to be done in LANDSCAPE.
    Normally this works fine except when the...
  28. Replies
    1
    Views
    556

    Re: HTML DOM Structure Navigation

    Hmmmm, finally found what I was looking for.

    The links in a PowerPoint HTML can be found using:

    htmlview.Document.body.children(0).contentwindow.self.document.links(0).href
    Of course, checking...
  29. Replies
    1
    Views
    556

    HTML DOM Structure Navigation

    Hi guys,

    I'm using a webbrowser control to render various HTML documents. Sometimes they include MS Word, Excel, and Powerpoint that were saved in HTML format.

    Most of the DOM structures...
  30. Re: Quick TreeView Question - Seek Method?

    MartinLiss,

    Ah ha.
    I have it working using the method you originally suggested, so I'll have a look.

    Thanks,
    Nap
  31. Re: Quick TreeView Question - Seek Method?

    MartinLiss,

    Yea, I use On Error Goto with Err.Number analysis through out my work.
    On the whole, I just don't like using this sort of method for decision making and try to avoid it where ever...
  32. Re: Quick TreeView Question - Seek Method?

    MartinLiss,

    Thnx.
    I was hoping for a method that didn't involve error trapping since it's a bit messy, but seems I have no choice.

    Cheers,
    Nap
  33. Re: How can I prevent right corner close button to close the whole application?

    When the user clicks that X button, the Form_Unload(Cancel As Integer) event happens. If you set Cancel = True, you can prevent it from being closed.


    What I did was to create a simple project...
  34. [RESOLVED] Quick TreeView Question - Seek Method?

    Hi guys,

    In my treeview, I have two sections that hold similar information.
    What I am trying to do is to see if there is a node with a similar key located in the other part of the structure....
  35. Re: [RESOLVED] Creating Form Controls At Run-Time

    Hi Opus,

    Yea, if I would have been able to do Dim WithEvents menuoption() as VB.OptionButton it would have been a lot simpler. But I've gone with 2 dozen control arrays, which enables me to do...
  36. Re: [RESOLVED] Creating Form Controls At Run-Time

    Hey RhinoBull,

    Thanks for your help, and I have taken it on board. I've already coded the stuff I needed to using 2 dozen control arrays. What a mess but it works.

    In a general sense,...
  37. Re: [RESOLVED] Creating Form Controls At Run-Time

    Hi phimuskapsi,

    Thanks for your answer but the eventhandler you just posted is to be used by your code in post #5.
    My question was about the code you showed in post #1. I used the same MS...
  38. Re: Dynamically Add Controls Array to a Form

    One way I can think of to do this is to use a mouse hook procedure and test if it's over one of the 'crippled' controls.

    Cheers,
    Nap
  39. Re: Dynamically Add Controls Array to a Form

    The for/next loop that I have used does create the controls, each with a different name AND hwnd. Is there a way to capture the events through the Windows API?

    Cheers,
    Nap
  40. Re: Dynamically Add Controls Array to a Form

    RhinoBull,
    I understand that I have one object variable declared, and thus I can only have one event handler. Just seems strange that I can load the controls and have them active in my form but...
Results 1 to 40 of 159
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width