Search:

Type: Posts; User: reconrey

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    5,698

    My monitor grays are now pinkish?

    Well the other day I turned on my computer and all the gray colors are now pinkish, like when I right click-the color of that right-click menu box is pinkish...My computer is only 1 month old. My...
  2. Replies
    8
    Views
    7,825

    Re: Screen Recorder- Save to AVI?

    o the hog died :) -well I only know VB-i heard u can use DirectShow .NET or Windows Media Encoder...i just wanna try it with VB-I do not really care about the memory issues, I really just want it...
  3. Replies
    8
    Views
    7,825

    Re: Screen Recorder- Save to AVI?

    Do you have any ideas for a Visual Basic screen recorder?
  4. Replies
    8
    Views
    7,825

    Re: Screen Recorder- Save to AVI?

    What language do u recomend
  5. Replies
    8
    Views
    7,825

    Screen Recorder- Save to AVI?

    Well I need some help with making a screen recorder. My idea for it is to make it take a screenshot 15-30 times a second, and for each shot there will be a text file that will say the location of the...
  6. Replies
    0
    Views
    3,983

    MSN Webcam Viewer

    A program that attaches itself in MSN and then monitors your friends webcam without They know.I mean that when they are online on msn, We can view their webcam by entering their email address. Is it...
  7. Replies
    1
    Views
    4,120

    Change Toolbox Item Controls...?

    I was wondering and I'm assuming it's possible, but is it possible to group similar controls in a form so instead of having to change every control's property I could just change the property for the...
  8. Replies
    1
    Views
    2,452

    Create AVI/WMV or other video format?

    Well I have a bunch of frames I made and an audio track and i want to combine them to make a video -like AVI/WMV or another format...Thanks!
  9. Replies
    1
    Views
    2,678

    Re: Change CD Playback Speed

    nobody knows?
  10. Replies
    1
    Views
    2,678

    Change CD Playback Speed

    Well I made this application http://www.vbforfree.com/?p=399 and I need to be able to change the speed which the CD Plays at--Thanks.
  11. Replies
    2
    Views
    5,505

    Re: can't work volume meter with webcam capture

    we would probally be able to help you if the CodeProject page you supplied us with was done being writen and available for public viewing.
  12. List all Files in C drive? (including Files in subfolders?

    i have this right now:
    ListBox1.Items.Clear()
    Dim di As New IO.DirectoryInfo(TextBox1.Text)
    Dim aryFi As IO.FileInfo() = di.GetFiles("*.*")
    Dim fi As IO.FileInfo
    ...
  13. Replies
    4
    Views
    5,853

    Re: toolstriptextbox size with form?

    but if you resize fast...the textbox disapears....
  14. Replies
    4
    Views
    5,853

    Re: toolstriptextbox size with form?

    yes. but what is the appropreate property-
  15. Replies
    4
    Views
    5,853

    toolstriptextbox size with form?

    well i want to make it so my toolstriptextbox will smoothly size with the form as i resize it. I tried using a timer and just say txtbox1.width = me.size.width - 100 or whatever space for the buttons...
  16. Re: TabControl with Close button on TabPages (with Design-Time support)

    its good...but the button looks like doodoo... :)
  17. Thread: calculator

    by reconrey
    Replies
    9
    Views
    12,299

    Re: calculator

    wouldn't this be better for the btns_click event?
    Private Sub btns_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _
    Handles btn1.Click, btn2.Click, btn3.Click,...
  18. Replies
    5
    Views
    3,613

    Take Advantage of 64bit processor?

    Well how can I do this? So my app is faster?:ehh::ehh::ehh::ehh::ehh:
  19. Replies
    0
    Views
    6,555

    DOMClick Gecko WebBrowser Speed Scroll

    Well im using the gecko browser and Im wondering If I can use the DOM Click to do that speed scroll thing...? like when you center click in a webbrowser?
  20. Replies
    1
    Views
    802

    handle fourth mouse button?

    well my mouse has four buttons- can I handle the forth (Right Left Center and Forth) to do sumthing?
  21. Replies
    15
    Views
    23,618

    Re: Sound Recorder

    start starts the recording...and play plays it back...
  22. Replies
    3
    Views
    6,938

    Re: Mouse back button in webbrowser?

    o sorry.
  23. Replies
    3
    Views
    6,938

    Mouse back button in webbrowser?

    well my mouse has a back button-can i use this button as a goback function with the webbrowser element?
  24. Replies
    69
    Views
    118,972

    Re: Mozilla / Firefox / Gecko in VB.NET

    i noticed that when playing youtube videos in this browser the volume is extremely low...(i played the same videos in chrome and it was regular loud) Can i fix this?
  25. Replies
    69
    Views
    118,972

    Re: Mozilla / Firefox / Gecko in VB.NET

    is there a faster way to do this: Copy To Output Dir -> Copy if Newer
  26. Replies
    15
    Views
    23,618

    Sound Recorder

    A simple Sound Recorder~

    1. Add Three buttons (button1, button2, button3) and a label (label1) to the form.
    2. Set the Text of Button1 to Start, Button2 to Stop, and Button3 to Play.
    3. Add this...
  27. Replies
    7
    Views
    15,363

    Re: circle Buttons

    i really like that CButton but it give me 7 errors saying its not defined...
  28. Replies
    7
    Views
    15,363

    Re: circle Buttons

    What
  29. Replies
    7
    Views
    15,363

    [RESOLVED] circle Buttons

    Well how cam I get/make GOOD circle buttons-like the ones used to go back and forward in windows explorer-I found somewhere some some terrible buttons but I want good ones...
  30. Replies
    11
    Views
    6,321

    Re: how and when should I use DLL files...?

    what do you mean by all the data acsess code?
  31. Replies
    11
    Views
    6,321

    Re: how and when should I use DLL files...?

    i wasnt sure what u where saying...
  32. Replies
    5
    Views
    4,771

    Re: What do I need to Include?

    so just make a folder in the installation that contains them all?
  33. Replies
    11
    Views
    6,321

    Re: how and when should I use DLL files...?

    i dont know-im not sure what a dll is actually for...
  34. Replies
    5
    Views
    4,771

    Re: What do I need to Include?

    so I just need the EXE and any dlls, I dont need the xml config files or the .vshost, or the manifest file?
  35. Replies
    2
    Views
    3,901

    Re: How do I use this API Thing...

    o...thanks. :)
  36. Replies
    11
    Views
    6,321

    Re: how and when should I use DLL files...?

    well because i use the save function a real lot-i make it save before checking for updates before closing, autosave...etc....
  37. Replies
    5
    Views
    4,771

    What do I need to Include?

    Well what Files do I need to include for the installation of my program-do I need to include all the files in the debug folder? or do i only need the EXE? Thanks.
  38. Replies
    2
    Views
    3,901

    [RESOLVED] How do I use this API Thing...

    http://code.msdn.microsoft.com/WindowsAPICodePack
  39. Replies
    11
    Views
    6,321

    Re: how and when should I use DLL files...?

    -im not just starting out-i just never knew what exactly DLLs were for...Im my current application should I make a DLL for functions like a save function new open etc...and im not too sure about what...
  40. Replies
    11
    Views
    6,321

    how and when should I use DLL files...?

    well im not to good with DLL files-i usually just get all the code in the main app...Is that bad? Or is it better to use DLLs, if so why? What should I make DLLs for? the save function? open? Please...
Results 1 to 40 of 106
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width