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

    Mouse stops responding

    Hello, I am having trouble with a new PC (it came with Windows XP preinstalled and I think it is a software problem). Every once in a while, mostly after logon, the mouse stops responding. The keyboard and other programs all work fine, and the only solution I could find is rebooting the...
  2. ddvlad

    Methods of storing an array

    Hello, I am new to MySQL and, among the various documentation I have read, I have not come across any means of storing arrays as fields. For example, what would be a wise method of storing an array of integers as a field? The only way I could think of is storing a varchar of space-separated...
  3. ddvlad

    AnsiString - char* transition

    Hi, I'm doing someone a favor writing a program in Borland C++ Builder 5. Is there any way to convert between char* and AnsiString? I am using fstream to read words from a file (it's a hangman game) and I couldn't find any method that reads an AnsiString instead of a char*. If there is any other...
  4. ddvlad

    Shell Extension Question

    Hi, the application I'm currently writing implements a context menu item for all files. I've added a key in the registry at: HKEY_CLASSES_ROOT\*\shell\My_Command_Name\command and a default value of: "c:\path\to\program.exe" "%1" Now, this works fine with one file, but if I select more, an...
  5. ddvlad

    DVD burner problems

    Hi, My LG ND 3520A won't burn some new media I got. The media are Benq (16x max) and it says something about Picfect on them (I'm assuming it's some fancy name for better data and video retention). When I put a blank DVD inside, Nero only sees it up to 2.4x and if I try to burn it, it fails...
  6. ddvlad

    HP Laptop Basic Problem

    OK, a little background first: an acquaintance recently received an HP notebook from Italy. Since I am the local computer guru (although I personally do not refer to myself as that), she came to me for advice (she's absolutely clueless). Every manual is in Italian and it's been almost impossible...
  7. ddvlad

    Threading and Windows Forms Question

    I am faced with the following issue: I need to add all the files in a folder (chosen by the user) to a CheckedListBox (.Net 2.0). The user has the option to recurse subdirectories, which can naturally lead to a lot of files being added, which hangs the program. To solve this I have created a...
  8. ddvlad

    IrDA Connectivity Question

    I just bought a mobile phone and its documentation says it can connect to the PC via IrDA. Since I'm totally unfamiliar with this type of connexion, I thought I would just ask. My motherboard's documentation (a GA-7VKML VIA KM266) says it has "1 IrDA Connector for IR", but I'm not sure where...
  9. ddvlad

    Threading Question

    Hi, everyone! I have recently been faced with using an algorithm that kinda hogs the entire CPU. If the user tries to do anything during the running of the program, the computer hangs. I know I can solve this with threading, but I'm not quite sure how. As I see it, I should make a thread for...
  10. ddvlad

    Swap partition

    Hi, everybody! I seem to have got myself in some sort of issue. I didn't take Fedora Core 4's advise and installed it without setting a swap partition. Could this be the cause why some programs just close without saying anything? Also, for future reference, what size should the swap partition...
  11. ddvlad

    USB Mouse Drivers

    Hello, I have been directed here by another user. Basically, the problem is I have an USB-connected optical mouse with 5 buttons (a Trust MI-2500X) and I can't get the 2 programmable buttons to work. If it helps, I can switch it to PS/2. driverguide.com (suggested by another tek-tips user)...
  12. ddvlad

    No secondary master. Is that supposed to be a problem?

    Hi, everyone! I just took out the secondary master from my computer; it's a DVD Writer which probably needs servicing (I had a thread in this forum about a week ago). Problem is that, when I boot, I get this error that the secondary master is not ATAPI compatible or something. It beeps a few...
  13. ddvlad

    Trying to get drivers for a 5-button mouse under Linux

    I have just bought a 5-button USB mouse and it worked fine under Windows, but Linux (Mandrake 9.1) doesn't recognise the 2 buttons which are used for web navigation. I've searched in vain for drivers. Perhaps someone who knows more about Linux can help (I am a newbie with Unix-based OSes)...
  14. ddvlad

    DVD Writer Power Calibration Error

    My DVD Writer (it's a NEC ND-3520A) keeps failing to write DVDs. I use Nero 6.6.0.8 and it usually fails in the first minute or so, although at times it writes up to 25% of the DVD before failing. It makes funny (and disturbing) noises, like scratching the medium, though there are no evident...
  15. ddvlad

    Hiding an XP User at Login

    Hello, I have recently been faced with the issue of making a "stealthy" WinXP user account. What I mean is one that does not appear in the login screen. Is this possible, how can I do it and how would I access the user from then on? Thank you in advance, Vlad There is nothing more dangerous...
  16. ddvlad

    Trying to make a functional options form

    Hello everybody, While developing an open-source application in C# I came across this problem: the options form was accumulating a lot of tabs. While this could be easily resolved with multiple rows of tabs, I have my mind set on an form similar to those in MS Visual Studio or ShardDevelop (and...
  17. ddvlad

    Gmail page won't load

    Hi, everyone! Could someone please help me with this one: my computer (with WinXP Professional) won't load the gmail homepage (http://www.gmail.com). I've tried turning off the firewall, the antivirus and the ad blocker. It just says it can't find the page. google.com works perfectly, and so do...
  18. ddvlad

    Multilanguage Interface

    What is the easiest way to build a multilanguage interface in C#? I'm aiming for it to be easy to write new language sets for it; I've seen ini files with language settings, but AFAIK .NET can't work with ini files without 3rd party components. Please tell me what choices I have and how one...
  19. ddvlad

    How to change a property for all controls on a form?

    I've been trying to change the FlatStyle for all Controls that support it in my form. However, I have multiple containers (panels) in it and code such as this just won't work: foreach (object o in this.Controls) if (o is ButtonBase) (o as ButtonBase).FlatStyle = FlatStyle.Flat; I thought...
  20. ddvlad

    Need tips on drawing maps

    Hi there, I'm a newbie in graphics software, but have recently been faced with the challange of transforming maps from paper into digital format. The potential employer suggested vector-based graphics, specifically Corel Draw 8. The process was supposed to go like this: scan parts of the map...

Part and Inventory Search

Back
Top