Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~10.6K People Reached
Member Avatar for something78

Hi, I am a student doing my Final Term Project. I am suppose to create a GUI using C# that can control and interact with a Robot call Robonova-1. The robot will be connected to the PC via Bluetooth. I was thinking to have a connection button in my GUI …

Member Avatar for Seten
0
10K
Member Avatar for jammmie999

So I have implemented a CSS3 transition to scroll a wide image across the screen using this code [code] animation-name:scrolling; animation-duration: 20s; animation-iteration-count: infinite; animation-timing-function: linear; @keyframes scrolling { 0% { background-position: 0% 0%; } 100% { background-position: -2000px 0%; } } [/code] Works fine, but after 20 seconds it …

0
55
Member Avatar for jammmie999

Hey Guys, I am trying to call a function in my DDL file [code] char DLL[1024]; _getcwd(DLL, 1024); strcat(DLL, "\\LoremIpsum.dll"); HMODULE Test = LoadLibrary(DLL); PluginEntry Entry = (PluginEntry)GetProcAddress(Test, "PluginEntry"); Entry(); FreeLibrary(Test); [/code] yet on Entry(); I get an access violation in 0xC0000005. What am I doing wrong? Thanks

Member Avatar for jammmie999
0
756
Member Avatar for jammmie999

Hello About a month ago I was beta testing Win 7. It worked fine for a while and then the keybord and mouse went off whilst I was using the pc. So I restarted the pc. Now the pc wont start and I get a message "keyboard error or no …

Member Avatar for HoustonIT
0
204