Language
Any
Platform
Any
License
Any
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...
: 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:...
You can use RichEdit but there is already a component. Try SynEdit.
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...
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...
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...
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...
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.
hi all
is there any function which helps to display text to the right side of the window in the title bar.
PLZ help.
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)...
SelStart;
for(int i=0;iText.Length();i++)
{
if(RichEdit1->Text >= 'A' && RichEdit1->Text SelStart = i;
RichEdit1->SelLength = 1;
RichEdit1->SelAttributes->Color = clBlue;...
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...
me facing the same problem
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...
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,...
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...
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...