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 SkipVought 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: *

  1. atzsea

    C# Thread Basic Please correct this (Beginner)

    This does not get reflected in the Form. I want somebody to simply correct this. using System; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { private Timer Timer1; private System.Threading.Thread thr; public...
  2. atzsea

    [ILINK32Error]Error: Unable to open file '_C.RES'

    Thank you, 2ffat-san. I followed your suggestions and tried but in vain. The answer is the same. Soon after this, I attempted another way which idea came across my mind soon after that. When the Project name is project1.exe, project1.res file is created. I moved only this file to the default...
  3. atzsea

    [ILINK32Error]Error: Unable to open file '_C.RES'

    I would like to ask as a beginner. Now using C++Builder2007. When I create some simple projects in the default directory, can do Build successfully. But When I do the same thing in the othr directory, Build fails and Messages say as the following. [ILINK32Error]Error: Unable to open file...
  4. atzsea

    LIB file cannot be created in a process making a DLL

    I'm a beginner in C++, learning making a DLL. I prepared two files: beepdll.cpp and beepdll.def // beepdll.cpp #include <windows.h> // Entry Point BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved) { return TRUE; } // beep void __stdcall beep(DWORD dwCounter) {...
  5. atzsea

    What can I do next after installing xampp

    Hi, anuj576! I did. It worked. feel good. I feel like getting a new world. You might be the first person to tell about xampp. Thank you so much. I'm looking forward to proceeding Mysql further.
  6. atzsea

    What can I do next after installing xampp

    Thank you. I have attempted in some ways. I could make databases and tables in the Command Prompt or another tool, but they have not been reflected to WinMySQLadmin in xampp. Something is wrong, though its service is evidently on.
  7. atzsea

    What can I do next after installing xampp

    Thank you, Domino2 I looked for phpMyAdmin, I have not found it. Where is it? Thank you, johnwm I am wondering what can I do to use the MySQL server Instance Config Wizard.
  8. atzsea

    What can I do next after installing xampp

    I have no idea how to use WinMySQLadmin. How can I start with MySQL itself? After setting path in environmental variables, I attemped to log in on Command Prompt, but in vain; >mysql -u root -p Enter passwor ****** Error 1045 ;Access denied for user ... Any idea?
  9. atzsea

    Open Form Without Opening Access Window

    Thank you, kjv1611. I've also found a code as of jan 2005, just like what you suggested. Very recently, I serched in this forum, literally using "Serch" tab of this page, and found the one like the following, though I forgot the exact thread url...
  10. atzsea

    Open Form Without Opening Access Window

    ************************ Thanks, TimTang ************************ I've also got a perfect answer. In fact, I have not thought there is an answer for that. You made me happy. Good day. and to everybody associated with my threads.
  11. atzsea

    Open Form Without Opening Access Window

    I'm an Access fan. I prefer using Access to VB. Usually I don't use VB.
  12. atzsea

    Open Form Without Opening Access Window

    If it's only how to hide Access Window, many who join this forum. They could display a form just like VB applications. But the matter is in the opening of a form. What irritates me is the appearing of Access window before hiding itself.
  13. atzsea

    Open Form Without Opening Access Window

    Tell me how to open a form directly without displaying a glimpse of Access Window in the opening of Access Application ,just like VB applications. c.f. I already know how to hide Access Window.
  14. atzsea

    Control for Icons

    How should I put out yellow smile image with "img http://www.mysite.com/images/happy.gif"?
  15. atzsea

    Control for Icons

    Somebody, tell me how to put out that familiar yellow smile image(gif). I tried as the instruction says, have not succeeded yet, that says : = (sample only) I tried with www.mysite.com ____> www.tek-tips.com but in vain. What's the right?
  16. atzsea

    Control for Icons

    [ abc] I tried "" (smile icon) but in vain. Why? What's wrong?
  17. atzsea

    Control for Icons

    [ abc]
  18. atzsea

    Control for Icons

    expression of a Control: [ abcd] Thank you.
  19. atzsea

    View DLLs' contents and Create DLL's file

    Are there, generally speaking, any way to deal with DLL files themselves in ACCESS mdb? I mean that except DLLs that we naturally using such as DAO and ADO, I don't usually make or view the contents of DLL, nor have I basic knowledges to deal with DLLs. Somebody! Tell me the chart for it. I...
  20. atzsea

    Control for Icons

    You can see the left end of address in the address bar on the web browser, for example, just like [icon]http:www.tek-tips.com/viewthread.cfm?..... In any way, I wish to link an icon file in a Control on a Form.

Part and Inventory Search

Back
Top