Windows Programming - June 2016

Can someone help me with GUI
 
http://imgur.com/R7pY021 http://imgur.com/ax7uWeQ http://imgur.com/7oRVZbh What's wrong here? This thing annoys me entire 3 days. Can someone help me?
[2 replies] Last: D:/Misc/Documents/C++/Projects/labasss/labasssApp.cpp:18: undefined re... (by Pranciskus)
how use WM_MENUSELECT message correctly?
 
i have these WM_MENUSELECT message: static Menu *mMenu=NULL; static UINT Last_Menu_ID=-1; case WM_MENUSELECT: ...
[1 reply] : i was doing some errors, like not testing the GetMenuItemInfo() return... (by Cambalinho)
Call PerformClick from another form
 
Hello, i have 2 forms, one is main where i show tasks created by user and second is for create new task an i want after create call performclick on button which...
[5 replies] Last: In your main form you can set the owner of the second form. Form2 fr... (by Thomas1965)
API WaitForSingleObject
 
A program to detect changes in the current registry, making reference to a basic example of msdn.   This really sounds like a simple problem solving designed...
[no replies]
How to create application which is not based on conhost console?
 
#include <iostream> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } I want to make it as windows applicatio...
[1 reply] : Here is how you create a Windows GUI app. #include <windows.h> #inclu... (by Thomas1965)
by abu
How to set the value of a datagridviewcomboboxcell
 
Hi there How can we set, programmatically, the value or the selected index of a datagridviewcomboboxcell in windows form? I have tried it in few ways, one sho...
[2 replies] Last: Thank you so much! (by abu)
How to get button name when i add it programically
 
hello, how can i get button name on click when i add for example 5 buttons with for cycle via panel.Controls.Add(button) for example. Thamks
[2 replies] Last: oh thanks, i still mean i can use sender->Name or something else, than... (by BAILANDO)
Database Error: Unable to connect to the database
 
I am getting this MySQL error while trying to access the site and and even while trying to log into administrator. Database Error: Unable to connect to the ...
[2 replies] Last: Hi; You can start/stop the mysql service on the server by logging int... (by bizzar271)
by abu
How to read an array of string from a text file
 
Hi there, How can I write a program in Windows Forms Application using VS, C++, that reads an array of strings (mostly numeric) from a text file? What I wan...
[2 replies] Last: Thanks Thomas, it worked! (by abu)
by sambos
Worksheets to DataSet
 
Hello, I'm having trouble reading and storing worksheets into a dataset. This is my code: DataSet^ ds = gcnew DataSet(); String^ ConnectionString...
[1 reply] : It appears that I've solved my own problem... The line: com->Comman... (by sambos)
by sambos
Apostrophe / String^
 
Hi, I'm having some issues around dealing with an apostrophe in a String^. I have a dataGridView that has a series of names in it. These names are exported to...
[2 replies] Last: Hi Thomas1965, Thanks for your reply. I've tried this way too but st... (by sambos)
using variable insert to directory
 
#include <fstream> #include <memory> #include <direct.h> #include <windows.h> #include <time.h> #include <windows.h> #include <Lmcons.h> int main() } using...
[11 replies] Last: OK, it's not really important. Try the code above. I edited it after ... (by Pranciskus)
How to use equality in following directory?
 
#include <fstream> #include <memory> #include <direct.h> #include <windows.h> #include <time.h> //C++98 implementation, this function returns true if the copy...
[3 replies] Last: http://www.cplusplus.com/forum/beginner/12076/ (by closed account 48bpfSEw)
Disable minimize window [Windows logo key + D] or + M for a single program only
 
What would a creator of a media player need to do to disable Windows logo key + D or Windows logo key + M or the Windows Show Desktop shortcut That way, if t...
[1 reply] : You respond to WM_SYSCOMMAND messages and handle SC_MINIMIZE system co... (by closed account E0p9LyTq)
bool die(const string & msg);
 
I have been working on an assignment for class and it is nowhere near done, but i have run into an issue that i cannot work past, i was told to include "bool d...
[1 reply] : Please, please, please read the rules and use code tags when posting... (by TwilightSpectre)
authenticated user to particular folder in asp.net
 
I have ASP.NET web application hosted on asphostportal I have to provide access to only authenticated users to a particular list of pdf kept in a folder "Pdf...
[2 replies] Last: Hi marchelondo check this helpful link.I hope it will help you https:... (by Allenscott)
Header files
 
Can someone give links of header files? At this point I need <CkMailMan.h> <CkEmail.h>
[1 reply] : https://www.google.de/search?q=%22CkMailMan.h%22&ie=utf-8&oe=utf-8&cli... (by closed account 48bpfSEw)
by m0derN
What is wrong?
 
So I made a program for playing Truth or Dare, and recently I decided to add a help menu, and once i finished and tried to compile it, it gave me some errors. I...
[2 replies] Last: Thank you, it works perfectly now. (by m0derN)
LoadLibrary failing
 
Hi, I have a simple program that is failing all the time. Here it is #include <windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInsta...
[1 reply] : Hi, I've sorted this out. I was mixing 32 and 64 bit code. Thx FC. (by Fractal Cat)
C# include
 
Hello, it's possible to include header file in Visual C# Form application? For example i have code (on bottom of this text) and i want use it in my code, how ca...
[5 replies] Last: Hello, thanks for answers, namespace SrcdsConfigTool { public parti... (by BAILANDO)
June 2016 Pages: 1234
  Archived months: [may2016] [jul2016]

This is an archived page. To post a new message, go to the current page.