Search:

Type: Posts; User: GRPsuper9

Page 1 of 13 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,799

    VS 2013 Re: OpenFileDialog not working?

    Windows 7. I targeted to 2.0 and it seems to work. Seems like I should reinstall 4.5. I'll do that right now and post the results when I'm finished.
  2. Replies
    4
    Views
    1,799

    VS 2013 Re: OpenFileDialog not working?

    I tried doing it in a different project and doing it in another part of my project and it still does it :/. I think there is something wrong with the component on my computer. Do you know of anywhere...
  3. Replies
    4
    Views
    1,799

    VS 2013 OpenFileDialog not working?

    Hey guys,

    I've used the open file dialog component in the past and it has worked well. I opened up an old project and when I tried to select a file using OpenFileDialog, it gives me the following...
  4. Replies
    2
    Views
    2,222

    VS 2012 Re: Bluetooth Scanner

    Have you figured anything out about this? I'm interested in this as well
  5. Replies
    12
    Views
    1,521

    VS 2010 Re: trouble creating a login system

    Seems like the problem he is having is that he sort of knows how to code, very basic, but he doesn't know how to implement it. He is having trouble with computer logic and I'm not really sure how to...
  6. Replies
    12
    Views
    1,521

    VS 2010 Re: trouble creating a login system

    Not true. In my programming class I took a few years ago, we were taught to do If, Else If, Else, End If.
  7. VS 2013 Re: Application Startup Form wont change?

    I was messing around with the project's properties and went to References -> Unused References -> and then I removed all the unused references that were in there. I then attempted to run my program...
  8. VS 2013 [RESOLVED] Application Startup Form wont change?

    Hey guys,
    So I swear I'm not stupid, but I seem to be having a little trouble with changing the startup form for my project.

    This issue has never happened to me before so I'm seeking help.

    I...
  9. Replies
    13
    Views
    1,793

    VS 2013 Re: Proper Multi-Threading

    I actually looked at it before I posted about this. Your thread was really useful in understanding how the threading works, so I thank you for that. I did not understand however, how to populate the...
  10. Replies
    13
    Views
    1,793

    VS 2013 Proper Multi-Threading

    Hey fellas,

    So I've been programming for years now and I finally came to realize the power of multithreading and its purpose. I want to start to learn how to use it and I've checked out some...
  11. Replies
    12
    Views
    1,521

    VS 2010 Re: trouble creating a login system

    What exactly have you tried? Show me your work and I will take a look. Also, are you creating a network logging system with server/client or a login system with one computer?
  12. Replies
    10
    Views
    2,786

    Re: Creating a Mortgage calculator app

    http://smallbusiness.chron.com/convert-annual-interest-rate-monthly-rate-1822.html

    Hope that helps you to create the formula. Remember to use type double when you are defining the variable.
  13. Replies
    10
    Views
    2,786

    Re: Creating a Mortgage calculator app

    Step 5 is simple mathematics... Your course should have had some math and computer programming prerequisites because you shouldn't belong in it.

    What are you stuck on at step 5? You just have to...
  14. Replies
    10
    Views
    2,786

    Re: Creating a Mortgage calculator app

    No on here is going to do your homework for you. Ask questions and you will get answers.
  15. Replies
    10
    Views
    2,786

    Re: Creating a Mortgage calculator app

    Lol. This tells you exactly what you need to do. This is also some basic programming. Like, real basic, especially since it tells you EXACTLY what to do. Did you not pay attention in class? I don't...
  16. Replies
    7
    Views
    3,973

    VS 2013 Re: Better method than My.Settings?

    I like that idea. I'm pretty sure this is the method I'm going to use unless someone has a better idea. Thanks, jmcilhinney!
  17. Replies
    7
    Views
    3,973

    VS 2013 Re: Better method than My.Settings?

    That's what I was thinking with an INI file and some encryption. Figured someone might have a better idea than me though lol.
  18. Replies
    5
    Views
    24,535

    Re: Closing an External Process

    I'm pretty sure he's following your posts around and spamming them. He's the same one that commented on my thread that you just replied to.
  19. Replies
    7
    Views
    3,973

    VS 2013 Re: Better method than My.Settings?

    Please don't spam my thread.


    I'm making it so the user cant try to reset the settings by renaming the application. If the user figures out that they can rename the application to change settings...
  20. Replies
    7
    Views
    3,973

    VS 2013 Better method than My.Settings?

    So I've created a program that sets settings using the My.Settings method. Once compiled and ran, it works smoothly.

    However, I seem to be running into an issue when I rename the executable or...
  21. Replies
    2
    Views
    2,017

    Re: CSS Navigation Menu

    Figured it out. My html code should have been:

    <div id="nav">
    <ul>
    <li><a href="#">NAV1</a></li>
    <li><a href="#">NAV2</a>
    <ul>
    <li><a href="#">SUB ITEM</a></li>
    ...
  22. Replies
    2
    Views
    2,017

    [RESOLVED] CSS Navigation Menu

    Hey guys,
    I'm fairly new to CSS scripting so I need some help.

    I have this code in my html page

    <div id="nav">
    <ul>
    <li><a href="#">NAV1</a></li>
    <li><a href="#">NAV2</a></li>
    ...
  23. Replies
    3
    Views
    870

    Re: Rotated Image Comparison

    Any recommendation on what type of comparison I should use? Only one I can think of that kind of works is reading every pixel's RBG, adding the R from picturebox1 and 2, the G from both pictureboxes,...
  24. Replies
    3
    Views
    870

    Rotated Image Comparison

    Hey guys,
    My girlfriend has thousands of pictures on her computer that she got from her phone that are a bunch of duplicates. Before realizing that she had duplicates, she rotated a bunch of those...
  25. Replies
    0
    Views
    1,197

    Java Applet Error

    Hey guys,
    I am beginning to learn Java and I created my first applet which I put on my website. This applet multiplies the number in jTextField1 and jTextField2 and displays the result in jLabel1. I...
  26. Re: Aligning DIV to the right of a centered TABLE

    Thanks! That's exactly what I needed. I guess it's time to recode my website.

    Thanks for your help!
  27. Aligning DIV to the right of a centered TABLE

    Hey fellas,
    I'm new to html and I've searched google for this problem that I'm having but I've had no luck. Time to turn to you guys.

    I have webpage with a centered table inserted in it. What I...
  28. VS 2013 Re: Save dialog pops up every time I try saving project for dbo.Table.sql

    I just restarted my Visual Studio and it worked. Problem solved.
  29. VS 2013 [RESOLVED] Save dialog pops up every time I try saving project for dbo.Table.sql

    Could anyone help me out? I added a database to my project and then I removed it. The problem I'm having now is that every time I save my project, it asks me to save the file dbo.Table.sql. I can't...
  30. Replies
    9
    Views
    3,040

    VS 2010 Re: SendMessage to Java Component

    Ya, I saw that too a few days ago when I was doing some research on this. Apparently it is able to send key strokes and stuff, but no actual clicks. Are you familiar with any other methods of sending...
  31. Replies
    9
    Views
    3,040

    VS 2010 Re: SendMessage to Java Component

    Hahaha.

    Do you happen to know anyone who tried to do this type of thing too or somewhere you might be able to direct me for more information on how to do what I'm trying to do? I really don't know...
  32. Replies
    9
    Views
    3,040

    VS 2010 Re: SendMessage to Java Component

    Anyone able to help me out?
  33. Replies
    9
    Views
    3,040

    VS 2010 Re: SendMessage to Java Component

    I did a little bit of research on the two functions you gave me and I don't think either will work for my case. mouse_event doesn't accept a handle or hook to send the mouse event to, and SendInput...
  34. Replies
    9
    Views
    3,040

    VS 2010 Re: SendMessage to Java Component

    Only reason I am using SendMessage is because it wont interfere with the mouse the user is controlling. That way the IE window can be minimized but the clicks will still go through. Would this be...
  35. Replies
    9
    Views
    3,040

    VS 2010 SendMessage to Java Component

    Hey guys!
    What I am trying to accomplish with my application is to send a left click using SendMessage to a java applet on the Internet Explorer browser that I have loaded.

    My code to get the...
  36. VS 2010 Re: Comparing JPG image to an Image on a specified window

    Haven't had any success using google. Anyone else got one that might possibly work with what I'm trying to do?
  37. VS 2010 Re: Comparing JPG image to an Image on a specified window

    Still a no go with it working. I'll try and see what I can find tomorrow and work on it a little more. Gonna go to sleep, got work in the morning :|. Haha.

    Thanks though! Let me know if you find...
  38. VS 2010 Re: Comparing JPG image to an Image on a specified window

    So would it not be possible for me to use your method with what I am attempting to do? :/
  39. VS 2010 Re: Comparing JPG image to an Image on a specified window

    These are the two images I'm using though. The pixels shouldn't be any different because they are from the same image.
  40. VS 2010 Re: Comparing JPG image to an Image on a specified window

    Ugh, I hate to keep bothering you about this, but I must be doing something wrong.

    This is the code I currently have:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width