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

Search:

Type: Posts; User: alfplaza

Search: Search took 0.03 seconds.

  1. Re: Help with VB6, i'm building a Dll but the form is not recognixing the public vars

    Thanks for the tip.

    The form is inside the DLL, i changed all the global variables declarations and placed them under the Main Class, and it works now.

    Thanks.
  2. Replies
    1
    Views
    997

    How to export functions on a VB DLL ??

    Hello,

    I am building a DLL, it compiled and built perfectly, but when i inspect it, i dont see any of my functions being exported.

    What do i have to do in order to export my functions on my...
  3. Help with VB6, i'm building a Dll but the form is not recognixing the public vars

    Hello, i am building a Dll, but when compiling it, somehow the internal form that haves some controls, it is not recognizing any of the global variables i created in the public class.

    The original...
  4. Replies
    0
    Views
    640

    How to call a WebService by using Soap

    Hi all,

    I'm trying to create an asp script that i can use to execute a Web Service using SOAP, we are not able to use the post.

    Does anyone has any example of any asp script that does this???
    ...
  5. Replies
    0
    Views
    407

    SQL Loader for Ora 9.i

    Does anyone know if there is any consideration to take care when using SQL Loader under Oracle 9.x????

    Thanks, :confused:
  6. How to open a htm file on a new browser window

    Hello,

    I need to open with asp.net am .htm file that is located on the clients C drive, this htm file was written on VB using the dhtml control, it contains activeX controls and code that modifies...
  7. How to open a htm file on a new browser with asp.net

    Hello,

    I woking on a system and i need to open a .htm file that contains some activex and it was written on VB using the DHTML Object, this htm page has code that modifies parameters for the...
  8. Replies
    1
    Views
    590

    How o link two different DHTML Pages

    Hi,

    I'm building a DHTML project that has ActiveX incluided on each one, but the problem is that i dont know how to reference one button on one page that has to be linked to the activeX on the...
  9. Replies
    0
    Views
    1,173

    SetForegroundWindow on asp-net

    Hi, i'm trying to use the SetForegroundWindow function under the asp-net(aspx) developer, i used the same code un a normal VB6 exe project and works beautifully, but when we implement that code on...
  10. Replies
    0
    Views
    1,170

    SetForegroundWindow on asp-net

    Hi, i'm trying to use the SetForegroundWindow function under the asp-net(aspx) developer, i used the same code un a normal VB6 exe project and works beautifully, but when we implement that code on...
  11. function to Trim the firs and last characters of a string

    I'm trying to trim the firs and last characters of a string of type char*, the string comes with the character ' on the beginning and on the end and i want to remove it:

    example: "'Hello World'"...
  12. Replies
    1
    Views
    563

    Memory problems with strcat function

    Hello, i'm using the function strcat to concatenate variables to a single string that is the return value for my function on my dll; this function is called from another procedure that gets that...
  13. Replies
    4
    Views
    792

    Error using ADO in Oracle

    Hello, i´m trying to execute a query on a Oracle database but the sql statement that i´m using allways returns -1 on the recorset.recordcount, i tried the same sql on a sqlplus window and it...
  14. Replies
    10
    Views
    947

    The field´s i'm trying to retrieve are...

    The field´s i'm trying to retrieve are VARCHAR2(255) and number(20), i even used a simple query with a simple string and it didnt work also.
  15. Replies
    10
    Views
    947

    I changed the query so it only selects rows from...

    I changed the query so it only selects rows from a single table and still it doesnt works, this query works perfectly on sqlplus, the query is select name from cfg_objects.

    Im trying to find if...
  16. Replies
    10
    Views
    947

    The connection is openned perfectly, i also tried...

    The connection is openned perfectly, i also tried that lines and the connection is open. :confused:
  17. Replies
    10
    Views
    947

    The connection is openned perfectly, i also tried...

    The connection is openned perfectly, i also tried that lines and the connection is open. :confused:
  18. Replies
    10
    Views
    947

    ADO doesnt returns records

    I tried the lines you sent me but still the same.:(
  19. Replies
    10
    Views
    947

    Error using ADO in Oracle

    Hello, i´m trying to execute a query on a Oracle database but the sql statement that i´m using allways returns -1 on the recorset.recordcount, i tried the same sql on a sqlplus window and it...
  20. Replies
    7
    Views
    1,508

    Example

    Hi,

    I tried it but it didn´t work, this is how i used it:

    sendkeys "32"

    is this correct???

    Thanks,
  21. Replies
    7
    Views
    1,508

    space bar key code

    My problen is because i didnt find any code for the spacebar key; does anyone knows wich is it, for the sendkeys function???
  22. Replies
    7
    Views
    1,508

    can´t simulte the spacebar key

    I have a problem on a code i`m building, i need to simulate pressing the space bar key on a control Button that was built as an ActiveX but it doesnt allows to select it by pressing any other keys...
  23. Replies
    0
    Views
    560

    DDE with VB and Netscape

    I need to know if there is any way to change the Netscape settings (disable the navigation toolbar and the address tollbars and the menu) via DDE command, i need to open the Netscape Browser and...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured