Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Adeel Chaudhry

@Adeel Chaudhry
About
Posts
164
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C/C++ question - Function prototype in other function
    A Adeel Chaudhry

    That means, logically it is equal to: void Function2(int c, int d, int e); void Function3(int c, int d, int e); void Function1(int a, int b) { //actual code } Right? Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C / C++ / MFC question c++ help json

  • C/C++ question - Function prototype in other function
    A Adeel Chaudhry

    Hello, Pardon me, its a pure question of C/C++ not specific to Visual C++. Can anybody explain what is the purpose of following code: void Function1(int a, int b) { void Function2(int c, int d, int e); // in some header file void Function3(int c, int d, int e); // in some header file int i, k, l; //rest of the code in which Function2 and Function3 are being used! } I have no idea why "Function2" & "Function3" prototypes are defined in the function named "Function1", and is it possible? If yes whats the logic behind it? Any help is highly appreciated. Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C / C++ / MFC question c++ help json

  • File.WriteAllBytes and File.ReadAllBytes
    A Adeel Chaudhry

    Why not try out with System.IO.DriveInfo?

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# question

  • File.WriteAllBytes and File.ReadAllBytes
    A Adeel Chaudhry

    Hello, Perhaps you can use timer and keep an eye on disk space being consumed... Like: 1. Have a timer //do what you want.. 2. Get free space in hard-disk you are playing with big files 3. Play with files in timer tick check free space again, you do know the size of the file right? use these two and check approximately how much work has been done. HTH! Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# question

  • How to read an database table step by step (with ADO)
    A Adeel Chaudhry

    Hello, ROW_NUMBER(), PARTITION BY may be used for this...btw why you want multiple times I/O solution when you can do it in one...and why you are worrying about the system memory its what OS is there for...am still not convinced of your idea! Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database database tutorial mysql sql-server oracle

  • Communication between form and DLLs...IPC?
    A Adeel Chaudhry

    Hello, Is there any way to communicate between a single windows form, and multiple DLLs (being used in form's code...) without using IPC? Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# help question

  • Table's definition...
    A Adeel Chaudhry

    Thanks for your reply, but i doubt if they are C# classes/libraries...! :)

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# csharp database sql-server sysadmin help

  • Table's definition...
    A Adeel Chaudhry

    Hello! Is there any way to get the table's definition (SQL Server 2005) in C#? Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# csharp database sql-server sysadmin help

  • C# simple windows form taking alot of RAM
    A Adeel Chaudhry

    Hello! I am looking for some suggestions/tips for the following issue: I have a C# Windows application having 1 form. In that form i have 12 text-boxes, 2 progress-bars, 5 buttons, status strip and 5 group-boxes.....as displayed in task manager, it is taking more than 25 MB of RAM! I haven't placed any code yet, any recommendation/tip/suggestion for the issue will be appreciated. BTW, any idea how much RAM should it be taking? Regards, Adeel

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# csharp help question

  • SQL SERVER EXPRESS and NT AUTHORITY\NetworkService
    A Adeel Chaudhry

    Can you please put more light on exactly what you are doing and how/where are you finding that account?

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database database sql-server sysadmin security help

  • i know jest the first later how can i write my sql
    A Adeel Chaudhry

    Are you coding Management Studio? :~

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database database help question

  • i know jest the first later how can i write my sql
    A Adeel Chaudhry

    May be because its complex and time taking ;)

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database database help question

  • SQL SERVER EXPRESS and NT AUTHORITY\NetworkService
    A Adeel Chaudhry

    Which OS you are using?

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database database sql-server sysadmin security help

  • SQL "Null" problem!
    A Adeel Chaudhry

    Ever heard of CAST and TRIM? If not then google it, and use it! HTH.

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    Database question database design help

  • Keypress event
    A Adeel Chaudhry

    second option:

    PIEBALDconsult wrote:

    Vinay's response

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C#

  • .Net COM interop challenge
    A Adeel Chaudhry

    I found that in Visual Studio 6 installation once i needed! The issue is with registry entries, if you run VS6 installation and install only Tools from it, hopefully the problem will be solved. Additionally, this might be helpful http://support.microsoft.com/kb/146219[^] HTH.

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# com csharp windows-admin help

  • Keypress event
    A Adeel Chaudhry

    Well no offense...but the code above is VB ;) ;P

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C#

  • pinvoke to send text in a console app
    A Adeel Chaudhry

    For mentioning and re-mentioning, you can always use Edit link at bottom right of your post.

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# question

  • Dynamic file reading
    A Adeel Chaudhry

    http://www.codeproject.com/KB/cs/wintail.aspx[^] It is a great idea to search (google) and re-search (CP). HTH.

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# question discussion csharp

  • .Net COM interop challenge
    A Adeel Chaudhry

    Install VB6 tools on the machine you need to deploy.....it will do all what is necessary to run it! HTH.

    Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

    C# com csharp windows-admin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups