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

    Why Microsoft VC++ 8 compiller is slow?..

    Hello, I trying understand why Microsoft Visual C++ 8.0 (from VS 2005) works very slow, 2 times slower then previuos version 7.1, this I found when done studies works and write simple matrix and vector camputations with and without inline ASM, results was very strange. VC++ 8.0 code runs 2...
  2. hvytas

    It's possible to send to client encoded HTML file using ISAPI?

    Hello, I trying to send to client encoded html and others files that run user from web, that user can see normall website, but source was encoded, any ideas to do this?
  3. hvytas

    How to get ASP code from ISAPI filter using READ_RAW_DATA?

    Hello, I tryed to get ASP data or other html data from ISAPI filter but I don't find how, maybe any examples on that? P.S. Maybe possible only get from file then I know a file link.
  4. hvytas

    How to use with XP themes not system buttons?

    Hello, I trying to use not system buttons with XP themes, becouse this not displayed icon's in buttons, so the problem is how to display icons like done in properties FlatStyle using Standart button, I can't find the way, maybe somebody know how to do - without creating new control?
  5. hvytas

    Mid(), Left(), InStr() and other functions like in VB?

    Hello for all C++ programmers, I think we write the fastest and smallest code requare for manipulating with strings like done in VB (Visual Basic). If somebody know how to write other functions that work faster (like with ASM or C++) and use less code, add to this thread. string Mid(string&...
  6. hvytas

    How to Exit Function in C++?

    Hello, I want to exit from any place of function that return somthing and I don't want to use If.. for that, any ideas? For example: int demo() { string test; ... <something doing here and exit from function> ... <something doing here and exit from function> ... etc...
  7. hvytas

    How to write in VB.NET or VC#.NET &quot;please wait..&quot;?

    Hello, I have a problem for creating in VB.NET or VC#.NET waiting dialog window, the problem is that not well working in retail version then I compiled all project and using waiting window, ho know how to solve this problem? I using more data and created simple waiting window in .NET for...
  8. hvytas

    How can I protect Access .mdb file..?

    Hello for all, I want to ask somebody maybe help me: How to protect Access .mdb file for more security? Like for can't open .mdb only from software. (It's better if somebody put examples and would be in VB6, VB.NET or VC#.NET and using MS Access 2000 or 2002-2003 format's) Thank's P.S. I...
  9. hvytas

    How to convert char* or CString to fixed char[] using VC++

    Hello, I got a problem, I can't convert char* or CString to fixed char[] using VC++, I try many books, but find only this, for example: #define MAX_ME 100 char szString[MAX_ME]; I want to move from string or char to fixed char[] and add fixed lenght for char, but not successed, somebody know...

Part and Inventory Search

Back
Top