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

Amjath Rahman

@Amjath Rahman
About
Posts
32
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to HTTP post a files and key-value pairs?
    A Amjath Rahman

    Hi! I am a bit lost. I want to upload a files and key-value pairs via HTTP post. A single file and a single collection of key-value pairs is easy. You just have to use the System.Net.WebClient class and its UploadFile, UploadValues method. Can anyone explain to me how to post both files and values with one request? I would very much appreciate any hint! with Regards Amjath

    C# csharp tutorial question

  • Include another EXE(having UI) in my C# Desktop Application
    A Amjath Rahman

    Hi First of all thanks for u response. i have a Application written in vc++ window based(its some what black box to me). i want to use that application in my c# window based application is it possible. with Regards Amjath

    C# csharp c++ design

  • Include another EXE(having UI) in my C# Desktop Application
    A Amjath Rahman

    Hi All, Im right now working in Window Application using C#. Is there any way to include another windows Application(written in VC++ having UI also) in my Application. With Regards Amjath

    C# csharp c++ design

  • Chnaging language depending upon country choose in the PC - HTML
    A Amjath Rahman

    Hi All, I want to change text in my html page to the language selected by the user in his/her PC. how can i do this im using only HTML and javascript(no asp.net) With Regards Amjath

    Web Development csharp javascript html asp-net question

  • Forcing A Page To Load From Cache
    A Amjath Rahman

    Hi All, how can i do this Forcing A Page To Load From Cache..????? plz help me With Regards Amjath

    Web Development question help

  • Want to store HTML File in cookie
    A Amjath Rahman

    Because i always want to load the page from cache not from the server. if page not found in cache then only i have to fetch the page from server. i dont know how to do this, thats why im planing to keep the page in cookie and load from there.... plz guide me.... My requirement... Always load the page from cache(.bmp, .css, .js) is it possible...??? how can i force the browser to always take the file from cache. my using only html and javascript. With Regards Amjath

    Web Development html help tutorial question

  • Want to store HTML File in cookie
    A Amjath Rahman

    Hi All, Is it possible to store HTML file inside a cookie. I'm try to store 1 big html file in cookie but it store only that '' tag alone, and delete all r cookies which were previously created. plz help me out how to proceed now....???? With Regards Amjath

    Web Development html help tutorial question

  • Image not to Reload again and again
    A Amjath Rahman

    i think some way is there to say always pick from cache, if not found in cache then only it should get from the serevr....

    Web Development css help

  • Image not to Reload again and again
    A Amjath Rahman

    Hi All, I'm creating a webpage, in that it wont reload the image again and again it is possible. like all my page have header and footer images. if i go from page 1 to page 2, the already download image should be used. instead of getting new image.... same for CSS also plz help me out With Regards Amjath

    Web Development css help

  • Thread Socket programming
    A Amjath Rahman

    Hi ALL, Plz any have the code for socket programming in vc++ for dialog based application, in such a way that Receive should happen in 1 thread and send should happen through other thread. plz help me With Regards Amjath

    C / C++ / MFC c++ help

  • Socket ptogramming
    A Amjath Rahman

    Thank u very much dude im new to vc++, sorry for asking such a small question from where v can get this variable buddy "ListenThreadID"

    C / C++ / MFC help question

  • Socket ptogramming
    A Amjath Rahman

    First of all thanks for ur reply...... if possible plz help me through some sample code.......... can u plz do this needful help... With regards Amjath

    C / C++ / MFC help question

  • Socket ptogramming
    A Amjath Rahman

    Hi All, Im implementing socket in my application. its working fine, but my problem is i want to attach a thread for socket receive. how can i implement this, plz help me out... im using CAsyncSocket. its a dialog based application. With Regards Amjath

    C / C++ / MFC help question

  • Detecting key pressed on parent/childs MDI forms
    A Amjath Rahman

    hi daniel, for each form u have a property called kypreview, make this as true and then add keypress or keydown event to that form, so all the key press event come that function first and then goes to corresponding control i hope this will solve ur problem With Regards Amjath

    C# help lounge learning

  • covert string to particular pattern
    A Amjath Rahman

    Hi All, For example im having a string like this "0:30:1A:1E:55:2" i want to convert this string to "00:30:1A:1E:55:02" how can i do this. right now im split the string using ':' and then find the length if its 1 then add 0 in front of it, it works fine for me.... but i think some simpler way must be there.... so plz guide me if am wrong With Regards Amjath

    C# tutorial regex question

  • using chart in c# application causing problem
    A Amjath Rahman

    Thanks for your valuable input. how to install and register this mschrt20.ocx. sorry for the inconvenience. With Regards Amjath

    C# help csharp c++ com question

  • using chart in c# application causing problem
    A Amjath Rahman

    Hi All, My Application is a windows based(.net 2.0) application using C# I got this error "class not registered (exception from hresult: 0x80040154(regdb_e_classnotreg))" when i try to run my application. In my application am using axMSChart so i include the following dll's AxInterop.MSChart20Lib Interop.MSChart20Lib Interop.MSDATASRC Interop.stdole My application works file when the pc is installed with vc++ SDK + framework 2.0 or else i got this error message how can i solve this plz help me i have to send it to the customers place With Regards Amjath

    C# help csharp c++ com question

  • where can i find Microsoft Excel 11.0 Object Library in Visual C# 2005 Express Edition
    A Amjath Rahman

    Hi All, I like to do some Excel File operation in my C# windows application. but i cant find this Microsoft Excel 11.0 Object Library in Add Reference ---> com tab where can i find this.....? plz help me out With Regards Amjath

    C# csharp com help question

  • Discover a Device in C#
    A Amjath Rahman

    Hi Martin, Thanks for ur valuable inputs. i will explain in detail wat i want, i have 1 details connected to my pc that device associate to many wireless clinet, i want get the information abt that wireless devices, how can i do that With Regards Amjath

    C# csharp help question

  • Discover a Device in C#
    A Amjath Rahman

    Hi All, I want to find find all the device around my PC or Device, How can i do that i broadcast message, all client around for responding but not able to collect all the message plz help me to find the answer With Regards Amjath

    C# csharp help question
  • Login

  • Don't have an account? Register

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