Search:

Type: Posts; User: Lee.B

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    604

    Re: How to Terminate Process

    I am the only user and there is no reason why the Graphics Server shouldnt be terminated.
    My usage can be one of two cases...
    Case 1. My EXE - Form A loads Form B Modal and displays graph on form...
  2. Replies
    4
    Views
    604

    How to Terminate Process

    Need help in terminating process.
    Code below attempts to do it but process asks for confirmation.
    How to respond to confirmation programatically?


    Private Sub Kill_GraphicServer()
    Dim...
  3. Replies
    0
    Views
    472

    Cant unload Graphics Server

    Have old vb6 program Im revising that uses Pinnacle BPS Graph Control (Graph32.ocx)

    All works fine except when I terminate my EXE containing the Graph, the Graphics Server (GSW32.exe) does not...
  4. Replies
    3
    Views
    1,487

    Re: How to Download Web Page

    Tried your suggestion using Webbrowser1.navigate.
    Worked fine for www.trims.com but on www.walmart.com and www.greenbook.net I get
    page titled "Navigation to the web page was Cancelled"
    ...
  5. Replies
    3
    Views
    1,487

    How to Download Web Page

    Am trying to download web page to string using the following:

    I have inet1 (internet transfer control) on my form


    sub Command1_click
    dim PwUrl as string
    dim Response as string

    ...
  6. Replies
    17
    Views
    2,220

    Re: Can't Trap Program Crash - Need Help

    If I were running in the IDE I'd be able to find and fix problem.
    Crash occurs on customers machine - one in WA State and the other in KY. I'm in FL.

    Program just closes with no error message....
  7. Replies
    17
    Views
    2,220

    Re: Can't Trap Program Crash - Need Help

    We do use a MSI Installer and do use version checking.
    Am waiting to hear from one customer as to what other software is installed.
    If a newer DLL or OCX was installed from another product and we...
  8. Replies
    17
    Views
    2,220

    Re: Can't Trap Program Crash - Need Help

    George...
    This is a "Poor" version - I've stripped out all forms but the one that's failing.
    Project runs correctly except for this particular form.
    No math or logicals.

    Here's the last part of...
  9. Replies
    17
    Views
    2,220

    Re: Can't Trap Program Crash - Need Help

    changed error trap code around to append/write/close on each write.
    Still find that can only get through Form_Load and no further - Silent Crash before Form Paint.
  10. Replies
    17
    Views
    2,220

    Re: Can't Trap Program Crash - Need Help

    Changed code as you suggested adding print to file instead of msgbox.

    program crashed as expected on customers machine and my trap file was 0 K bytes - contained nothing.

    ran it on good...
  11. Replies
    17
    Views
    2,220

    Can't Trap Program Crash - Need Help

    Have a program I've written that runs on most all computers using XP, Vista, Win7 and Win8

    Have two customers experiencing crashes - not data related -

    Crash occurs when loading a specific...
  12. Replies
    8
    Views
    2,905

    Re: Project Name Change with User Controls

    Thanks to everyone who responded to my question.

    Found that one form had class name G13Menu and all custom controls also included reference to G13Menu.
    Renaming them individually would have been...
  13. Replies
    8
    Views
    2,905

    Re: Project Name Change with User Controls

    Krool:
    That was easy! Thanks for the help - project now renamed.

    Lee
  14. Replies
    8
    Views
    2,905

    Re: Project Name Change with User Controls

    Tried changing name in VBP with no success - gave same errors on loading project.
  15. Replies
    8
    Views
    2,905

    Project Name Change with User Controls

    I have a .vbp file containing numerous User Controls
    The Project Name is G13Menu as defined in the VBP.

    All is working well - I can compile and run without error.

    I want to change the Project...
  16. Replies
    9
    Views
    1,817

    Re: Unable to Serialize Session State

    My ISP offered no help - told me to contact their web development team.
    My guess is that Structures within an ArrayList can't be saved to a Session.
    I decided to put all fields into arraylist as...
  17. Replies
    9
    Views
    1,817

    Re: Unable to Serialize Session State

    TG:
    Moved structure outside of class as you suggested - no improvement - same error.
    I guess I'll have to contact support at my ISP and relate Sapator's comments regarding "Session State"
    ...
  18. Replies
    9
    Views
    1,817

    Re: Unable to Serialize Session State

    created new class (Class1)
    added Public Shared Activities as new ArrayList to the new class

    My test program is now:
    class1.Activities.add(Dailywork)
    Session("Acts")=class1.activities

    Same...
  19. Replies
    9
    Views
    1,817

    Re: Unable to Serialize Session State

    Please show me how to do it.

    Thanks
  20. Replies
    9
    Views
    1,817

    [RESOLVED] Unable to Serialize Session State

    Getting error when trying to save structured arraylist into session Variable (see btnTS_Click below)
    Code works on my desktop VS2012 devel system but not when posted to webserver we use.

    Try It: ...
  21. Replies
    3
    Views
    722

    Re: Help using XML and Xpath

    That was simple - don't know how I missed that.
    Thanks,

    Lee
  22. Replies
    3
    Views
    722

    [RESOLVED] Help using XML and Xpath

    I have a dropdown list bound to a XMLDataSource
    I would like to display only selected items from the XML file using Xpath

    I don't know how to code the Xpath statement and could use some help.
    ...
  23. Replies
    3
    Views
    1,091

    Re: DataGridView Select Button

    works great - thanks for pointing me in right direction.

    Lee
  24. Replies
    3
    Views
    1,091

    [RESOLVED] DataGridView Select Button

    I have a datagridview control bound to a dataset.
    AutoGenerateSelect is set to True.
    in the Select column the text Select appears.

    How do I replace the Select Text with a Select Button?

    Am...
  25. Thread: Form Dispose

    by Lee.B
    Replies
    2
    Views
    815

    Form Dispose

    I know that data connections should be either closed or disposed when no longer needed.

    My question is - If I have opened a connection within a Form and neglect to dispose it, will it be disposed...
  26. Replies
    4
    Views
    672

    Re: Working with Container controls

    Ok - Now, if upper corner of pink is contained within yellow and I make Yellow panel visible=false then both are now not visible.

    What I'm trying to accomplish is a form with a picture background...
  27. Replies
    4
    Views
    672

    Working with Container controls

    Need some help understanding how these work. Here's a simple example.
    VS2012
    New Project - One Blank Form
    Add a "Panel" control - Background Pink
    Add second panel - background Yellow
    Move...
  28. Replies
    1
    Views
    628

    Need XML Sample Help

    Am trying to work my way through setting up an XML Configuration file as described in the following web page:

    ...
  29. Replies
    0
    Views
    494

    VS 11 Beta Install problem

    Installed VS 2011 Beta on Win7 64 SP1 system
    Install went OK and am able to create project but cannot execute.

    Created a Winform Project, Added a Button, TextBox and in ButtonClick event put...
  30. Replies
    17
    Views
    4,324

    Re: Format vs ToString

    JM:
    Thanks for pointing me in right direction - I learned something today.
    Thanks also to everyone who participated.

    Here's code that I am now using.

    LB
    Do While...
  31. Replies
    17
    Views
    4,324

    Re: Format vs ToString

    Techgnome:
    Thanks for joining in on this - tried your suggestion but still experiencing same problem.

    I get error on GetDateTime and if I comment that out I get error on GetDecimal

    Grrr! -...
  32. Replies
    17
    Views
    4,324

    Re: Format vs ToString

    DunFiddlin:
    if that's the case then why does myReader("OpenValue").ToString("C") also throw the exception as well? See my original post.

    LB
  33. Replies
    17
    Views
    4,324

    Re: Format vs ToString

    Here you can see values returned.
    Looked at datatype for myreader("OrderDate") and it's a 7 - Date

    91679

    Now, look at this code that works without error...

    Dim MyDate As Date
    Dim TestStr...
  34. Replies
    17
    Views
    4,324

    Re: Format vs ToString

    Shaggy:


    Changed from Format to .ToString with no arguments and got no error.
    Changed argument on date field to .ToString("D") and got following error:
    Using VB.Net 11 Beta

    91673
  35. Replies
    17
    Views
    4,324

    Format vs ToString

    Having trouble using ToString to format dataReader Values.

    My Data Variable Type is shown below:
    >? vartype(myreader("OpenValue"))
    Decimal {14}

    >? myreader("OpenValue")
    105D {Decimal}
    ...
  36. Thread: SQL Field names

    by Lee.B
    Replies
    3
    Views
    950

    SQL Field names

    Having a problem with duplicate field names and could use some help.

    I have two Tables - Purchase_Order_Headers and Vendors
    These tables are joined by the Vendor ID VEN_ID which appears in both...
  37. Replies
    6
    Views
    891

    Re: vb.Net Check_Changed Event

    Thanks for the feedback on this.
    I can easily program around it.
    Am somewhat new to VB.Net.
    Have done much work in VB6 over the years and this behavior is different than in VB6 where design time...
  38. Replies
    6
    Views
    891

    Re: vb.Net Check_Changed Event

    Don't understand what you're saying.
    If I set ButtonA.Checked=True at design time isn't that the Default setting of the control?
    Is there some other way to set the default value of "Checked" that...
  39. Replies
    6
    Views
    891

    vb.Net Check_Changed Event

    I have a form with a Radio Button Group containing two buttons:

    At Design Time:
    ButtonA.Checked=True
    ButtonB.Checked=False

    Why does the ButtonA Check_Change event fire on loading the form if,...
  40. Replies
    7
    Views
    986

    Re: Working with Class Library

    TG: That may be necessary as you suggest.
    Any other way to include same building block forms and modules in multiple projects without having multiple copies of those forms and modules?


    L.B
Results 1 to 40 of 99
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width