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 bkrike 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: *

  • Users: tbuch
  • Content: Threads
  • Order by date
  1. tbuch

    MEMO filed in MSAccess

    I am connecting to an Access database that has a memo field. Can anyone tell me how to get the data from the MEMO field into a JTextArea? I am currently just trying to run the query and assign the value from the query to the text area, but nothing is displaying. I am not getting any errors...
  2. tbuch

    Retreiving multiple cookies

    I am having a problem with cookies. I have another script that stores the following cookies: username luckynumber sign I am trying to retrieve the cookies and assign the cookie names as the indices of an array and the cookie values as the corresponding values in the array. When I try to...
  3. tbuch

    Applet Won't Refresh

    When I make changes to an applet and recompile, I cannot get my browser to pick up the newly created class. I've tried refreshing, but no good. Any tips?
  4. tbuch

    Concatenating fileds in a data adapter

    I am connecting to an Access database. I am using a dataadpter and a bound combo box. I have a firstname field and a lastname field that I want to display in the combo box as lastname, firstname I have tried concatenating the fields in the DataAdapter configuration, but have had no luck. Any...
  5. tbuch

    Resizing form in VB.NET

    I have a problem... When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it. Any suggestions? tbuch
  6. tbuch

    Adjust Form Size .NET

    I have a problem... When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it. Any suggestions? tbuch
  7. tbuch

    Won't recognize classes in same directory

    I have a problem in my classroom. When trying to do labwork in class, I am unable to compile apps that call on other class files. It should be able to find them if they are in the same directory, but doesn't. Everything works fine in my office and at home, but not in the classroom or in the...
  8. tbuch

    App.Path in .NET

    Can someone tell me what has replaced App.Path in VB.NET? tbuch
  9. tbuch

    Setting font in message dialog box

    Could someone please tell me how to set the font in a message dialog box? Just on a hunch, this is what I tried, but to no avail. JOptionPane jopt = new JOptionPane(); String result; result = "Print this string."; jopt.setFont(new Font("Monospaced", Font.BOLD, 12))...
  10. tbuch

    PrintScreen

    Does anyone know a way to do a PrintScreen without the user pressing the PrintScreen key? tbuch
  11. tbuch

    Reference database fields by number

    Is there a way, in VB, to reference fields in a database table by number rather than by name? tbuch
  12. tbuch

    Net Send message always on top

    I need to send messages over my LAN, using net send, that are always on top on the recipient's screen. I also need it to play a sound. I know how to send the message using Net Send, but don't know how to do the rest, or if there is even a way to do it. tbuch
  13. tbuch

    Testing network connection

    I have developed a program in VB6 that writes, over the network, to an Access database. My problem is, I am working with an unstable network that loses connectivity every couple minutes, and is causing problems with my database. My IT department thinks that, because I am a programmer rather than...
  14. tbuch

    Looking for VB Glossary

    I'm trying to find a site that contains a VB Glossary to assist my students. --tbuch
  15. tbuch

    Running app from within VB

    I am developing an interface from which to call up other applications. Can someone please tell me the code to run an application from within VB program? I need the VB program to remain open while other app runs. Thanx -- tbuch
  16. tbuch

    Need help redirecting output to printer

    I am a C++ newbie and my book makes absolutely no reference to outputting to a printer. Can anyone please give me a simple sample of the syntax for directing output to a printer and what header file must be included? Thanx...Tim

Part and Inventory Search

Back
Top