Search:

Type: Posts; User: stuck-n-past

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,999

    Re: VB6 IDE Clone

    Baka - yes there are many screen shots in previous posts here on this forum and yes there are enhancements above and beyond just the 'missing' features in the original IDE. There's more details...
  2. Replies
    4
    Views
    1,999

    VB6 IDE Clone

    Hello everyone, it’s been a while since I was last here, I’ve taken a headfirst plunge into Classic ASP, JavaScript, SQL and well HTML.

    I’m still quite involved with VB6 just that with my focus...
  3. Microsoft Development Environment not recognizing languages.

    Happy New Year to all.

    This is the first time I’ve posted under the VB Script section, and I’m not sure if this is the proper place to ask this question.

    A couple of months back I had a...
  4. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Wow - I have to admit I've really enjoyed all of the code posted here and done a bit of mixing. In one way or another, I think I've used pieces from every example.

    While grabbing pieces from all,...
  5. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Hey all, sorry I haven't gotten back here sooner, been spending a great deal of time with AutoCad woes.

    I don't always pay attention to where people come from on this Forum, except for when I had...
  6. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Dang everyone, it must be the Holiday Season, I can't thank all of you enough for so much support and example code that you have provided. I'm busy over here typing away learning from all of your...
  7. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    That's pretty cool Elroy, thanks.

    The Status Form is fairly sparse, containing only two types of controls, Option Buttons and a FlexGrid. There is nothing for the user to ever type when it comes...
  8. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Thanks Eduardo, I had started looking through some of the Window messages wondering about how to prevent the Titlebar from flashing.

    I have code squirreled away somewhere that makes a functioning...
  9. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Sorry Eduardo, I just missed your post as I wrote mine. While I'm not always ready to invest the time needed to subclass things, this time around it seems the trade offs will be worth the effort if I...
  10. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Elroy - you sort of nailed it with your last remark - In a perfect solution, Yes I'd love to be able to have the status Form act and behave as any other normal Form. Move, Size, Min - Max, all in the...
  11. Replies
    22
    Views
    3,546

    Re: Non-Activating Form

    Hey Arnoutdv, thanks for the links, and showing a Form with the SW_SHOWNOACTIVATE flag is a good start, but if possible, I'd like to keep the secondary Form from ever taking the focus away from the...
  12. Replies
    22
    Views
    3,546

    Non-Activating Form

    Is it possible for a project to have 2 Forms, a main primary Form and a second Form that never takes the focus.

    Sorry I didn't word that very well. The main Form is used for most all of the user...
  13. Replies
    8
    Views
    1,505

    Re: Adding Controls to MenuBar

    Sorry about that, it was just me thinking out-loud, which can be very confusing.

    I was thinking that OK if I can't write on the Menu-Bar surface because it resides in the the NC region, perhaps...
  14. Re: Switching between Window UI and Console UI

    Thanks for the section key names, I am going to have to checkout the available options as it been a long time since I've looked at any of the Command Line switches. There might be some batch file...
  15. Re: Breaking News, few guys in China wanna write a new basic language

    I have run into similar issues when debugging code, and after long sessions with many changes, there's nothing worse then experiencing a crash before you get the chance to save. There are times where...
  16. Re: Breaking News, few guys in China wanna write a new basic language

    You can have a debugger which makes use of 'compiled' source code coupled with Symbolic information to step line by line through code. Typically in this type of debugger, there is limited if any...
  17. Replies
    8
    Views
    1,505

    Re: Adding Controls to MenuBar

    Yeah well that's gonna be the fun part. If I can't convince them it's not the best idea in the world to stuff Controls on the MenuBar, then I have to come up with an estimate of what it would take to...
  18. Replies
    8
    Views
    1,505

    Re: Adding Controls to MenuBar

    Oh Nasty, NC region, I should of realized that Menus fell into that category. The grey matter truly is drying up.

    Eduardo, I thought about switching to a custom UC and was ready to settle in to a...
  19. Replies
    8
    Views
    1,505

    Adding Controls to MenuBar

    I'm not all the keen on placing Controls where they aren't
    typically found like extra Command Buttons on the TitleBar, but that's what I'm currently facing.

    I've added Objects to both the...
  20. Replies
    5
    Views
    1,149

    Re: Aligned Controls Swapping Place

    Eduardo, thanks for the updated code, and I have to say it's a clever idea sending a mouse up event to end the Capture. The only problem is that it doesn't allow for sort of zeroing in on the final...
  21. Replies
    5
    Views
    1,149

    Re: Aligned Controls Swapping Place

    Eduardo - I was checking out your code and had a question about Releasing the Capture on the mouse.

    I have similar code to that of your example: setting the MousePointer, using the Mouse Events...
  22. Re: Switching between Window UI and Console UI

    Hey thanks - I was hoping the IDE had an option that created the [VBCompiler] section, too bad it didn't get added before the axe came down. Can one assume that if a command line switch exists, that...
  23. Replies
    5
    Views
    1,149

    Re: Aligned Controls Swapping Place

    Eduardo, thanks for the code, I'll be checking it out shortly.

    I've been messing around with my code, trying different ways of sizing the Bottom Aligned PictureBox.

    I've tried 3 different...
  24. Re: Switching between Window UI and Console UI

    dilettante - thanks for the link on the Image Header Structure, I have to admit your knowledge base is quite amazing. For me, this is one of those that falls under not knowing what to look for....
  25. Re: Switching between Window UI and Console UI

    Not sure if this information is of any interest to others, but I learned a bit more about how Windows GUI Programs work in a DOSBOX.

    I was able to build a VB Program that supports two interfaces,...
  26. Replies
    5
    Views
    1,149

    Aligned Controls Swapping Place

    I have a MDI Form with a StatusBar and PictureBox both Bottom Aligned.

    The StatusBar is at the very bottom of the MDI Form and the PictureBox is sitting right above.

    The Bottom Aligned...
  27. Replies
    4
    Views
    1,254

    Re: File Locations

    Hey all thanks for the sample code, it's really helped in preventing me from 'hard' codding any of these directories.

    While my initial question is pretty much solved, there's a lingering issue...
  28. Replies
    4
    Views
    1,254

    File Locations

    I'm always coming in after programs are in place, so I have very little experience when it comes to distribution and installations, especially when it comes to File Locations and Environment...
  29. Re: Breaking News, few guys in China wanna write a new basic language

    labmany - First I'd like to apologize to any and all that feel I shouldn't have posted information about my IDE, perhaps I made a mistake in doing so. My intention was not to upset or 'tease'...
  30. Re: Breaking News, few guys in China wanna write a new basic language

    dreammanor, I wish I had a better answer for you other then the vbRichClient5 should run and function under my IDE without any problem as long as it conforms to the COM model.

    I don't have...
  31. Replies
    12
    Views
    2,746

    Re: Performance Counters

    Thanks for all of the help, I'm getting some good numbers tracking the raw input data, but have questions about the file sub-system and when if flushes it's internal buffers.

    I seem to be getting...
  32. Replies
    12
    Views
    2,746

    Re: Performance Counters

    Perhaps I should take a step back here and explain what's going on.

    The project is a Data Acquisition System collecting real-time measurements through custom hardware. The data is being processed...
  33. Re: Breaking News, few guys in China wanna write a new basic language

    dreammanor - I'm not completely sure what your asking in regards to 3rd party COM components.

    I treat COM Objects / Components all in the same manner, and all with the same functions and routines....
  34. Re: Breaking News, few guys in China wanna write a new basic language

    topshot - while I tend to be a YouTube junkie when it comes to watching, I've never uploaded a video. That sounds like a pretty good solution and yet the thought never even crossed my mind - duh....
  35. Replies
    12
    Views
    2,746

    Re: Performance Counters

    dilettante - Thanks for the Precision and accuracy link. Man, I didn't even know there was a animation / multimedia timer available, I'm gonna have to check that out and possibly go back to some of...
  36. Re: Switching between Window UI and Console UI

    Tanner, thanks for the link to the console code, I'll take a look at it.

    I did add a call to ExitProcess so that I can set the DOS errorlevel in case my program is run from a batch file....
  37. Re: Breaking News, few guys in China wanna write a new basic language

    I know that some of the examples seem a bit cheesy, like changing the caption on the Form and Command Button, but once the code is in place and capable of gaining access to VB objects and their...
  38. Re: Breaking News, few guys in China wanna write a new basic language

    In the next picture an attempt was made to leave an unfinished line of code and the IDE flagged it as an error. The lines color has been changed to Red and a Popup Message informing the user of the...
  39. Re: Breaking News, few guys in China wanna write a new basic language

    You can see here that the immediate window has been disable and we are attempting to output text to it. The enable / disable feature of the immediate window is purely for speed purposes so one can...
  40. Re: Breaking News, few guys in China wanna write a new basic language

    I thought I would include a couple more screenshots before cleaning it off my disk. I really wish this site allowed videos as it would be so much easier to see my IDE run instead of all the...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width