Windows Programming - April 2017

Populating Array of Buutons
 
I have a 100 buttons that I have already have created they are button1, button2 and so on.I have created a two dem button array. I was wondering what would be t...
[2 replies] Last: You can access a button by name like this: Button^ btn = (Button^... (by Thomas1965)
by TreyG
undefined reference to `WinMain'
 
I am currently trying to use the SDL2 program. I just have the basic program to set up the window right now, and it doesn't compile. I am using CLion, and Mi...
[3 replies] Last: Nevermind, I forgot the target_link_libraries part... Thanks for the ... (by TreyG)
Dev C++ or Code::Blocks???
 
i have a problem.i have followed many tutorials on web to learn c++,but one problem was the compiler i had,i tried turbo c++,borland,vc++,you name it, now iam ...
[6 replies] Last: turbo c++,borland Where did you get your time machine from?... (by Golden Lizard)
Need help with a recursive function
 
Hello, I have an assignment coming up in which we are supposed to input a value and then convert it into another value by multiplying it with a conversion fact...
[3 replies] Last: Looks like you've got an error over and that's why it won't compile. W... (by benhart)
i am at loss with .dbf
 
Only Visual FoxPro could show next msg: Record out of range. I got this error, and don’t know what to do. Any suggestions with recovery dbf foxpro…
[2 replies] Last: One of the best online-services is https://onlinefilerepair.com/en/dbf... (by tankolor)
What is function in C language?
 
I just learn computer programming for my it course. I dun understand what is function and return data type, function name,parameter list? What used for them in...
[6 replies] Last: C does not have bool as a built-in type. C99 has _Bool which is a... (by TheIdeasMan)
Best Tutors on CPP??
 
which are the best,beginner/novice friendly tutors in CPP? i have been following the Cplusplus pdf tutor and learncpp.com tutor.but some things are not well ex...
[no replies]
noob question pointers + WINAPI
 
so i am trying to mix pointers and winapi i have some confusion #include <windows.h> #include <tchar.h> #include <urlmon.h> #pragma comment(lib, "UrlMon.lib"...
[1 reply] : An easy way: #include <windows.h> #include <tchar.h> #include <urlmo... (by Thomas1965)
by Kmpck
MFC C++ Add Event Handler to items that user adds to a List Control help
 
Hi guys! So I am having trouble with finding information about how to add a Event Handler to items that are added to a List Control by a user after the appli...
[4 replies] Last: Good that you found a book. but I can not see a way for it to differ... (by Thomas1965)
C++ GUI BattleShip
 
code
[2 replies] Last: Double post. http://www.cplusplus.com/forum/beginner/213903/ (by Thomas1965)
SQL Server
 
I am get the following error while connecting to SQL Server 2005. An error has occurred while establishing a connection to the server. I am connecting to a l...
[1 reply] : Below is a link with information that can help you solve this problem:... (by RichardRoss)
by Hex213
Compare variable
 
Hi, I have another problem. Does anyone know how to compare variable in the template? template <typename st> st ConT(st x) { !Problem! return x; } ...
[2 replies] Last: Does this mean you want to determine if st is one of bool, string, i... (by mbozzi)
URGENT HELP PLEASE!!!!!!!!!!
 
Write a program that inputs a time from the console. The time should be in the format "HH:MM AM" or "HH:MM PM". Hours may be one or two digits, for example, "...
[1 reply] : Question cross posted here. http://www.cplusplus.com/forum/general/213... (by wildblue)
Get computer IPv4
 
I would like to get the computers IPv4 as I am doing socket testing All I want to do it: std::string ipv4 = GetIpv4(); Then addr.sin_addr.s_addr = inet_...
[2 replies] Last: For that computer, all it does is basically host it on that computer w... (by TheScripterGeek)
by Hex213
Variable test
 
Hi, I need make one function with different returns. Can you help me? .. Best for win32. I tried the search on google but I didn't find. It should work on th...
[3 replies] Last: I also think you should read those tutorials as they can help you a lo... (by benhart)
by xort
WndProc: Not getting any key-input messages even though window has focus
 
Hello, for some reason which makes no sense to me, I wont' receive any key-events (WM_KEYDOWN/WM_KEYUP/WM_CHAR/etc) in the WndProc for my window as soon as it ...
[1 reply] : Sounds strange. All I can say is that the Window Procedure for whatev... (by freddie1)
Opening Serial Port?
 
Hello! I am trying to open my serial port in a Windows Form Application (Visual C++) however, I'm getting errors! Any help is much appreciated! gpsProject.c...
[6 replies] Last: Why don't you try to implement this event handler. AFAIK once the port... (by Thomas1965)
by LeoS83
Microsoft Access 2013
 
Hi All. I am using Microsoft Access 2013 on Windows 8.1. Everything was running fine until it recently stopped running for no real apparent reason. I am getting...
[1 reply] : Below links with information that may help you resolve this issue: htt... (by merR00)
Two USB joysticks, force one to be enumarated first
 
Hello I built my own arcade cabinet with two joysticks and several buttons. Each of them is connected to one printed circuit board: https://www.amazon.com/X...
[no replies]
by alr
ONE .H FILE AND TWO .C FILES, ITS SUPPOSE TO RUN I DON'T KNOW HOW TO FIX MY ERRORS
 
HEADER FILE//////////////////// #pragma once typedef enum showType { Movie, Play, Musical }st; typedef struct Ticket { int Tid; char showName...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ http://www.catb.org/esr/faq... (by mbozzi)
April 2017 Pages: 12
  Archived months: [mar2017] [may2017]

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