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
~3K People Reached
About Me

Tech Support

Interests
Programming, Gamng, Books and Movies
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
195
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
413
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
164
Member Avatar for J2684

Hey, I have just acquired a problem yesterday night; as I was chatting on MSN, my laptop began to become super laggy; I immediately rebooted and when I tried to log back in, right about the time you enter the main desktop; a popup says that userinit.exe has failed to …

Member Avatar for BruenorBH
0
81
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
243
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
158
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
140
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
321
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
269
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
104
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
179
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
141
Member Avatar for Serunson

I don't think this has been done before, but why not try it, it's tech related in a way: I shall start 0

Member Avatar for William Hemsworth
0
648
Member Avatar for radesh0430

hi i am new here. when ever i connect my Ethernet cable to my laptop its says limited connection and even when i go wireless too. its is windows xp can someone please help

Member Avatar for digitalocksmith
0
121
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

windows xp pro last thing installed was animation shop transfered from another pc by mem stick after the installation computer considerably slowed down and now hours later it's inoperable okay.... currently my computer will boot up, and as soon as i log into windows everything stalls, and i get the …

Member Avatar for BruenorBH
0
120