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
M

Manu81

@Manu81
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • db permissions
    M Manu81

    Hai.. Iam developing a website to download softwares...I have a database in access where I store all the values and paths for the file download... I dont want all the users to write/modify the database thro web.They can only read the db.My db is on the win2000 server.I set the permissions accordingly ie. only admin has full control to db, IUSER has read/execute,and Everyone has only read/execute permissions. But when I logged on the server as admin and I tried to modify/write the db thro web, it didnt allow me and gives error that an 'updatable query must be used'. I referred to some article and found the cause as permissions.The article suggested that I should give full control to the IUSER account.So I changed the permission settings and gave full control to IUSER and inturn everyone. So now any user accessing the web can modify/write the db which I dont want... Am I missing anything here???What is problem??any ideas... thanks a lot..

    ASP.NET database help question sysadmin

  • submitting a form
    M Manu81

    Hai.. I'm new to asp...I want to know how to submit a form to the server without using a input button of type submit...ie i have list control in my form..as soon as i select a value from the list it should get submitted to the server.. how should i do this.. Thanks in advance..

    ASP.NET sysadmin tutorial

  • Mapping Right mouse click to button click
    M Manu81

    Hai, I am working on win32 and I want to know how to set mouse right button click to click my buttons on runtime.Do anyone have ideas.. Thanks a lot...

    C / C++ / MFC tutorial

  • C++ timer question
    M Manu81

    hai, I am working on VC++ win32.I am creating a timer that decrements a counter every second(in Dlg Procedure).I have class where I have to reset the value of the timer.I am thinking of how to do this? ie. //main.cpp int g_counter = 10; main() { ///here i decrement the timer every second } // myclass.cpp int myclass::myfunction() { ///here i want to set g_counter = 10;////how should i exactly do it.. }

    C / C++ / MFC c++ question tutorial

  • subclassing in win32
    M Manu81

    hai, I want to attach a bitmap to my button using subclass.I'm using win32 vc++. I have subclassed my button(IDC_BUTTON1). ie. i have done lpfnOldWndProc = (WNDPROC)SetWindowLong( GetDlgItem(hDialog,IDC_BUTTON1),GWL_WNDPROC,(DWORD)SubClassFunc); ...... LONG FAR PASCAL SubClassFunc(HWND hWnd, UINT uMsg, WPARAM wParam, LONG lParam) { } but inside this SubClassFunc what should I do to attach the bitmap(IDB_BITMAP1)? Can anyone help?

    C / C++ / MFC c++ delphi graphics help question

  • subclassing in win32
    M Manu81

    hai, Thanks a lot.I understood your code.But inside this subclass procedure what I should do to attach my bitmap to the button? thanks.

    C / C++ / MFC c++ graphics help question learning

  • subclassing in win32
    M Manu81

    hai, I want to attach a bitmap to my button control.I'm using win32 vc++ and I am just the beginner to vc++. I used loadbitmap() and sendmessage() to button control.It worked.But I was requested to do with subclassing. I pretty much have no idea.I tried MSDN. It's there for MFC (subclassdlgitem())but I want to do in win32.Can anyone help me?

    C / C++ / MFC c++ graphics help question learning
  • Login

  • Don't have an account? Register

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