Search:

Type: Posts; User: Santinos

Search: Search took 0.03 seconds.

  1. Re: What is the difference between multithreading and multiprocessing?

    Multi-threading refers to an application with multiple threads running within a process, while multi-processing refers to an application organised across multiple OS-level processes.

    A thread is a...
  2. Re: How to use windows clipboard to copy text in a vb.net application?

    Imports System
    Imports System.Runtime.InteropServices
    Imports System.Drawing
    Imports System.ComponentModel
    Imports System.Windows.Forms
    Imports System.IO
    Imports System.Xml.Serialization
    ...
  3. Re: What is the difference between while statement & do statement?

    A while statement (pre test) checks at the beginning of a loop to see whether the next loop iteration should occur. A do while statement (post test) checks at the end of a loop to see whether the...
  4. Replies
    4
    Views
    13,081

    Re: Zip Unzip a file in vb.net?

    Hi

    THIS is test and works fine in vb.net 2005

    1) Create a folder on your c drive and name it Test - like this ! C:\Test
    2) Create a text file "myfile" and place it in C:\Test - like this ! ...
  5. Re: Searching occurence of a word or string from the database?

    Write a text file containing the input string. For example I have created a file named test.txt containing the following string

    swdfkTRUEafjknsdfTRUEasdfjkTRUEasf

    goto the directory where the...
  6. Replies
    3
    Views
    2,611

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

    To create a new file, open an existing file, or save a file, you use the fopen() function. Its syntax is:

    FILE *fopen(const char *FileName, const char *Mode);

    The first argument, FileName,...
  7. Re: What is Service Oriented Architecture (SOA)?

    Hey I found this great Video Clip that explains what is SOA in very simple way!
    I think just watching this Video will help you understand what is Service Oriented Architecture?...
  8. Replies
    6
    Views
    1,842

    Re: To access a text field from another form

    When you want to open the second form, from say a button click, use
    code like this on the button in the first form:

    DoCmd.OpenForm stDocName, acNormal, , , , , Me.boxFID

    Where stDocName is the...
  9. Replies
    4
    Views
    3,480

    Re: C# code : WndProc method

    According to me you must try this!
    http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&selm=aiuoivcpu8c2ivji9vphse5ntv08dqvop6%404ax.com

    Lets hope this satisfies you!
  10. Replies
    4
    Views
    6,427

    Re: C# : Setting Date & time

    Try this SetLocalTime or SetSystemTime.

    http://opennetcf.org/winapi.asp for the implementations.

    I hope this helps you! :)
  11. Re: DataGrid with Fixed header & scroll in ASP.NET

    Hey you can use a second DataGrid for header & place it over the first one. :)

    The gridview could be placed in a scrolling DIV area.

    <table>...<table>
    <div style="width: 400px; height: 400px;...
  12. Re: Can't open hdd drives (C: , D: ) with double click, error message

    1. You have to tell Windows to show hidden and protected system files first.
    2. Then you should search your computer for all instances of files with the name autorun (ANY extension) and delete them....
  13. Replies
    2
    Views
    15,283

    Re: Driver for Seagate SATA Hard Driver.

    You need to download the SATA drivers from the seagate site and put them on a floppy. Setup will ask for this, and insert it and press F6 (I think, but it will say). Without the SATA drivers, setup...
  14. Replies
    4
    Views
    1,012

    Re: application error: IE 7 Fatal Error

    Well do you have any Add On's installed?
    If yes then uninstall them & see if the problem still exists.
  15. Replies
    4
    Views
    1,012

    Re: application error: IE 7 Fatal Error

    Well installing IE all over again is a better idea but before that let me know if you have all the IE settings at default or not.
    Put all internet options at default & see if it helps you.
  16. Replies
    2
    Views
    1,660

    1. Backup (copy) the file...

    1. Backup (copy) the file %windir%\system32\ntoskrnl.exe (most likely C:\windows\system32\ntoskrnl.exe - the boot screen)
    2. Download the .zip to your computer (important: make sure to get the right...
  17. Replies
    5
    Views
    7,153

    I hope this will solve the problem! 1. on...

    I hope this will solve the problem!
    1. on Desktop click Start
    2. select Control Panel
    3. click on Administrative Tools
    4. click on Services
    5. browse your way down to IMAPI CD BURNING COM...
  18. Replies
    2
    Views
    935

    I don't have any solutions for you, but have you...

    I don't have any solutions for you, but have you tried using Task Manager to monitor in the background your CPU usage and HDD access. If the glitch is a very regular thing, then there's probably some...
  19. Replies
    3
    Views
    1,726

    I personally partitioned my HDD in order to...

    I personally partitioned my HDD in order to separated programs from data, making it easier to backup my data (all I have to do is just burn a DVD with the entire contents of my second partition).
  20. Replies
    2
    Views
    1,038

    net use k: \\bunny\temp K= would be the drive...

    net use k: \\bunny\temp

    K= would be the drive letter added to your computer
    bunny= is the network computer name
    temp= is the shared folder on the computer named bunny
  21. Replies
    2
    Views
    995

    apps, photo, games, system, internet, audio...

    apps, photo, games, system, internet, audio everything on first page only! some games on second page :biggrin:
    no need of third page! :thumbup1:
  22. Replies
    5
    Views
    948

    I like my dual quad workstation with 8gb of ram....

    I like my dual quad workstation with 8gb of ram. still needed more resources for VM's so I put ESX3i on it instead. Not as good for surfing now...
    Started reading articles on how Vista 64 really...
  23. Thread: Stress tester

    by Santinos
    Replies
    1
    Views
    936

    :) :bleh: :cool:

    :) :bleh: :cool:
  24. Replies
    6
    Views
    14,267

    absolute voice cancellation, is, in one word,...

    absolute voice cancellation, is, in one word, impossible with most of todays tracks. you can maybe get usable results with certain software, but wont be satisfied. try the extraboy vocal remover...
  25. Replies
    4
    Views
    1,378

    If you want to install APP.net,first activate...

    If you want to install APP.net,first activate your localhost server in your system then go to control panel- add remove program then on left hand side click on an option to add or remove windows...
  26. get your drivers here ...

    get your drivers here


    http://downloadcenter.intel.com/default.aspx
Results 1 to 26 of 26
Page generated in 1,713,946,741.53418 seconds with 15 queries