Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. napa1m

    VS.NET Error - HUH???

    Hi, I've got some wierd error now everytime I attempt to open my main form in Visual Studio. I'm writing a bulk emailer app and it runs fine... but design view dont work at all... heres the screen shot. If you have any ideas, it'd be greatly appreciated...
  2. napa1m

    VB.NET editing MailAttachment Content-ID in MailMessage

    Hi, I'm using VB.NET and used the example from Microsoft's website to send a HTML Email. I have it sending attachments and such... however, I wish to embed a image that is attached into the message. I know that to do this, I must set the Content-ID (so I guess it is linked and not actually...
  3. napa1m

    LookAndFeel & Bluecurve

    Hi, I found the previous thread from like April 2001 about setting GUI 'LookAndFeel'. I am running RedHat 8 :-D, which is by default managed by the Bluecurve UI Manager and was wondering, is it possible to get a LookAndFeel that either looks like, or somehow implements this BlueCurve? Can one...
  4. napa1m

    Always On Top

    By now, all of us have seen those programs that stay "Always on top". I have a Java class which shows a JFrame (just another app window...) which I want to do the same with. Is it possible to set anything in Linux to do this... ...cos no-one in the Java thread has said anything... just...
  5. napa1m

    Always on Top JFrame

    Anyone??? Any ideas at all? Or is it something O/S specific... hmm... think I might post this in the Linux forum aswell... napa1m hansen@ithsite.com http://www.reminiscingaaliyah.cjb.net
  6. napa1m

    Always on Top JFrame

    By now, all of us have seen those programs that stay "Always on top". I have a JFrame which I want to do the same with (in Linux - just in case it is OS specific). How is this possible - or is it possible at all? napa1m hansen@ithsite.com http://www.reminiscingaaliyah.cjb.net
  7. napa1m

    help using Connector/J and JDBC

    This is how I used the connector - I'm pretty sure this is the right way to do it, though this is for a few releases back... String MYSQL_HOST = "192.168.0.2", MYSQL_DB = "mysqldb", MYSQL_USER = "myuser&quot...
  8. napa1m

    Help with GUI?

    Assuming your user input is set to a variable named usrInput: name.setText("Hello, " +usrInput); should do it... basically just *concatinate* the strings... napa1m hansen@ithsite.com http://www.reminiscingaaliyah.cjb.net
  9. napa1m

    Changing JFrame Text Periodically

    Hi! I've just spent full 4 days on this - to NO avail!!! All I want is a program that waits 1 minute before printing out the number of minutes its been active into a JFrame. IE after the first minute, the JFrame displays 1, after 2, it displays 2, and so on and so forth. If I call the JFrame's...
  10. napa1m

    why can I not create an instance in a method, but I can in main??

    Um, I'm pretty new to Java aswell, but I think it is because you r1 object is instantiated in main() - thus it cannot be used anywhere else. Try making you main() to this: Race r1; public static void main(String[] args) { r1 = new Race("Joe Wardell")...
  11. napa1m

    checking date

    Have you tried using a StringTokenizer? I think this would be a good way to do it - basically, you can specify that the "-"'s and " "'s are separators and it will "tokenize" the string into blocks, saving it very much like a Vector. This is an example of how you...
  12. napa1m

    Detecting a JFrame becoming Inactive

    Hi, I was just programming a GUI of my own and it all works, but I was wondering (after seeing the processWindowEvent method) if it is possible to DETECT a JFrame becoming inactive (ie. the user clicking on another window)? I basically want this window to be always on top and always active...
  13. napa1m

    Logging off a Linux Machine from a Java Program

    Hi, is it possible to log off a Linux machine from inside a Java program? I thought there might be two ways to do this: 1) Call the Logoff terminal command. 2) Or is there a way of coding it by calling an appropriate method? Please help me! I've searched the web and tried looking it up in some...
  14. napa1m

    Running Java classes as a process

    Hi all. Complete hypothetical question. Assume I have a Java class that I need to run in the background of KDE. The only action this class really needs to do is log the machine off after a set period of time. I can probably write this class quite easily (hopefully :-)), but should this be run...
  15. napa1m

    Attaching a file in Access

    Hi, and thanks in advance for any replies/responses. I would like to attach a file in Access, but don't know how to code it. Basically, this is what I would like to happen: 1. The user would click on a button. 2. A "Locate File" prompt would open and the user would locate the file on...
  16. napa1m

    Database

    Hey all, Can someone please post HERE a very short example of how to connect to an Access 97 database using ANSI C on a Windows 9x platform. I think this would clear up all of the above mess as we would have something to actually look at!!! Regards Napalm2000 hlechler@hotmail.com...
  17. napa1m

    Hit count

    Hi, To create a hit counter you need Flash to write to a file. From what I have done in Flash I do not think this is possible. But you can get Flash to access a Server Sided Script, such as PHP, ASP, etc. If you chose to do this, lets say in ASP, you would create an Active Server Page (hence...
  18. napa1m

    How to start swf-files from a PC which have no Flashplayer instaled

    Hi! Just in response to seti, the html file only includes the html necessary to call the .swf it doesn't include the necessary .ocx files to view it! I'm pretty (99.9999%) sure that the .exe will work on any Windows machine. Regards, Napalm 2000 hlechler@hotmail.com http://www.napalm2000.xrs.net
  19. napa1m

    Resizing a frame.

    Hi, I need to know how to resize a frame. If you go to http://www.napalm2000.xrs.net you will see how I want my navigation. If you then go to http://www.napalm2000.com you will see what I have. I want to keep my .com domain name so I want to replace the NameZero navigation bar for my own and I...
  20. napa1m

    How to start swf-files from a PC which have no Flashplayer instaled

    Hi!! Publish the Flash movie as an executable and it should include all the nessacary bits in the .exe file to play on any Windows PC, or so I've heard. Try it out. Hope this helps Napalm 2000 hlechler@hotmail.com http://www.napalm2000.xrs.net

Part and Inventory Search

Back
Top