Search:

Type: Posts; User: Dino.M

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    7,877

    Re: What is threading in JAVA?

    Threads
    A thread is in process in execution within a program. Within a program each thread defines a separate path of execution.
    Creation of a thread
    A thread can be created in two ways
    ...
  2. Re: What is the difference between Declaration and Instantiation an object?

    Dim obj as OBJ.CLASS with either
    Set obj = New OBJ.CLASS or
    Set obj = CreateObject(?OBJ.CLASS?)
    or
    Set obj = GetObject( ,? OBJ.CLASS?)
    or
    Dim obj as New OBJ.CLASS

    Set object = Nothing...
  3. Re: How to encrypt & decrypt text or files in Vb dot net?

    This is a very simple method of encryption and you may want to use a different one for bigger projects. You change the values for your own encryption types and keys. Hope you guys like my first...
  4. Replies
    4
    Views
    2,388

    Re: What are the Constructors and Destructors?

    When does the destructor function gets invoked

    The examples below illustrates when the destructor function gets invoked:

    Example 1:


    //Example Program in C++
    #include<iostream.h>
  5. Replies
    4
    Views
    2,388

    Re: What are the Constructors and Destructors?

    Constructor and Destructor functions are Member Functions of a class having some special property.

    Constructor function gets invoked when an object of a class is constructed (declared) and...
  6. Re: How can I call a Command button without clicking it?

    Try this ...


    1 Create a new form.

    2 Place a command button on the form (name it "cmdMyCommandButton").

    3 Put the following code into the command button's Click event -
    MsgBox "Here."
  7. Replies
    5
    Views
    5,180

    Re: How do I create Menu at runtime in VB?

    At runtime to add a new menu to the menu control array you simply use the command: Load mnuFavsLinks(index) where index is the next number in the control array. For example I want three favorites...
  8. Re: How do I create a textbox in vb that lets you insert tabs?

    In the example below, the Text2 box will accept and hold TAB keystrokes, keeping them in the Text property along with the other entered characters. The Text1 and Text3 boxes will not accept TAB...
  9. Re: How to send keystrokes to windows / dos application?

    The Microsoft Visual Basic for Windows SendKeys function can send keystrokes to the currently active window as if the keystrokes had been typed at the keyboard. Although it is not possible to send...
  10. Re: The OOP Object Oriented programming Concept & its principle?

    OOP is a design philosophy. It stands for Object Oriented Programming. Object-Oriented Programming (OOP) uses a different set of programming languages than old procedural programming languages (C,...
  11. Replies
    4
    Views
    4,541

    Re: Where can I download Java? SDK or JDK?

    To create a Java Application, you need the following tools to be install on your computer:

    * Java SE Development Kit (JDK) - This is the backbone of Java Technology. It allow developer turn...
  12. Re: How to communicate with USB port with VB.NET program?

    Hello there I think you need to understand the concept of USB port in VB.net that will enable you to communicate with the device attached to the USB port from your Vb.net application!...
  13. Replies
    3
    Views
    2,608

    Re: Function to create a file in C++?

    #include <iostream>
    #include <fstream>

    int main() {
    std::ofstream o("Hello.txt");

    o << "Hello, World\n" << std::endl;

    return 0;
    }
  14. Re: How can I stop the SMTP service from server exchange?

    Please have a look at this webpage.

    http://www.codeproject.com/KB/cs/svcmgr.aspx

    I hope this helps you!
  15. Replies
    6
    Views
    6,359

    Re: How to send mail on submit button?

    Best way in an asp .net page is to use the System.Net.Mail functionality for the mail. Please refer to http://forums.asp.net/t/971802.aspx on how to do it.

    1. Include that helper class in your...
  16. Re: How to refresh database after adding a new record?

    If you set the database objects that you use to reference your database to nothing, and then whenever you want to have them refresh, just recreate the objects, and pass it another query. That should...
  17. Re: Why C, C++ program execution starts with main()

    int main ()
    This line corresponds to the beginning of the definition of the main function. The main function is the point by where all C++ programs start their execution, independently of its...
  18. Replies
    3
    Views
    13,779

    Re: Starting SQL server in single user mode?

    Starting SQL Server in Single-User Mode

    Under certain circumstances, you may have to start an instance of SQL Server in single-user mode by using the startup option -m. For example, you may want...
  19. Replies
    5
    Views
    2,104

    Re: Web Server VS Application Server

    You can also refer to this webpage for more details!
    http://www.javaworld.com/javaqa/2002-08/01-qa-0823-appvswebserver.html

    I hope this helps you!
  20. Replies
    4
    Views
    4,344

    Re: How to test a C# dll file?

    According to me this is the best thing for you to learn how you can test your new C# dll.
    http://www.c-sharpcorner.com/UploadFile/mahesh/dll12222005064058AM/dll.aspx
    I hope this helps you testing...
  21. Replies
    4
    Views
    33,296

    Re: C#: Validation inside a Textbox?

    Please have alook at this page it will explain you the textbox validation in detail.
  22. Re: Vista 64 problem installing Visual Studio 2005

    Here is a set of factoids that should help answer the most commonly enquired issues:

    (a) There are two flavours of 64-bit - AMD64 or X64, and IA64. Windows 64-bit installs on both architectures....
  23. Replies
    4
    Views
    1,192

    Re: Traping the power notifications in DotNet

    Hello AmolP!
    You cant trap this using only an application you need a driver for this which will communicate with the device & send you the notifications.

    Hope this helps you!
  24. Re: Without client installation Oracle connectivity

    The answer to your question is YES.
    Its possible.
    Without installing any Oracle Client Software, YES! it is Possible to connect to Oracle Database Server from a client system. There is NO need to...
  25. Replies
    6
    Views
    755

    Re: Buying printer for my office use.

    Hey this is a guide that will help you selecting printer for your office.
    To setup network printer you can refer the topic.
    I hope this helps you.
  26. Re: Simple, Easy & Free Song Cutting software required

    Here we have some topics that will help you understanding song editing.
    You can also have a look for a list of free softwares on wikipedia.
    We also have a pole discussing best audio editing...
  27. Replies
    2
    Views
    860

    Re: Desktop USB port not workin anymore why?

    If the device displays in Device Manager, the USB port is working properly. There is a physical problem with the device or there is an issue with the device software drivers. Try disconnecting the...
  28. Re: Why is my home page is being changed automatically?

    IE version?
    Windows version?
    It might be a security program blocking the Registry change it needs to
    make. A few, but not all, of the programs now doing this are:
    Ad-aware's Ad-Watch
    IBM Access...
  29. Replies
    4
    Views
    690

    Re: Xp And Vista Side By Side 2 Pcs

    Go through these topics

    http://forums.techarena.in/guides-tutorials/1037471.htm
    http://forums.techarena.in/networking-security/1102702.htm...
  30. Replies
    4
    Views
    690

    Re: Xp And Vista Side By Side 2 Pcs

    Hello dear!
    If you only want to transfer music data from 1 pc to another then the best way is to use a flash Drive/ pen drive, Simple & easy.
    Why you want to connect both to each other?
    Can you...
  31. Thread: Best PC game?

    by Dino.M
    Replies
    7
    Views
    1,021

    Try warcraft 3 & sim city!

    Try warcraft 3 & sim city!
  32. Thread: yahoo to gmail

    by Dino.M
    Replies
    4
    Views
    1,386

    POP Access and Forwarding

    Try this!
    Switch to yahoo mail classic!
    Now look for OPTIONS & click
    click POP Access and Forwarding
    Now in this window
    http://gallery.techarena.in/data/519/forward.jpg
    : select forwarding,...
  33. Replies
    3
    Views
    1,663

    Can you give some more detail? Do you have any...

    Can you give some more detail?
    Do you have any sound from computer speakers?
    If there is no sound then you must need to put a sound driver & see if this solves your problem!
  34. Replies
    1
    Views
    1,229

    Well i must admit these are really some cool...

    Well i must admit these are really some cool Stylish protectors for Apple 3G iPhone! That too around $30. I liked Puma (opaque black) & will get it for my iPhone definitely
  35. Replies
    3
    Views
    1,931

    try =Date() If this is in a field in a table,...

    try =Date()
    If this is in a field in a table, format the field for the date format you prefer
Results 1 to 35 of 35
Page generated in 1,713,454,167.10175 seconds with 15 queries