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: atzsea
  • Content: Threads
  • Order by date
  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'

    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...
  3. 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) {...
  4. 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?
  5. 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.
  6. 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...
  7. atzsea

    Control for Icons

    Are there any way to put out icon in the control?
  8. 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...
  9. atzsea

    Active 3D Graphics

    Are there any good ActiveX Control to deal with active 3D graphics or other means for it on the Form?
  10. atzsea

    Pile data with video's screen

    We often view it on TV's screen. Information data is piled with screen. Are there any means to do it?
  11. atzsea

    Can Form's background get transparent?

    If its background get transparent, we can pile data with a video's screen. Can't we do? I want informations. if someone knows about it, tell me. please.
  12. atzsea

    CreateObject(&quot;Access.Application&quot;)

    After declaration of ACCESS application, Dim AccApp As Object Set AccApp = CreateObject("Access.Application") AccApp.Visible = True After this, 1. I wish to open another prepared DB (Form) in this new Access window. 2. I wish to do other things. What can I do? I need help.
  13. atzsea

    Central DB's Administration with one DB

    I have many ACCESS DBs. I wish I could open an objective DB Form from a Central Administrational ACCESS DB(I just call it so). So I wish to know how to open another DB. It seems to be easy, but can't find a concrete code to use in a Central Administrational ACCESS DB. Thank you.
  14. atzsea

    How open another DB Form in another Access window from current Access

    How can I? I wish to open another Access Window with and from a current Access Window . In another word, I wish to open another Access Form in another Access Window with and from a current Access Form . Help me.
  15. atzsea

    Query Editor in SQL Express Manager

    I installed SQL Server 2005 Express Edition April CTP. I have no idea how to handle Query Editor, even though referencing to many online pages. I need helps.
  16. atzsea

    'Connect to Server ' dialogue on SQL Express Manager

    I downloaded 'SQL Server 2005 Express April CTP'. I'm almost a beginner of SQL Server. I attempted the initial connection in the opening dialogue of SQL Express Manager. but in vain. Error Message says, "Cannot connect to [Server Instance's name]", and then "Additional Imformation: Timeout...
  17. atzsea

    'Carriage Return' function NOT WORK in DHTML Edit control(ActiveX)

    'Carriage Return' function does not work in DHTML Edit control(ActiveX control). Is this problem due to the defect of DHTML Edit Control? I have not been able to resolve this for a couple of years. I with to share this problem with people in this site.
  18. atzsea

    How control Access main window with code

    I guess many developers of AccessDB try to comply the size of main window to the one of Form. Help file tells us how to handle the size and the position of Form, but not to this issue. Seemingly, we have to use a certain function in Lib "user32". But for general users it is hard to get the...
  19. atzsea

    Enter Key does not work in ActiveX control DHTML Edit Control for IE5

    Is this problem due to the defect of DHTML Edit Control? I have not been able to resolve this for a couple of years. Are there anyone to give me a big breakthrough? From Japan

Part and Inventory Search

Back
Top