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

    MS Word Font Color

    I have a Word document which uses black characters. I want all changes I make to be in red. What is the easiest way to do this? Thanks in advance. CaKiwi
  2. CaKiwi

    Distributing a Cygwin C program

    I want to create a program using cygwin gcc on one system and run it on another. One way to do this is to copy cygwin1.dll to the second system along with the program. However I understand that it is possible to link the program with Windows libraries but I can't find the syntax needed. Thanks...
  3. CaKiwi

    Vim Syntax Highlighting

    I am trying to create a very simple syntax highlighting file for vim. Highlighting is working for standard files such as .vim files Example file t.pp LN1 = LINE/0,0,2,0 $$ COMMENT LN2 = LINE/PARLEL,LN1,XLARGE,1 % COMMENT $$ COMMENT % COMMENT I want the word LINE...
  4. CaKiwi

    Errors in xlocale and istream

    I am trying to link with a 3rd party library but I get the following errors in their include file. 1>C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xlocale(330) : warning C4509: nonstandard extension used: 'std::locale::locale' uses SEH and '_Lobj' has destructor 1>...
  5. CaKiwi

    Code window font

    How do I change the font size in Visual Studio 6.0 IDE code window? Thanks CaKiwi
  6. CaKiwi

    Printing TIF files

    I installed GIMP on my XP system and now when I double click on a tif file it is loaded in GIMP. When I try to print, the image is compressed vertically to half size. Any thoughts on how to fix this. Alternatively, how to I get back to using Windows Picture and Fax Viewer. CaKiwi
  7. CaKiwi

    Double clicking on folder in explorer brings up search

    On a friends computer, when I double click on a folder in windows explorer, it brings up a new explorer window in search mode instead of regular mode. Any one know why this is? CaKiwi
  8. CaKiwi

    How to make windows explorer "show in groups" to default to "off&

    Everytime I create a new folder, the "show in groups" property defaults to "on" and I have to right-click, pick arrange icons by -> Show in Groups to turn it off. Is there a way to make it default to off? TIA CaKiwi
  9. CaKiwi

    _lseeki64(), _ftelli64 and _fseeki64

    My application creates a large file and I am trying to use _lseeki64() to position the file pointer. I have found that after a write I need to call fflush() to make it work correctly. If I call it after a read using SEEK_CUR it always positions the file relative to the end. I have found some...
  10. CaKiwi

    Retaining default folder for OpenFileDialog

    I have 2 browse buttons in my application which call an OpenFileDialog. I want the dialog from each button to retain the last folder the user browsed to as its initialdirectory the next time it is opened. I have tried using 2 OpenFileDialogs and playing around with the initialdirectory and...
  11. CaKiwi

    XP wants to re-install my working printer

    When I boot my computer, Windows wants to re-install my Canon C555 printer. It is already installed and working well. How can I tell Windows to quit bugging me? Thanks CaKiwi
  12. CaKiwi

    Show last item in a listbox

    How can I scroll a list box to show the last item? CaKiwi
  13. CaKiwi

    Creating a small graphic area on a form

    I need to create a small graphics area on a form in which I can display a plus sign that I can move around. So far I have a picturebox on my form and from what I have read so far it looks like I need a graphic control linked to it somehow. A simple example would be greatly appreciated. CaKiwi
  14. CaKiwi

    Creating an executable

    How do I create an executable from my Visual Basic .NET project? In VB 6.0 I just clicked on "Create Executable" in the file menu CaKiwi
  15. CaKiwi

    Textbox transparent and inactive

    I have a form on which all the textboxes are transparent and I am not able to type any text into them. They were working correctly a couple of days ago. Does anyone know what the problem might be? CaKiwi
  16. CaKiwi

    Error initializing form containing button with image

    When I set the image field of a button on my form, I get the following error when my form is initializing. A first chance exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the...
  17. CaKiwi

    CString syntax error

    My application C++ dll but is essentially just C code. I need to call a routine in another library but when I include the header file containing the prototype for the routine I get syntax errors because of CStrings declared in the header file. What do I need to do to make the compiler recognize...
  18. CaKiwi

    folder containing executable

    How do I find the folder where the current executable resides (a dll in my case) I have also posted this in the C++ forum. Either solution will do. CaKiwi
  19. CaKiwi

    folder containing executable

    How do I find the folder where the current executable resides (a dll in my case) CaKiwi
  20. CaKiwi

    Using a dialog to allow the user to select a directory

    I am using the openFileDialog to enable the user to select a file but how do I allow him to select a directory? CaKiwi

Part and Inventory Search

Back
Top