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

Search:

Type: Posts; User: bladernr

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,561

    Structs, cin.get and input failure...

    Can someone offer me some suggestions on how to detect input failure? I can find examples out the wazoo about how to clear an input stream when failure occurs:


    cin.clear(200,'\n');...
  2. Replies
    0
    Views
    1,272

    get window state with multiple frames

    Hello again... ;-)

    Can someone point me to a good tutorial on using multiple JFrames in a Java app?

    I am trying to write an app that opens multiple JFrames (depending on which button the user...
  3. How do you tell when an audiostream is finished?

    I have tried a couple different things to get sound out of an applet program I am writing as a project. I do have it all working, but not the way I want it to work.

    To get sound, I am using...
  4. Replies
    2
    Views
    1,018

    Re: How to really kill and applet...

    Thanks... I thought that may be the issue after I started watching the process and how it was working... I tried using "this" but that caused the same thing... I didn't think about getRootPane()...
  5. Replies
    2
    Views
    1,018

    How to really kill and applet...

    OK... I have a problem with an applet that I am writing. The problem is that closing the browser does not kill the JRE/JVM.

    When I started today, my applet had only an init() and a start(). ...
  6. Replies
    2
    Views
    1,091

    Re: Boneheaded Applet Question

    Thanks for the reply... I answered part of my own questions last night after posting my original issues...

    So, for those who read this: I am using NetBeans 4.1 and JDK 5.0. NetBeans 4.x (maybe...
  7. Replies
    2
    Views
    1,091

    Boneheaded Applet Question

    Hey everyone. I gave up on GridBagLayout for now, after discovering the usefullness of NetBeans 4.0 GUI form editor...

    But I now have a different issue.

    If I write an applet by hand that looks...
  8. Replies
    0
    Views
    1,065

    Applet objects and GridBagLayout

    Howdy...

    In my never ending quest to learn Java, I have been working on making an applet that can be embedded in a web page. So far, all I am doing is just building the UI for the applet so I can...
  9. Replies
    4
    Views
    1,280

    Re: Questions about sound in Java

    Cool... I am at work doing all this right now, so I dont have the time to dig too deeply into it... but when I get home I will check that out as well...

    The multiple files thing was one of the...
  10. Replies
    4
    Views
    1,280

    Re: Questions about sound in Java

    UPDATE: after posting this reply, I did some more digging around and found some stuff at jsresources.org that has info on catting sound files together...

    Found another site that also has a demo...
  11. Replies
    4
    Views
    1,280

    Questions about sound in Java

    I have been playing around with some things, and wanted to ask you experts out there if there is a way to play sounds in Java that are, for lack of a better term, user interactive...

    For example,...
  12. Replies
    4
    Views
    1,910

    Re: ArrayList Sorting

    CMA,

    Thanks for the reply... Let be expand a bit before I go farther... Yes, I am taking this as a class... No I dont want anyone doing my projects for me. I like to code, I enjoy it, I just...
  13. Replies
    4
    Views
    1,910

    ArrayList Sorting

    Hello all,

    I have been looking around for info on sorting ArrayLists and have found a bit, but I am still kinda stuck.

    Given this:



    for (int count = 0; count < numb.size(); count++)
    ...
  14. Replies
    5
    Views
    713

    Re: Help with updating table

    OK I have got most all done... I need to reset the form sizes to maximize, but otherwise its complete, or as complete as I want it to be for the moment....

    One problem still exists though

    I...
  15. Replies
    5
    Views
    713

    Re: Help with updating table

    Cool... Thanks for the hints... One question though, I thought I did do data binding on the text boxes in the form_load sub...

    in from_load() I have this:


    lblWelcome.Visible = True
    ...
  16. Replies
    5
    Views
    713

    Help with updating table

    Hello all... I am stuck. Can someone get me un stuck?

    First of all, yes this is a project for a class I am taking, I know that, and I dont want anyone to write the app for me, but what I do need...
  17. Replies
    0
    Views
    494

    problems with fonts

    Can someone help me with a problem with fontdialog?? It is my understanding that the font dialog when used with a Rich Text Box does one of two things depending on selection of text.

    1. If text...
  18. Replies
    0
    Views
    499

    Help with PrintPreview

    Hello. I am hoping someone out there can give me a clue on using the printpreviewcontrol in vb.net.

    I have a app I am writing for school, and I want to jazz it up a bit. its a basic app that...
  19. Replies
    2
    Views
    633

    Re: shutdown the machine

    Thanks... I am at work right now so I cant really try it, but I will look into that this evening. I am not a windows guy, and I am really quite unfamiliar with its inner workings... my indepth...
  20. Replies
    2
    Views
    633

    shutdown the machine

    Heres a question for ya...

    Could someone help me out with a way to initiate a shutdown and logoff via VB.NET?

    I had an idea for an app (for my semester project in VB programming) for a sort of...
  21. Replies
    7
    Views
    13,973

    Re: Make new file with OpenFileDialog

    I dont know... IIRC, savefiledialog doesnt allow for opening of files.. only saving of files, yes?? granted that WOULD handle the creation part, but not the opening of the file after creation.
    ...
  22. Replies
    7
    Views
    13,973

    Re: Make new file with OpenFileDialog

    Thats kinda waht I thought, but I was hoping there was a way around that... it is, after all, just a dialog...

    In that case, how could I get that sort of dialog that does exactly what...
  23. Replies
    7
    Views
    13,973

    Re: Make new file with OpenFileDialog

    Thanks, but I can do it in the background with FileOpen already... but how do you tie that in to the data in teh OpenFileDialog? for example, if I call the dialog like so:
    ...
  24. Replies
    7
    Views
    13,973

    Make new file with OpenFileDialog

    could someone give me a some sort of clue about opening nonexistant files in VB.NET??

    I am learning this as I go, and I can open existing files using the OpenFileDialog box, but I cant not find an...
  25. Replies
    4
    Views
    2,167

    Re: Limit decimals in text input box

    thanks, but that doesn't quite do it...

    limiting the keypress event is fine, I already have a sub to do that that works well... and I tried formatting the textbox.text element as you suggested,...
Results 1 to 25 of 44
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured