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

Atif Mushtaq

@Atif Mushtaq
About
Posts
53
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I hide mouse pointer when it comes over my window
    A Atif Mushtaq

    as in the subject

    C / C++ / MFC

  • news ticker problem
    A Atif Mushtaq

    Hi now a days i am developing a news ticker , just like one we could see on news channels at bottom a strip in which Text and logos scrolls from right to left. i have succeeded in scrolling the text , but i am feeling difficulty in scrolling logos or image alongwith text. so can anybody give some hint how to do it , or article abut such news ticker. even i dont mind to buy some news ticker component or stuff but i am not able to find one. Unmanaged in a .NET world

    C / C++ / MFC csharp help tutorial announcement

  • CListCtrl InsertItem
    A Atif Mushtaq

    In Report style fot a list ctrl . When I insert items , every new item enters at the top , so if I enter 1,2,3,4 in list control one by one it will look like 4 3 2 1 although i choose the Sorting to None. But I want that every new item should be entered at bottom and i also dont want sorting , sequence in my case is very important. So how to insert every new item at the last of list ctrl. to have such kind of result 1 2 3 4 where 1 entered first , 2 secondly and so on. Unmanaged in a .NET world

    C / C++ / MFC csharp algorithms tutorial

  • Best technique to Schedule Tasks
    A Atif Mushtaq

    Now a days i am working on a software , which will run specific scheduled tasks at certain time.What should be the technique to develop this software. One obviouse way is using Timers , but is there some built in notifications by windows.which could infrom my application at certain time. My schedule may be like this Task1 12:30:30 PM 7July 2004 Task2 2:30:30 PM 7July 2004 Task3 1:30:30 AM 8July 2004 Task4 12:30:30 PM 8July 2004 etc. Unmanaged in a .NET world

    C / C++ / MFC csharp

  • BMP TO JPG CONVERSION IN VC++
    A Atif Mushtaq

    There are many solutions such as CImage of MFC(or ATL), some third party libraries such as jpeglib.lib , CImageX etc. Unmanaged in a .NET world

    C / C++ / MFC c++ question

  • How can i disable the right click menu in webbrowser control
    A Atif Mushtaq

    as in subject Unmanaged in a .NET world

    C / C++ / MFC csharp question

  • Directplay voice on low bandwidth
    A Atif Mushtaq

    now a days i am developing a voice chat software , using DirectPlay voice , it has quite satisfactory results on broadband connection like 128kbits and above , but as far as dialup and low internet connection concerns , its performence is not very good, although i have used 3.kbps codecs , so can anybody tell me how to improve directplay performence on low data rate connections. Unmanaged in a .NET world

    C / C++ / MFC csharp tutorial code-review lounge

  • why SetLayeredWindowAttribute does not work for child windows
    A Atif Mushtaq

    why SetLayeredWindowAttribute does not work for child windows , as i want transparency effect for common controls.It looks WS_EX_LAYERED is not supported by child windows.so can anybody tell me a way to do this. Unmanaged in a .NET world

    C / C++ / MFC csharp

  • Tell me a true replacement for MFC sockets
    A Atif Mushtaq

    I want a true replacement for MFC Sockets due to its bugs and inefficiency , so can anybody refer me a socket library(free or commercial) which has almost same public interface of MFC sockets but efficient that MFC sockets. I have some existing projects which are running with MFC sockets , so i want such kind of replacement which doesnt change the existing code very much , but certainly should increase the performence. Unmanaged in a .NET world

    C / C++ / MFC csharp c++

  • Resize window from left side
    A Atif Mushtaq

    Hi , i want to trim(srink) and expand windows from the left side , to give the sliding window effect(as one can find in winodws media player where sliding windows open up from both side on button clicks) , but the problem is it can easily be done from the right side, by changing the width attribute of window gradually ,as width attribute always change width from right side. but how to do this from left side so any body have any clue. Unmanaged in a .NET world

    C / C++ / MFC csharp help tutorial

  • HWND TO string and string to HWND conversion
    A Atif Mushtaq

    Thanx very much , it really worked , thanx Unmanaged in a .NET world

    C / C++ / MFC csharp

  • HWND TO string and string to HWND conversion
    A Atif Mushtaq

    so far i am able to convert HWND to string but i am not able to find a way to convert string to HWND . There is a way to convert hex string to int but not hex. so either someone tell me int to hex conversion or direct string to hex. Unmanaged in a .NET world

    C / C++ / MFC csharp

  • Insert an image in dialog box
    A Atif Mushtaq

    There are couple of ways , doing this easiest way is to just use Picture control , availabe in control toolbar , other solutions might to use statndard GDI Api's such as BitBlt m StrtchBlt for reference u can visit Bitmap section of codeproject. Unmanaged in a .NET world

    C / C++ / MFC c++ question

  • A question about asycfilt.dll
    A Atif Mushtaq

    Hi Do anybody know what asycfilt.dll (system dll) is all about. When i run my software (a video streaming software) on windows XP , it sometimes crash and XP default crash reporting dialog comes which says Error occured in asycfilt.dll Offset 00008988 etc. so is there any way that i could judge the nature of error from this information , even if one get the detailed techinical report it is no more than bunch of assembly lines . Unmanaged in a .NET world

    C / C++ / MFC csharp help question

  • Transferring a BMP file on network
    A Atif Mushtaq

    Well can u clearly tell what problems u r having , is there some problem regarding socket programming or something else. Unmanaged in a .NET world

    C / C++ / MFC sysadmin help tutorial

  • how can use MFC in a non MFC win32 project
    A Atif Mushtaq

    Well I have solved this issue 1.First of include all headers files present in a MFC project stdafx.h 2.Go to Project --Settings ---General and select either MFC in shared library or MFC in static Library Option 3.In static library option it will give the already defined linking error to solve this issue follow this link and do the apropriate steps as given in this link http://www.as-ltd.co.uk/cgi-bin/support/faq/XLPFAQ004.htm after it include stdafx.h where u want to use MFC. Unmanaged in a .NET world

    C / C++ / MFC csharp c++

  • how can use MFC in a non MFC win32 project
    A Atif Mushtaq

    If I Include all MFC Headers file it gives in linking error "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in LIBCMT.lib(new.obj) when compiming in MFC Statis Library mode Unmanaged in a .NET world

    C / C++ / MFC csharp c++

  • how can use MFC in a non MFC win32 project
    A Atif Mushtaq

    Well i know it can be that way aswell , but i am more intrested in this cauz i have quite a few win32 projects (not written by me) and i want to extend them with MFC . So still my question is same Unmanaged in a .NET world

    C / C++ / MFC csharp c++

  • how can use MFC in a non MFC win32 project
    A Atif Mushtaq

    what steps i will have to do before i could use MFC in a win32 non mfc project. Unmanaged in a .NET world

    C / C++ / MFC csharp c++

  • How can i concate two bitmap to produce third combine bitmap
    A Atif Mushtaq

    Hello guys can i combine two bitmaps to produce a third combined bitmap . for example if i have two images of 160*120 then resultant bitmap will of 320*240 size , which will be displaying two bitmaps side by side in on image . so can any body guide me how to do this. Unmanaged in a .NET world

    C / C++ / MFC tutorial csharp graphics 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