CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mikedershowitz

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. What about just conversting to CSV or another...

    What about just conversting to CSV or another text format and loading from there?
  2. Thread: Vb2vc++

    by mikedershowitz
    Replies
    2
    Views
    692

    While conversion tools always seem like a good...

    While conversion tools always seem like a good idea to develop, and having pondered the idea myself given the robust analysis tehcnology and parsers we have, true conversion always seems to be an...
  3. Replies
    2
    Views
    650

    Most installer packages, whether MSI,...

    Most installer packages, whether MSI, Intallshield, or Wise have everything you need and handle the uninstall automatically.
  4. Replies
    6
    Views
    817

    Yeah, but after the beginnign VB wrox book, they...

    Yeah, but after the beginnign VB wrox book, they have a bunch more that go into advance VB topiocs. Check out their websites as the best way.
  5. Replies
    2
    Views
    676

    I agree with Darwen, becuae the real way that you...

    I agree with Darwen, becuae the real way that you could get app2 to control app1 would be by opening app1 up in a number of different ways, either through the exe or a dll, etc. What are you tyring...
  6. When you say "codes" what exactly are you talking...

    When you say "codes" what exactly are you talking about? What it sounds like you are really talking about is finding static source-code analysis tool that give you the information you want. ...
  7. Replies
    6
    Views
    765

    I wonder what OS you are using for this? You may...

    I wonder what OS you are using for this? You may not even need to code something. For example, if you're on windows, there are services available for helping you to do this.
  8. Replies
    8
    Views
    1,272

    I suggest being a little more dynamic with the...

    I suggest being a little more dynamic with the solution.

    Put all categories in the same table.

    Have second table exclusively for drawing relationships between categories and their...
  9. Replies
    2
    Views
    644

    or depending on what you want to do, you coudl...

    or depending on what you want to do, you coudl just code your sequence in VBA in access since it seems that most of your work is being done from there!
  10. Replies
    4
    Views
    835

    VB doesn't require variable intialization.....did...

    VB doesn't require variable intialization.....did you try a debug stream or merely parsing out the suspect code with return statmenet to at least isolate the problem? It often is a memory issue!
  11. Thread: help

    by mikedershowitz
    Replies
    1
    Views
    463

    Please provide more details on your problem so...

    Please provide more details on your problem so that members can specifically address them. Probably would be a good idea to get started on your design b4 you proceed to ask questions of members.
  12. Replies
    4
    Views
    675

    don't forget linux.org - a good clearinghouse.

    don't forget linux.org - a good *************.
  13. Replies
    2
    Views
    661

    I would imagine that the toolbar is goign to be...

    I would imagine that the toolbar is goign to be tied to whatever type of outlook installation you have on the client machine. If the machine has outlook installed for all users, then so will the...
  14. Replies
    3
    Views
    804

    Fred: This comes up a lot. I blame the...

    Fred:

    This comes up a lot. I blame the industrial engineers working in the early 80's with the first mice, becuase the roller ball is one-helluiva time saving invention.

    You are correct. If...
  15. Replies
    4
    Views
    727

    I'm not terribly familiar with sourcesafe, but I...

    I'm not terribly familiar with sourcesafe, but I wanted to propose to you that I think they have a "readonly" property on files. So, if you assign a programmer "readonly" access to a file or a group...
  16. Replies
    10
    Views
    3,377

    Wait, you mean Longhorn's supposed to be secure? ...

    Wait, you mean Longhorn's supposed to be secure? i mean actually secure, not MS claims of security that aren't really true. For some interesting reading, check out this article:
    ...
  17. Replies
    5
    Views
    673

    I would imagine that whatever connection object...

    I would imagine that whatever connection object you're using woudl have a property telling you the status of the connection. If not, you coudl try polling the existance of the connection object...
  18. Replies
    1
    Views
    700

    Aloha probably uses some variant of RPG, IBM's...

    Aloha probably uses some variant of RPG, IBM's langauge for the mainframe that was ported there. But I'm not positive.

    As far as the custom control question, you should be able to layer in VB.Net...
  19. Replies
    2
    Views
    575

    try the usenet newgroup: ...

    try the usenet newgroup:

    microsoft.public.project2000
  20. Replies
    5
    Views
    1,037

    One of the things to remember here is that in...

    One of the things to remember here is that in VB., the shell command is very, very useful. Many other alngauges require specific packages for specific calls, but with Shell it's pretty much all...
  21. Replies
    4
    Views
    653

    You also have to take into account that some of...

    You also have to take into account that some of the factors of what size will write to a particular disk is dependent on the drive in which it will be used, as some drives are able to squeeze more...
  22. Are you talking about a SCM - Source Code Manager...

    Are you talking about a SCM - Source Code Manager or a project manager? An SCM controls who works on what code, checking in/out, versioning, etc. A project maanger will help you schedule people's...
  23. Replies
    2
    Views
    614

    Better yet, what are you doing that requires...

    Better yet, what are you doing that requires assembly? Can't you get it out of assembler and into something else?
  24. Replies
    6
    Views
    864

    You also might want to consider writing a VBA...

    You also might want to consider writing a VBA script directly in Word2002. It will reduce a lot of overhead for you!
  25. Replies
    2
    Views
    609

    Forgot to say that combinations of things or...

    Forgot to say that combinations of things or nested things also aren't handled the best. I've never done the base-line coding with this, I'm just passing along what my devleopers have told me, so no...
Results 1 to 25 of 170
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured