Search:

Type: Posts; User: RS_Arm

Page 1 of 8 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,281

    VS 2008 Re: ExecuteNonQuery not executing

    You were right. I was saving my data, just was looking in the wrong place. :p
  2. Replies
    9
    Views
    1,281

    VS 2008 Re: ExecuteNonQuery not executing

    I will read it.

    many thanks
  3. Replies
    9
    Views
    1,281

    VS 2008 Re: ExecuteNonQuery not executing

    ohh, I'm sorry.:p
    I've opened the table and I saw that the table is empty (0 rows) and I performed a "select count(..." and it is returning "0", on the Database explorer.

    thanks
  4. Replies
    9
    Views
    1,281

    VS 2008 Re: ExecuteNonQuery not executing

    Hi

    I'm very sorry, but I didn't understand what you mean with your suggestion.
    (I'm not English native-speaker)
    :confused:
    can you be more explicit in your suggestion, if possible?
  5. Replies
    9
    Views
    1,281

    VS 2008 [RESOLVED] ExecuteNonQuery not executing

    Hi

    I'm trying to execute a SQL command, but I just can't find out why this is not working. This is how I defined the "execute" function in my class named "clsSQL":


    ''#...
    Private...
  6. Re: Inet hangs - multiple form instances

    Hi,

    I'm trying to use Winsock.
    In my case, I have a MSHFlexGrid with 2 collumns: one with URL and the other with the "path+filename" (where the file is going to be saved).
    I'm iterating through...
  7. Inet hangs - multiple form instances - trying Winsock

    Hi

    Here is my app status:

    Purpose - download multiple list files from internet
    Approach - created a simple "download form". After a while, I just needed more forms because I had more than one...
  8. Re: Wrong text encoding when sending email - classic asp

    there was no header indicating the charset.
    By using this one, my problem got solved.


    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />


    thanks
  9. Re: [RESOLVED] Problems with multiple form instances and writing files

    Thanks. Using "FreeFile" solved my problem.
  10. [RESOLVED] Problems with multiple form instances and writing files

    Hi,

    I have a form with a Inet control, for downloading some files listed in a MSHFlexgrid. That runs totally fine until I decided to have multiple instances of this form. When the app is ready to...
  11. [RESOLVED] Wrong text encoding when sending email - classic asp

    Hi,

    I have a process that sends an email and writes the email content in a file. While the file encoding is correct, the accented characters sent in the email are not shown properly. For instance,...
  12. Re: calling MDIform.Inet1 from another form

    you are right, LaVolpe. I misspelled it :mad:
    blame it on the Intellisense

    thank you very much
  13. [RESOLVED] calling MDIform.Inet1 from another form

    Hi

    I'm trying to run this pice of code, but I just can't figure out why I can't



    Private Sub Command2_Click()
    Dim x As Variant

    x = MDIForm.Inet1.OpenURL(Me.Text1.Text)
  14. Re: Replace WinXP taskbar Tooltip for another program

    Hi Fazi,

    Great link there. I'll check it out.
    Thanks
  15. Replace WinXP taskbar Tooltip for another program

    Hi.

    I need to replace the common Tooltip from WinXP taskbar for another application (a custom Tooltip). So, I need to run an application when the mouse hover a task button. Is this possible,...
  16. Replies
    4
    Views
    607

    Re: [2005] Data - SQL class

    Public Function ExecutaSQL(ByVal SqlString As String) As Boolean
    Dim da As Data.SqlClient.SqlCommand

    Try
    da = New Data.SqlClient.SqlCommand(SqlString, CNN)
    ...
  17. Replies
    4
    Views
    607

    Re: [2005] Data - SQL class

    Public CNN As New Data.SqlClient.SqlConnection
    '...
    Public Function ExecutaSQL(ByVal SqlString As String) As Boolean
    Dim da As Data.SqlClient.SqlCommand

    Try
    da =...
  18. Replies
    4
    Views
    607

    [RESOLVED] [2005] Data - SQL class

    Hi,

    I'm coding my 1st class in VB2005.
    This class that I've coded is going to be used to connect, disconnect and to run SQL commands.

    By now, I just can't execute succesfully any kind of...
  19. Replies
    68
    Views
    2,274

    Poll: Re: Which version of Linux?

    slacklinux
  20. Replies
    483
    Views
    17,446

    Re: Two Words to Describe your day ...

    no no, real beer.
    btw, the machine is this one:
    http://www.meiosepublicidade.pt/wp-content/uploads/2007/11/xpressao-amor.jpg
    translation:
    Expression of Love, where (x)pressao stands for pressure...
  21. Replies
    483
    Views
    17,446

    Re: Two Words to Describe your day ...

    Free Beer!

    and I'm not joking!
    The boss ordered a brand-new beer-machine to the office! So, we got free beer!!
  22. Replies
    483
    Views
    17,446

    Re: Two Words to Describe your day ...

    682 lines :D
  23. Replies
    90
    Views
    4,642

    Re: You might NOT be a programmer if...

    ... if you're still looking for the "Any key" on your keyboard
  24. Replies
    483
    Views
    17,446

    Re: Two Words to Describe your day ...

    burned out
  25. Re: Define Parent object of a control - Runtime

    Thank you
  26. [RESOLVED] Define Parent object of a control - Runtime

    Hello guys.

    My app accepts to drag a button on a frame, but the button is not in the frame. My frame is in a SSTab



    Private Sub Frame1_DragDrop(Source As Control, x As Single, y As Single)...
  27. Replies
    4
    Views
    3,871

    Re: Custom Recordset

    Sorry, I misunderstood. shame on me ;)

    Ok, now it is resolved!
    Thank you very much
  28. Replies
    4
    Views
    3,871

    Re: Custom Recordset

    MarkT, I've tryied your suggestion but I still got the same error in the line 23 :(


    '...
    .Fields.Append "CustomerID", adChar, 5, adFldRowID


    Any sugestions, please...
    Thank you
  29. Replies
    4
    Views
    3,871

    [RESOLVED] Custom Recordset

    Hello guys
    I'm trying to use a recordset without a database. I'm having some problems
    I got this error




    this is my code
  30. Replies
    2
    Views
    939

    Re: read/write registry

    Ok, thank you very much.
    Now it is working.:wave:
  31. Replies
    2
    Views
    939

    [RESOLVED] read/write registry

    Hello. After some search here in vbforum, I decided to use the file "Microsoft Visual Studio\VB98\Template\Code\Registry Access.bas" to read and write values from/to registry.

    But I just can't...
  32. Re: Searching for 2 bytes lost - id3tag v1.1

    Billy Conner, thank you so much.
    Using your udt, now I get the track number.



    Yes.

    So, my problem is solved now!

    Merry Christmas to everyone
  33. Re: Searching for 2 bytes lost - id3tag v1.1

    Using V.1.1
    LaVolpe thank you for your tips but using 130 bytes doesn't work because I was wrong saying that the description uses 30bytes-it only uses 28.
    Near perfection version:


    Dim...
  34. [RESOLVED] Searching for 2 bytes lost - id3tag v1.1

    Hello guys.

    So, I'm trying to read the id3 tag from a mp3 file but I just don't know why I just can't read the track number info. Could you give me a help?



    Dim Gens(125) As String


    Dim...
  35. Replies
    16
    Views
    1,329

    Re: Sugestion about reading huge text file

    RhinoBull, doing that, will I have to "push" the entire file to the server that will run my app? Because my problem is not in memory but in network/Internet traffic.

    aikidokid, I don't know if it...
  36. Replies
    16
    Views
    1,329

    Sugestion about reading huge text file

    Hello guys.
    This is my problem:
    I have to read a log file which can be really big (more than 40Mb).
    This file is located on a remote server so, it is out of question copying this file to a local...
  37. Replies
    6
    Views
    785

    Re: Overflow error

    you can also use cdbl. It converts to double.
    Double maximum is 1.79769313486232E308. But if you dont need such a long number you could use currency.
  38. Replies
    15
    Views
    31,588

    Re: The way out there wish list...

    I would like to see some kind of formating/classifying the source code by colors, for instance, mark a few lines with green and have some categorization for those colors:green-tested, orange-tested...
  39. Re: Which programming language have you used to make VB08?

    Thank you PaulYuk_MS for you answer and for clarifying "tha mith".
    Thank you MS VB Dev Team for giving us this opportunity to chat with you.
  40. Replies
    15
    Views
    31,588

    Re: The way out there wish list...

    I would like to see in future versions of VB, opacity made with png files (masks), so that you can make, for instance, an opacity gradient in a form or a label.
Results 1 to 40 of 288
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width