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 wOOdy-Soft 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: MagiMike
  • Content: Threads
  • Order by date
  1. MagiMike

    File permissions and config-files.

    Hi! I'm making a program that takes uses some values from a config-file in the program's folder. The program is also able to change the settings in the file. But when I run it under a restricted user Windows XP won't let the program write to the file. Is there a good workaround for this? Being...
  2. MagiMike

    RegistryKey-class and Windows Vista

    Hi! A short question, does the Registry- and the RegistryKey-class work in Windows Vista? Or is Vista using a new Registry-system?
  3. MagiMike

    JScrollPane align

    I have a JPanel inside a JScrollPane. When I oversize the window so that the JScrollPane area is larger than the JPanel then the JPanel gets centered inside the JScrollPane area. However I'd rather have it aligned to the upperleft corner of the JScrollPane area. How do I make JScrollPane do...
  4. MagiMike

    Replace a substring in a string

    This question seems to have been answered before but for ASP/VB. I'm using ASP/mod_perl. Is there any equivalent command for mod_perl? Replace does not work for me...
  5. MagiMike

    Line-wrapping CListCtrl/CListBox

    Isn't there any way to do linewrapping in these controls? It'll be a chat-log for a server.
  6. MagiMike

    ObjectOutput/InputStream Initializing

    Hi, I'm creating a chat-application consisting of a client and a server. Both these programs use a specific thread to get data from the other. The sending of the data takes place in the GUI-thread (event-thread?). The creation of the ObjectStreams looks like this: CLIENT-side socket = new...
  7. MagiMike

    Need something like COUNT IF

    I have two tables (made it a little simpler than the actual problem): Student_T Name Age Mike 34 Steve 29 Test_T Student Type Mike A Mike B Mike B Steve C Student is linked to Student_T.Name Type can only be A, B or C The resulting report should look like: Name A-test...
  8. MagiMike

    Viewing CRecordset in CListCtrl

    Is there an easy way to show a recordset in a list without having to manually put every string into the list?
  9. MagiMike

    Find working folder

    Does anyone know a command to find the running/working folder of the application? Or do I have to put it in the registry during the install and then go and then collect it from there when I need it? thanks Mike
  10. MagiMike

    Calculate axis in graph

    I'm trying to make a Graf-class but I can't come up with a good way to calculate the axis from the values so that the values are always represented in a decent way. Does anyone know a good way to do it? It doesn't have to be in code, just a concept or so. thanks Mike
  11. MagiMike

    Updateproblem when scrolling picture

    I'm blitting som lines onto a static text or picture control. It works fine until I shrink the window so that the scrollbars appear. If the window is smaller than the picture control I get gray areas instead of white in the right and bottom areas of the picture control. Is this a known bug or am...
  12. MagiMike

    Harddrive producing a hightone sound.

    My harddrive is an IBM 120GXP 80 gig. It's about 1.5 year old. About a month ago it started producing a hightone sound going up and down. It's very annoying and it's the second time it happens for me with IBM harddrives. Is there anyone that recognize this problem and what could cause the tone...
  13. MagiMike

    I need a simple partition viewer for nt4

    I need a simple(just an executable file) program that can view the partitions on the discs in nt4 (in other words fdisk for nt4). Does anyone know one? /thanks Mike
  14. MagiMike

    Asus A7V133 Harddrive size limit

    I've searched on the net for the harddrive limitations on Asus A7v133 mb but I can't find anything. So I wonder if anybody knows if it can handle larger harddrives than 120 gig? / Thanks Mike
  15. MagiMike

    Something is overheated

    I know there are a lot of similar questions out already but: When I was sitting by the computer it suddenly shut down. After that I couldn't start the computer at all. I also felt a strange smell (only a little). So I waited 10-15 min before I tried again and then it started. My comp is an...

Part and Inventory Search

Back
Top