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

Search:

Type: Posts; User: aio

Page 1 of 50 1 2 3 4

Search: Search took 0.25 seconds.

  1. Thread: Button gets larger

    by aio
    Replies
    0
    Views
    761

    Button gets larger

    hi,

    I dont know if this is an Excel or a Windows issue -- but i believe it's a Windows issue.

    In Excel...
    1. I created a vba/macro code that does a particular thing.
    2. It is attached to a...
  2. Replies
    5
    Views
    1,394

    Re: Filling an excel range from a vb function

    I am not quite sure of your intentions. But the most glaring error I can see are

    1 - you assign an entire array of 'a' to a single range (which may be a single cell or a group of cells). You must...
  3. Replies
    2
    Views
    685

    Re: How can I save input data in Access

    Insert this statement before assigning text boxes values to your recordset


    ado1DailyIncome.AddNew
  4. Re: Looping through an Array of UDTs - Object Variable Not Set Error

    Call ClassModule1.initializationMethod (Argument1, ArrayOfUDTS(i) as Argument 2) <---------?

    If this is a class module, then create an object first and set this class to it, Example:


    Dim xxx...
  5. Replies
    3
    Views
    845

    Re: Binary data to a user defined type

    Unless the source data has exactly the same structure as the destination data structure, you cannot just use Copymemory. You must assign that data part individually like assigning a particular...
  6. Replies
    12
    Views
    13,197

    Re: VB6 - Simulate Shift+Click and Ctrl+Click

    Can you elaborate more on this? ....

    Quote:
    "... but what the exact time of sendkeys one of these buttons to simulate a left mouse click and result shift + click or ctrl + click, I can not find...
  7. Replies
    4
    Views
    5,894

    Re: What are macros in vb6? How to create them?

    You might ask yourself: "If I know how to write VBA codes, do I still need to learn Macro?"

    Well, actually you can do away with Macro but it could be a poor choice to do so. While I consider...
  8. Thread: Guitar on the Wall

    by aio
    Replies
    10
    Views
    1,798

    Re: Guitar on the Wall

    put it inside a glass cabinet and put the cabinet facing your visitor's chair
  9. Replies
    1
    Views
    729

    Re: urgent excel data help

    Check first if the list box you have inserted is an activeX or from excel form menu. The later can only fetch data by setting one of its property to a range of cells.

    Another thing to check is the...
  10. Replies
    8
    Views
    6,083

    Re: Reading keyboard within a sub

    If you want to use the click event as interrupter - you can't do away with DoEvents. You may also try the Timer events if it will work on your needs.
  11. Replies
    7
    Views
    2,170

    Re: What’s Applied Physics is doing in computers?

    Seems similar to Newtonian physics -- that can be used for interplanetary computations but not accurate enough for intergalactic computations?



    Ok, so it's like when I was in college I studied...
  12. Replies
    7
    Views
    2,170

    What’s Applied Physics is doing in computers?

    One of my kids took Applied Physics (AP) in college. Ok, so she wants to be an “Einstein” – that’s what I thought. She often makes her college notes available to us (parents). As expected, I...
  13. Re: [RESOLVED] VBA Access Macro to Print Word Document

    Opps, I was late. I was actually previewing the post (reply) when i noticed it has been resolved. Anyway I suggested a commandbutton ...


    Private Sub Command0_Click()
    RunWordMacroOrSub
    End...
  14. Thread: Happiness

    by aio
    Replies
    14
    Views
    2,423

    Re: Happiness

    On the other hand, it may get pretty well. Imagine yourself having a gf and she tells her forum mates "you have her" --unless "you have others" too. :D
  15. Re: IT College - Databases - What Program To Take?

    Simplify your choice:

    Do you want spending time tinkering on the machine’s intricacies? Go for courses related to networking.

    Do you want spending time solving real world problems? Go for...
  16. Replies
    4
    Views
    1,117

    Re: Is F-22 the Vista of Boeing?

    Very expensive? Wrong -- it's very very expensive.

    Very difficult to fly? -- F-22 is just the hardware portion. The fly-by-wire system is the software part. The hardware is really made to be...
  17. Replies
    3
    Views
    852

    Re: VBA Related > Removing Macro

    From what I understand you cannot delete the codes while it is still running unless you are referring to deleting codes in another file.

    It's like any application that cannot erase itself -- nor...
  18. Thread: MedicalSoftware

    by aio
    Replies
    11
    Views
    1,175

    Re: MedicalSoftware

    The term "medical software" is so broad. But by the way you described it, you may take a look at MS Access template particularly that "Contact List" DB Management. That is the closest I think that...
  19. Replies
    3
    Views
    1,364

    Resolved: Catching a browser error from VB/VBA

    Greaaaaaaatttttttt!!!!

    The #2 is the magic solution. It's now working smoothly.

    Maraming salamat po.
  20. Replies
    3
    Views
    1,364

    [RESOLVED] Catching a browser error from VB/VBA

    Hi.

    I have a WebBrowser inserted in a form. When the appropriate page is displayed, that form fetch several information and do some processing. It then, move to the next page and do another...
  21. Replies
    4
    Views
    1,079

    Re: unlock cell based on content from another cell

    There is an almost similar situation here: http://www.codeguru.com/forum/showthread.php?t=468069

    See Post#8
  22. Replies
    12
    Views
    1,810

    Re: Is this a wise choice?

    Hey Xeon. What happened to that military service you rendered 5 years ago (i think that was 5 years ago)? Isnt it more exciting than IT jobs? Why not join the air force and fly F-16 instead, then...
  23. Replies
    6
    Views
    1,151

    Re: Resetting to beginning of file

    I have here a very old post -- year 2002. Its about creating an index in the memory (almost similar to dave's suggestion):
    http://www.codeguru.com/forum/showthread.php?s=&threadid=31267

    ...and...
  24. Replies
    3
    Views
    2,071

    Re: Cannot copy from excel file

    I suspect you have something in your worksheet event (example"Private Sub Worksheet_Change(ByVal Target As Range))" that cancels your copy mode.

    Do you have active events inside the worksheet...
  25. Replies
    5
    Views
    1,967

    Re: 2 B.S. degrees OR 1 B.S. and 1 M.S.?

    Most people I personally know that have multiple degrees ended up concentrating only on one and made their other degrees an object of the flower base. Those who opted for MA/PhD ended up...
Results 1 to 25 of 1246
Page 1 of 50 1 2 3 4





Click Here to Expand Forum to Full Width

Featured