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...
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...
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?
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...
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
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
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...
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))...
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
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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.