Tools And Utilities
Forum Post

How to make an admin panel with C#

i want to make an admin panel to access form2, i want to open form2 when i click on the login button, if user doesnt exist in my database he/she can sign up for access the program(form2). How...
Forum Post

Re: function to display text rightside of window

: thanks for ur reply anthrax11. can u plz explain these lines : EmptyWidth = WindowWidth - TitleSize.cx - TimeSize.cx - Padding; : EmptyWidth /= SpaceSize.cx; The window caption has 4 parts:...
Forum Post

Re: Perform "Syntax Highlighting" in TRichEdit

You can use RichEdit but there is already a component. Try SynEdit.
Forum Post

Re: function to display text rightside of window

TextOut(pt.x,5,strTime,(char)strlen(strTime)); ReleaseDC(hWndDC); } it display time to right side of window.but which ever window i select it displays even in system tray. can u plz tell...
Forum Post

Hard Code ASM Instruction in C

Hi All, I am trying to put a series a branch instructions in a certain part of the flash memory, I already made the needed changes to put values on that part of memory, the problem is, I need to...
Forum Post

How to Use CriticalSection in MFC

Hi I have two worker threads, where one thread(WriteBuf) is writing into buffer and another thread(ReadBuf) is reading from the same buffer. I have created CriticalSection object like...
Forum Post
Forum Post

Re: function to display text rightside of window

i want to display time there. should i do like this CString str; str=" "; str = strTitle + str + strtime; //strtitle is the title of window but can i use...
Forum Post

Re: function to display text rightside of window

You could dynamically add spaces to the beginning of the title depending on how wide the window is, though I don't know why you would want to do this.
Forum Post

function to display text rightside of window

hi all is there any function which helps to display text to the right side of the window in the title bar. PLZ help.
Forum Post

Object File Library ERROR

antlr.lib(String.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::locale::facet::_Register(void)" (__imp_?_Register@facet@locale@std@@QAEXXZ)...
Forum Post

Re: Perform "Syntax Highlighting" in TRichEdit

SelStart; for(int i=0;iText.Length();i++) { if(RichEdit1->Text >= 'A' && RichEdit1->Text SelStart = i; RichEdit1->SelLength = 1; RichEdit1->SelAttributes->Color = clBlue;...
Forum Post

InitInstance in MFC

Hi, Can anyone tell me in Dialog Based Application why are we creating Dialog in InitInstance function,cant we do that outside ? How does my App class and dialog class are inter-related to each...
Forum Post

Re: No color printing in Visual C++ 6

me facing the same problem
Forum Post

Perform "Syntax Highlighting" in TRichEdit

Hi, guys Currently I have a very confusing problems. Lately I am developing a small project. In my project, I use a RichEdit component. I wonder how can we perform action like in IDE programs which...
Forum Post

Sound in real time in VC++

Hi to all, I am new. I am Nillus, and write from Italy. This is my first post so be patient please! I use Visual Studio 6 in WinXP Home SP2. Looking for what I need, I saw a thread in here,...
Forum Post

Please Help needed to compile my first kernel program

Please Help needed to compile my first kernel program I have compile & install new kernel 2.6.32.3 on path: /root/linux2.6.32.3/ I have written small program at path: /root/abc/ I already...
Forum Post

Sudoku with Window Form Application

Hello everyone, I'm trying to write a program that solves a sudoku in Windows Form Application. I've got algorithm in console application and I don't know how to apply it to windows form. In...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.