Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
About Me

Tech Support

Interests
Programming, Gamng, Books and Movies

16 Posted Topics

Member Avatar for BruenorBH

I am trying to open a cmd window as an admin but it never works. I can open a command window but it does not open as the admin.. Here is my code (VB.NET 2008).. [code] 'This is in a module Public strUserName, strPassword, strDomain As String Public SecPassword As …

Member Avatar for BruenorBH
1
202
Member Avatar for BruenorBH

I am trying to change the NIC speed through the registry.. But my problem is that I dont fully understand the command RegSetValueEx. I have checked the Internet up and down for some good examples but have fallen short.. I am tring to set the default value for the NIOC …

Member Avatar for BruenorBH
0
418
Member Avatar for BruenorBH

I want a user to be able to select an audio file to play but am unable to figure out how to create a file open dialog box in Win32 API. I could create one from scratch but am hoping that there is an easier way than manually creating it. …

Member Avatar for BruenorBH
0
168
Member Avatar for J2684

Have you tried disconnecting all cords except monitor, keyboard, mouse and power cords then reboot. Durring windows startup (where you see it run its boot sequense) see if you get any errors. If you still cannot restart with your windows disk in the drive (do not boot to cd but …

Member Avatar for BruenorBH
0
83
Member Avatar for BruenorBH

I am getting the above error when trying to compile.. main.cpp [code=cplusplus] #include <windows.h> #include <string> #include "resource.h" #define GETITEM(item) GetDlgItem(hWndDlg, item) static bool keeprunning = true; static bool keeprunning1 = true; static bool keeprunning2 = true; static void run(); static void breakrun(); static void lunchrun(); static void end(); static …

Member Avatar for BruenorBH
0
249
Member Avatar for BruenorBH

I am new to Win32 API and am having trouble setting up the menu. Here is what I have at the moment (my new way of doing the main.cpp code is from another member) but I cannot understand where to put in the function call for the menu.. main.cpp [code] …

Member Avatar for nucleon
0
163
Member Avatar for BruenorBH

I am using GetWindowText to take user entered data, then seperate it out into variables, then finally use the one variable I need. .The only problem is that when debugging, I am seeing 2:00 pm listed as "2:00 pm", '\0' <repeats 17 times> it should just be 2:00 pm or …

Member Avatar for nucleon
0
145
Member Avatar for BruenorBH

I am getting error that I am doing an invalid conversion from int to char. I am using sprintf to change a user entered hour called ETHour to char, then strcat more chars onto it to create a time then trying to post it to a window.. [code] char cETime[8], …

Member Avatar for BruenorBH
0
333
Member Avatar for BruenorBH

I am trying to create radio buttons in Dev-C++ using C. I am new to Win32 API programming also. What I have done so far is create the main app window, added textboxes, check boxes and a few radio buttons. The only issue I have now is that You cannot …

Member Avatar for BruenorBH
0
311
Member Avatar for BruenorBH

I am creating a program in Dev-C++ v. 4.9.9.2 using Win32 API that loads from a file and saves to a string. The only issue is that I cannot split the string to the requested variables... Here is what is in the file... 08:00:00 PM, 08:00:00 PM, 08:00:00 PM, 08:00:00 …

Member Avatar for BruenorBH
0
114
Member Avatar for BruenorBH

I am sort of new to Win32 API programming with C++ and I am having an issue trying to save what is in the textboxes to a file when you hit the close button. I am using the WriteFile() and CreateFile() functions. Everytime I try to do it I get …

Member Avatar for BruenorBH
0
184
Member Avatar for BruenorBH

I am trying to create a thread to continually update the time in the textbox. The issue is how do you reference a textbox in that was created in the main section of the program? main.cpp [code=c++] #include <windows.h> #include <ctime> #include "resource.h" static bool keepRunning = true; static HANDLE …

Member Avatar for BruenorBH
0
149
Member Avatar for Serunson
Member Avatar for radesh0430

When you go wireless make sure you are within the distance limits of the router and that the firewall is allowing the connection. When it comes to Ethernet cable make sure it is a good cable and seated correctly. One thing you can do is go to command prompt (Start …

Member Avatar for digitalocksmith
0
124
Member Avatar for BruenorBH

Hi all I have been searching for a forum that I can grab code, offer tech support or just shoot the bull. I have been in Tech Support for over 10 years and have worked for companies like Sony, United Online and now HSBC. I have a broad knoledgebase of …

Member Avatar for zandiago
0
93
Member Avatar for atomicopera

HDD (Hard Disk Drive) knocking is a sure sign that it is fried. What you do is replace the HDD and put this one as a slave. when you install the OS (Operating System) on the new drive the other one might be able to be accessed as a seperated …

Member Avatar for BruenorBH
0
125

The End.