Search:

Type: Posts; User: rcook

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,546

    Re: Weekdayname or Weekday problem

    Mostly what he's shown is that he's THE MAN on VB6 questions. Thanks!

    I think my user had a Win7 machine; roaming around the net looking, it appears that, if he's on XP, the only way to set this...
  2. Replies
    3
    Views
    2,546

    [RESOLVED] Weekdayname or Weekday problem

    I have the following code:

    dayOfWeek = WeekdayName(Weekday(enteredDate))
    lblDayOfWeek.Caption = dayOfWeek

    enteredDate is declared as a date; lblDayOfWeek is a label control...
  3. Replies
    15
    Views
    2,582

    Re: Using 3rd party DLL from IDE

    Thanks very much to you both, especially for sticking with me while I got the problem completely figured out and stated. I have no doubt the answer lies in here somewhere.

    I can't go chase it...
  4. Replies
    5
    Views
    1,489

    Re: Read object from file?

    Well, it sounds like you've solved it -- but I don't really know what your question was any more.
  5. Replies
    15
    Views
    2,582

    Re: Using 3rd party DLL from IDE

    Ok, I think I have a better handle on this now, and a good refinement of my original question. I really appreciate y'all's help, which got me to this point.

    The library in question is named...
  6. Replies
    5
    Views
    1,489

    Re: Read object from file?

    Well, if I understand what you want, you can do it with the following:

    1. declare that your Engine class implements serializable. This does not have any methods in it, so it does not require...
  7. Replies
    15
    Views
    2,582

    Re: Using 3rd party DLL from IDE

    I don't think it can be anything about the declarations, because everything works fine except when I try to run it from the Visual Basic IDE. If I had declared or was calling something incorrectly,...
  8. Replies
    3
    Views
    1,759

    Re: Use classes inside of other classes

    Well, I'll hope you're still watching the thread -- I know it has some age on it.

    Your pseudo-code indicates that a Person object has a variable named 'code'; a standard way to access Code, then,...
  9. Replies
    1
    Views
    999

    Re: Burn applet to cd

    I'm not sure what you're asking makes sense. An applet is a java program that runs within a browser, meant for execution when the browser visits a particular web page. You could create the web page...
  10. Replies
    5
    Views
    1,489

    Re: Read object from file?

    Please give some more information about what you're trying to do. "in order to read objects in this case "engine"" -- what case? what engine?

    *Using* serializable is not that difficult --...
  11. Replies
    15
    Views
    2,582

    Re: Using 3rd party DLL from IDE

    I do appreciate all this good information. Thanks for your help.

    I don't think we can have a problem with the calling sequence. If that were the case, wouldn't the EXE version of the application...
  12. Replies
    15
    Views
    2,582

    Re: Using 3rd party DLL from IDE

    Sorry, should have said VB6. It's in a VB6 forum, but I should have said.

    The call to communicate times out; this is the symptom when the library cannot be found. I'm willing to believe my...
  13. Replies
    15
    Views
    2,582

    [RESOLVED] Using 3rd party DLL from IDE

    I have a DLL that I must use to communicate over a modem for a specialized application. The DLL simulates TCP/IP socket calls, if that makes a difference.

    The calls to it work fine from the VB...
  14. Replies
    3
    Views
    1,659

    Re: LoadLibrary from VB6 development environment

    I did display the path before posted, both in the debugger and in a message box. I wasn't really surprised.

    I did not code this to hard-code the path; it came that way. I try not to change...
  15. Replies
    3
    Views
    1,659

    LoadLibrary from VB6 development environment

    I have a program that successfully uses LoadLibrary to load a DLL and call functions from it to communicate over a proprietary radio network. I am trying to debug some things associated with this,...
  16. Replies
    3
    Views
    435

    multiple simul listview_itemclick events?

    I'm chasing down a strange problem; it only happens when I have a listview selected and press an up or down arrow multiple times in succession to change the selection. If I do it slowly, no problem....
  17. Re: Trying to disconnect my recordset - vb6, access, adodb

    Thanks for your reply. I do not understand it, probably from my lack of detailed knowledge about adodb recordsets and commands.

    You said "When the function returns the recordset to you close the...
  18. Trying to disconnect my recordset - vb6, access, adodb

    I have the following vb6 routine; it returns a recordset (from MS Access) that is read-only, i.e., it is only used in cases where the data is read but not changed.

    Function RunSQLReturnRS(ByVal...
  19. Replies
    32
    Views
    113,487

    Re: VB.NET - Correct method for app.path

    I'm a relative Visual Studio/VB .net newbie, though experienced in other languages and technologies. This is an interesting thread, not least because of all the effort put in so far that still...
  20. CR on web: using page control makes data disappear

    I am doing a web app in Visual Basic .NET, using the Crystal Reports that comes with it (Visual Studio 2008). I use my own dataset, obtain data from a SqlServer database to put into the dataset, and...
Results 1 to 20 of 20



Click Here to Expand Forum to Full Width