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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

syedhassan4

@syedhassan4
About
Posts
25
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MousePosition vs lParam
    S syedhassan4

    Why values are not same? I simple want to find the position of Cursor through LParam. But calculated values are different. Point screenMousePointOld = Control.MousePosition; Point screenMousePoint = new Point(LoWord(message.LParam.ToInt32()), HiWord(message.LParam.ToInt32())); private static int HiWord(int number) { if ((number & 0x80000000) == 0x80000000) return (number >> 16); else return (number >> 16) & 0xffff ; } private static int LoWord(int number) { return number & 0xffff; } What I am doing wrong?

    C# visual-studio question

  • A good Visual Basic 6.0 Book
    S syedhassan4

    From where i can download the Source code of that book. :confused: (for Free) :-O

    Visual Basic c++ com help question

  • Include Tag -- File Vs Virtual
    S syedhassan4

    I am getting problem on running my web site actual problem in INCLUDE tag. I start byuilding my using "INCULDE FILE" tag and it is ruuning okay on my machine. But when i upload my file to the WEB Server, i got surprise that the Administrator of that Web Server blocked the INCLUDE FILE tag ;P, they said to me use INCLUDE VIRTUAL tag X|. So i change all my INCLUDE FILE tags to INCLUDE VIRTUAL, but the problem is that the INCLUDE VIRTUAL is not running or behaviour of this tag is not same as on WEB Server (on which i loaded my site). But i manage to write INCLUDE VIRTUAL in that way that those file are able to run on the Web Server. My question is ... what i am missing on my local machine, Is there any service pack required or any thing required on IIS OR site setup making setup in IIS different for VIRTUAL. I am using Windows2000 Professional + IIS + ASP 3.0 Any help, comments, word will be help full. Thanx to all in advance.

    Web Development help visual-studio sysadmin windows-admin question

  • Wave Pedal
    S syedhassan4

    Hello guys ... I want to write an application which use Wave Pedal. From where i want to start this application. How inputs from Wave Pedal catch in application .... :confused::confused::confused: Actually i do not know from where i get Helped that's why i posting here. I hope u guys helped me in any way ... any artical, any web site, any code, any thing .... will help alot Thanx in advance ...

    Visual Basic help

  • CDONTS ... URGENT
    S syedhassan4

    Hello guys ... I am fasing a problem which I am unable to handle. I am using CDONTS object for mailling (since only object support by the server X| ). I am using HTML fromatting in that mail, when sending mail display on the HOTMAIL it is display good (all HTML formatting is worked) but when i saw this mail in any other mail server like YAHOO and in OUTLOOK box the HTML formatting did not WORK and worse is that the HTML TAGS also displayed in the message. How can i handle this ... and what i should do ... Waitting for your urgent reply .... Thanx in advance

    Web Development html sysadmin help question

  • I know it can be done ... but how ???
    S syedhassan4

    I got it ... it is X| AppExcel.DisplayAlerts = False Thanx for all But there is one more problem i am facing and this is when EXCEL.EXE is still in running condition, even i close the Application. I check it through Task Manager. For closing the Excel Application I use following code. AppExcel.DisplayAlerts = False wBook.SaveAs FileName:=strFileName, FileFormat:=xlNormal, ConflictResolution:=False Set wSheet = Nothing Set wBook = Nothing AppExcel.Quit Set AppExcel = Nothing After last line i check the Task Manager ... their is still a EXCEL.EXE running .... How i resolve this ... Again thanx in advance

    Visual Basic help question

  • I know it can be done ... but how ???
    S syedhassan4

    I am facing very simple problem (i alreday overcome from this problem before but at the moment i am unable to find the way ;P) Problem is I am writting(saving) a excel file from program ... before saving the file i open a "ShowSave" dialog from which i am taking the file name from it ... ( the dialog box prompt for ALREADY EXISTS file .. if any) ... but when i am finally going to save the file from "WorkBook.SaveAs" Microsoft Excel againg prompt from Overwrite message. I want to avoid this "OVERWRITE Message" :-D ... since i already asked from user before ... I know this can be done (since i already done this VC long time ago :(( ) but how ... Please help ... Any word, code, sample, web site, any thing will help me lot Thanx to all in advance

    Visual Basic help question

  • Resolution Or Screen Area :confused:
    S syedhassan4

    I have very simple question ... I want to know the current resolution or current screen size of system. I mean that Screen is on the 1024x768 OR 800x600 Size. (I hope u can understand my question ... not very good in english) Any help through code, web site or any thing will be appreciated and i will be thankful for that. Thanx in advance ...

    Visual Basic help question

  • Shockwave Flash
    S syedhassan4

    I want to run Flash file (swf). To do this I insert ActiveX for Shochwave Flash Object and give the Movie URL. But I get some problems 1) I have to give complete path of the file C:\Projects\Flash\Debug\abc.swf, If I give only abc.swf, the flash file will not display (unable to find the flash file). 2) If I want to display a flash file on the View, then how I can create "CShockwaveFlash" class object. Actually I am unable to understand the parameters of create() function and then which function will call for the flash file name and so on . . . 3) I have one very strange problem, why I compile and run the program, it run and display flash file correctly (I display it on the dialog box). but when I copied EXE in the different location on the same system it will not run the flash (this is the not the problem of flash file location). 4) How I can determine that the Computer can run flash file that is Shockwave player is installed on the system. 5) Is this possible that Flash file can be added in the resource. If "YES" then how I can load this file from resource ID. Thanks in advance. Any example, any web resource, any help, any . . . and looking for the reply . . .

    C / C++ / MFC help com adobe debugging tutorial

  • Using Excel From C++
    S syedhassan4

    Is this really possible to call printing of Excel Application?:confused:

    C / C++ / MFC question c++ com

  • Urgent: Combo Box
    S syedhassan4

    Sorry!!! It is Drop List.

    C / C++ / MFC help

  • Urgent: Combo Box
    S syedhassan4

    I have very simple problem that When I disable the ComboBox which has type "DropDown". It becomes grayed. I want it to be in White Color. I use "OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)" to change it but it dose not work properly .:confused: I wrote following code Following are Class Variables CBrush bkBrush; CBrush rBrush; BOOL CMyDialogBox::OnInitDialog() { CDialog::OnInitDialog(); . . . rBrush.CreateSolidBrush(RGB(255,255,255)); bkBrush.CreateSolidBrush(RGB(255,255,255)); . . . } HBRUSH CMyDialogBox::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); // TODO: Change any attributes of the DC here switch(pWnd->GetDlgCtrlID()) { case IDC_COMBO: pDC->SetBkMode(TRANSPARENT); if(GetDlgItem(IDC_COMBO) != GetFocus()) hbr = rBrush; else hbr = bkBrush; break; default: break; } // TODO: Return a different brush if the default is not desired return hbr; } Remember that ComboBox has property of Drop Down. Thanks in advance.

    C / C++ / MFC help

  • ActiveX
    S syedhassan4

    Please help me . . . I have a very simple Question. I want to use MSFlexGrid from Windows API, C++. I can not use VC++ and also VC editor. From where I am find sample on that. Thanx in advance.

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

  • MSFlexGrid
    S syedhassan4

    Can any one tell me that From where I can find good help to use MS Flex Grid. I already search MSDN and Microsoft sites but Could not find. I want to use it from C++ (if Possibe). Thanks in Advance.:-O

    C / C++ / MFC c++ css help

  • Client Area
    S syedhassan4

    I am drawing something on the OnPaint or OnDraw Method which some times go beyound the Client Area so Scroll Bar activated. After that user can do any thing. Through any event I want to convert whole client screen in to BMP. Problem is that when I took the Client Window Handle it is not giving the Data which is beyond theClient Screen (i.e., currently not visible but visible through scrolling). What I do to grab whole thing which I draw on the Client View. :confused: :confused: :confused: I am looking for any Code . . . any idea . . . any . . . Thanks in adnavce.

    C / C++ / MFC graphics help

  • Save Client Area as Image
    S syedhassan4

    I think this is very Simple Question but I am new babie :-O . In the SDI application. I draw something on the client area. I want to save this as a BMP and some other formats(GIF, JPEG . . .). So that this image can be open in any other software. My primary goal is to save it as BMP format. I want to do this without using any other's library. And also without using MFC (If possible, I hope) :confused:. Thanks in advance. Some sample code will help alot.

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

  • Very Simple Question
    S syedhassan4

    Thanks For Reply But . . . :confused: It dose not work. It actually makes the window size not changeable through dragging with Mouse. But I clicked Maximize Button of the Window it maximize to the Screen Size. Thanks for reply but also looking forward . . . :confused: Thanks in advance.

    Web Development java tools question

  • Very Simple Question
    S syedhassan4

    I am very very new Babie in Java Script. I want to disable the Maximize Button of the newly open Window through window.open(" "," ", options) In Microsoft Internet Explorer 5. I already used resize = no. but it dose not work. Thanks in advance.

    Web Development java tools question

  • Dialog Box
    S syedhassan4

    Thanks for idea. I will try it.

    C / C++ / MFC c++ help

  • Dialog Box
    S syedhassan4

    Please Check my question. I need that which Dialog is Active should be Front of Another. I already checked this but this is not working. :confused: :confused: :confused: Thanks. If sample Application(in Zip form) send.:-O

    C / C++ / MFC c++ 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