Search:

Type: Posts; User: cjqp

Page 1 of 11 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    6,484

    Re: VB - Gradient Circle

    I now realize some of the coding mistakes I made in this piece, I was relatively new to VB when I wrote it.

    The best reasoning I have for the undrawn pixels lies with VB's Circle algorithem. I...
  2. Replies
    16
    Views
    792

    ...if your control only requires the .ocx file...

    ...if your control only requires the .ocx file you could have the codebase specify the ocx file only...

    cjqp
  3. Thread: Winsock and VB

    by cjqp
    Replies
    0
    Views
    309

    Winsock and VB

    I'm writing an app that needs to listen on a certain port - this I have no problems with. What I don't know how to do is when a client connects on that port, it gets redirected to another port, this...
  4. .js might do, but I forget the limitations that...

    .js might do, but I forget the limitations that imposes.

    cjqp
  5. Thread: ASP Servers

    by cjqp
    Replies
    11
    Views
    569

    Yes, Brinkster now has embeded ads, I believe...

    Yes, Brinkster now has embeded ads, I believe they put them on the right side, I havn't used them in a while either so I'm not 100% sure.

    cjqp
  6. Replies
    0
    Views
    359

    Creating Winsocks in VB

    I have an application that I want to be able to dynamically add winsock controls to. Problem is, I can't add winsock.dll as a reference, how should I do this then?

    cjqp
  7. Replies
    1
    Views
    333

    Scripts are finicky, often not raising an error...

    Scripts are finicky, often not raising an error message when not working (I'm having a hayday on my current project with scripts). I've never seen the window.event.returnValue , but I have done...
  8. Replies
    5
    Views
    555

    Just substitute the destination picture box's hDC...

    Just substitute the destination picture box's hDC with the other DC.

    cjqp
  9. Replies
    4
    Views
    4,138

    What would be the easiest way to separate these?...

    What would be the easiest way to separate these?

    cjqp
  10. Thread: execute problem

    by cjqp
    Replies
    4
    Views
    457

    It could be that you do not have write...

    It could be that you do not have write permissions to the database on the server.

    cjqp
  11. Replies
    2
    Views
    3,073

    tyvm, for some strange reason I thought the 2nd...

    tyvm, for some strange reason I thought the 2nd variable "slot" was for the box's title, I forgot about looking at VB's help about it...:blush:

    cjqp
  12. Replies
    2
    Views
    3,073

    MsgBox/VBScript-Choosing Buttons

    How can I have a Msgbox show Yes/No buttons in VBScript instead of just "Ok"?

    cjqp
  13. Thread: Rich Text Control

    by cjqp
    Replies
    7
    Views
    636

    Hmm, I have WinXP and the control pad worked fine...

    Hmm, I have WinXP and the control pad worked fine for me, that's weird. No, I have not been able to get the RTB control to work. At what point does the control pad crash for you?

    cjqp
  14. Replies
    3
    Views
    384

    No problem, same thing happened to me except it...

    No problem, same thing happened to me except it was a database issue, the script could read the database but not change it, aggrivating it is.

    cjqp
  15. Replies
    3
    Views
    384

    Disable "Simple Folder Security" - at the bottom...

    Disable "Simple Folder Security" - at the bottom of "Folder Options"

    Check the COM object's permissions, make sure the IIS account can access it.

    cjqp
  16. Thread: Rich Text Control

    by cjqp
    Replies
    7
    Views
    636

    Hmm, its displaying that way for me too...weird....

    Hmm, its displaying that way for me too...weird. Try downloading Microsoft's ActiveX Control pad and see if you can successfully insert the RTB.

    cjqp
  17. Thread: Rich Text Control

    by cjqp
    Replies
    7
    Views
    636

    Two things to try: 1) Put quotes around the...

    Two things to try:
    1) Put quotes around the <%=...%>
    2) Try it without the ASP include stuff, make sure it displays that way.

    Also, I got the code from Microsoft's ActiveX Control Pad. You can...
  18. Thread: Rich Text Control

    by cjqp
    Replies
    7
    Views
    636

    View Post

    <OBJECT ID="RichTextBox1" WIDTH=236 HEIGHT=127
    CLASSID="CLSID:3B7C8860-D78F-101B-B9B5-04021C009402">
    <PARAM NAME="_ExtentX" VALUE="6244">
    <PARAM NAME="_ExtentY" VALUE="3334">
    <PARAM...
  19. Replies
    2
    Views
    435

    You'd have to write a DLL in VB or C++ that lists...

    You'd have to write a DLL in VB or C++ that lists them, then call that from the ASP code.

    cjqp
  20. Replies
    11
    Views
    790

    I'm using 0 as the localport. Any ideas as to my...

    I'm using 0 as the localport. Any ideas as to my predicament?

    cjqp
  21. Replies
    8
    Views
    1,617

    I'm currently working on a site that requires...

    I'm currently working on a site that requires login. I have two headers, one that check for an autologin and another that checks to see if the person's logged in. Some pages only have the autologin...
  22. Replies
    2
    Views
    389

    Hmm, I'm beginning to think its because the...

    Hmm, I'm beginning to think its because the server's getting confused (this problem is in my "Weirdness (Involves databases)" thread.

    cjqp
  23. Replies
    11
    Views
    790

    Ok, I added the and tags, now it...

    Ok, I added the <HTML>and<BODY> tags, now it screws up on showing one record. Could there be a setting somewhere in IIS that's causing this?

    cjqp
  24. Replies
    11
    Views
    790

    Grr, now its messing up sometimes on...

    Grr, now its messing up sometimes on Name,Phone,Email. If you put those three in it will mess up, but hitting refresh fixes it, and this way doesn't crash the winsock control in the program.

    cjqp
  25. Replies
    11
    Views
    790

    Yes, it cuts it off at the end. It sends the...

    Yes, it cuts it off at the end. It sends the number of characters it is supposed to send, it just sends the wrong ones...This is what is actually returned by the server:

    HTTP/1.1 200 OK
    Server:...
  26. Replies
    11
    Views
    790

    Hmm, there's no error being generated, and it...

    Hmm, there's no error being generated, and it looks as if the junk is the first part of the headers being sent.
    I changed the SQL statement part of the code, now URL would be like...
  27. Replies
    11
    Views
    790

    Thanks for the information on the potential risk...

    Thanks for the information on the potential risk here...knew it existed with the SQL injection, but didn't think about DELETE directly, that's why I have backups of the database...but yeah. Anyway,...
  28. Replies
    11
    Views
    790

    Weirdness (Involves databases)

    I'm writing software that has to get information from a database that's on a server. I'm using winsock and downloading a page from the server (sending the SQL statement as a querystring). The program...
  29. Replies
    8
    Views
    1,617

    Are the separate pages checking to see if you're...

    Are the separate pages checking to see if you're logged in? (Ie, if you type in the URL of a page you should only access when logged in, can you get there without being logged in?). If you're...
  30. Replies
    2
    Views
    389

    Winsock not closing

    I'm writing a program that uses winsock, when I goto end the program, VB hangs. I've heard this is because the socket isn't fully closed, but the winsock says that it's closed.

    cjqp
  31. Thread: Set Cookie header

    by cjqp
    Replies
    0
    Views
    354

    Set Cookie header

    How can I tell IIS not to send a Set Cookie header?

    cjqp
  32. Replies
    6
    Views
    557

    Ok, thank you very much both of you! cjqp

    Ok, thank you very much both of you!

    cjqp
  33. Replies
    6
    Views
    557

    Ah, very good to know! (I'll be moving it from my...

    Ah, very good to know! (I'll be moving it from my dev server (XP Pro) to a Win2003 server on completion). Is that the only change or does it change the functions too?

    cjqp
  34. Replies
    6
    Views
    557

    Thank you much! cjqp

    Thank you much!

    cjqp
  35. Replies
    6
    Views
    557

    *RESOLVED* ASP Email through IIS

    How do I send email from an ASP page through IIS (no 3rdparty components)?

    cjqp
  36. Thread: ASP upload script

    by cjqp
    Replies
    1
    Views
    448

    ASP upload script

    Anyone have a good ASP upload script?

    cjqp
  37. Replies
    6
    Views
    887

    Why not just use SetWindowCaption? cjqp

    Why not just use SetWindowCaption?

    cjqp
  38. Replies
    2
    Views
    426

    I'm calling a webpage from my VB app to retrieve...

    I'm calling a webpage from my VB app to retrieve information out of a database on the server (the app will be on the client's computer). I need the program to then sort through the data since it will...
  39. Replies
    2
    Views
    426

    Best return format....

    I'm writing a program that needs to parse database from a web page (which I'm also constructing). The data returned would need to be: Student, Teacher, Lesson Time, Etc. What method would be the...
  40. Replies
    7
    Views
    811

    Ah, ok. I went ahead and wrote my own using MID...

    Ah, ok. I went ahead and wrote my own using MID statements. It tries every character to see if its a ";", if it is, save the number and goto the next set.

    cjqp
Results 1 to 40 of 402
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width