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

Search:

Type: Posts; User: lbargers

Page 1 of 5 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    5,250

    Re: URGENT!! Worksheet Copy Method Excel/VB

    Thank you so much! Just got it working. Finally!
  2. Re: Killing Previous Instance of VB6 Application

    The instance I described above is a for a condition that could occur when another service that is checking licensing of the product goes down... if that service is disabled or crashes, then the...
  3. Killing Previous Instance of VB6 Application

    I've searched around for the proper way to kill a previous Instance of a VB6 application. My situation seems a bit unique. If our main sevice(outside of the application) dies, we need to terminate...
  4. Replies
    0
    Views
    4,290

    Several Table Layouts

    Hi Guys,

    I am building a dashboard in ASP.net. I want to allow users the option to choose between several html table layouts (3x3) (3x4) (6x6) on the main page. How should I store and retrieve the...
  5. Replies
    0
    Views
    2,562

    VCBUILD task in C# code

    Hi,

    Im writting a C# program to automate our builds utilizing the MSBUILD functionality. Alot of our code is written in C++. Does anyone know how to add the VCBUILD task to the...
  6. Replies
    8
    Views
    2,621

    Re: Access violation MFC/C++

    Thanks both for the quick replies. Unfortunantley Im having to write this .ocx in VC++ 6.0 because the vendor code api is not supported on anything other than Windows XP, Server 2003. We originally...
  7. Replies
    8
    Views
    2,621

    Re: Access violation MFC/C++

    long CPelcoDX8100Ctrl::GetPTZSpeed()
    {
    return m_iPTZSpeed;
    }

    void CPelcoDX8100Ctrl::SetPTZSpeed(long nNewValue)
    {
    m_iPTZSpeed = nNewValue;
    SetModifiedFlag();
    }
  8. Replies
    8
    Views
    2,621

    Access violation MFC/C++

    hi,

    Im working on an .ocx control to integrate a 3rd party video vendor API into our product. Im stuck on an access violation error:
    Unhandled exception in iexplorer.exe(PVCODEC.DLL): OxC0000005:...
  9. Replies
    1
    Views
    3,223

    Property Bag Conversion

    Hi,

    I have some converted VB 6 to C# code that used the property bag to store user control settings. How can I convert the following the read statement to correctly work:




    private void ...
  10. Replies
    3
    Views
    7,662

    Website backlink checker code

    Hey Guys -

    Does anyone know how to retrieve a list of backlinks to a website? I simply want to be able to get a list.

    Any ideas?

    Thanks,

    Larry B.
  11. Replies
    1
    Views
    633

    Strange Combobox Behavior

    Hi,

    I have two combo boxes on a form. The combo boxes are populated with the same values. When I change either of the combobox values, the other box changes to the value i have picked, and vice...
  12. Replies
    5
    Views
    5,419

    Re: Hyperlink in text string

    Many Thanks! Its working now.
  13. Thread: Excel VBA

    by lbargers
    Replies
    4
    Views
    999

    Re: Excel VBA

    Computerman - This is possible through VBA, if you want to send me a copy of your file, i can get you started in the right direction.

    Several questions though, how do you want to open the...
  14. Replies
    5
    Views
    5,419

    Hyperlink in text string

    Hello,

    Is there a way to include a hyperlink inside a string? I am using SMTP to send a verification email, and I would like to inlcude a hyperlink to the website login, as well as a link to the...
  15. Replies
    1
    Views
    632

    Populate a combo box with Servers

    Hello,

    Is there an easy way to populate a combo box with all the servers that are currently connected to the local machine?

    Thanks,

    Larry
  16. Thread: AJAX with DNN

    by lbargers
    Replies
    2
    Views
    10,412

    AJAX with DNN

    Hello,

    I have an AJAX rating control in an update panel on my form. The control is working fine except when I switch user logins, or navigate to different pages within my DNN site. The rating...
  17. Thread: ADO Close

    by lbargers
    Replies
    4
    Views
    1,015

    Re: ADO Close

    Thanks for all the responses!! The code now executes within a minute or so!

    You guys never cease to amaze!!!!
  18. Thread: ADO Close

    by lbargers
    Replies
    4
    Views
    1,015

    ADO Close

    Hi all,

    I have a procedure that opens an MS Access database and updates an MS Excel spreadsheet with the data. This process is taking 20 plus minutes to complete because I am closing the ado...
  19. Replies
    2
    Views
    1,050

    Re: TAB Delimited file VB

    Thank you! Thats quite a bit easier... :thumb:
  20. Replies
    2
    Views
    1,050

    TAB Delimited file VB

    Hi all,

    I am wanting to read the values of a tab delimited file into an access table. To allow the user, to input the a file path(via a text box). When a command button is pressed a table in...
  21. Replies
    3
    Views
    17,791

    Re: Check string for Carriage Return

    Thanks for the responses. Its working like a charm now.
  22. Replies
    3
    Views
    17,791

    Check string for Carriage Return

    Hi all,

    I want to read in the value of a string for comparison purposes that has been passed from an excel(cell) through VBA. When the value is read into a string variable, some of them contain,...
  23. Replies
    2
    Views
    13,157

    Re: StrLen Fucntion IN VBA

    Worked! Thanks alot.

    Larry
  24. Replies
    2
    Views
    13,157

    StrLen Function IN VBA

    Hello,

    I am trying to use the instrinsic function "strLen" in a VBA application. But keep getting the error "Sub or Function" not defined. Is there a reference that I have to include to allow this...
  25. Replies
    2
    Views
    727

    Re: Query Count ADO

    Your right Sabin.. the query was incorrect... Thanks..

    Larry
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured