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.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for functionalCode

Hey everyone one I have some code and I need to change the address to the function I want to go to. I need to change the address of normal in the menufunc array to administrative. I have constructed this string that puts me in menufunc[2]: xxxxxxxxxxxxxxxxxxxx111111111122222222223333333333444444444455555555556680487d2 The address of …

Member Avatar for Narue
0
139
Member Avatar for functionalCode
Member Avatar for Dani
0
35
Member Avatar for functionalCode

Hey everyone: Can someone tell me why when I called printf in main I get a blank character. I ran this code in a C interpreter and it works fine, but when I compile with gcc and run it, it doesn't print out the new string. I get a empty …

Member Avatar for NP-complete
0
98
Member Avatar for functionalCode

Hey everyone I am trouble getting a reference to dropdownlist1. I need to get the selectedvalue so I can use the sqldatasource to update the table in my database. How can I get a reference to dropdownlist1. I have used Page.FindControl(), but I still am getting a null pointer exception. …

Member Avatar for Knvn
0
118
Member Avatar for scriptkiddy

Hi, how is the system function done? Atm I am doing it like this: invoke ShellExecute, NULL, addr szopen, addr cmdexe, addr szparams, NULL, SW_SHOW But it requires the program to know the persons homedrive. Is there a system(); function that can be used in assembly? If so, what library …

Member Avatar for functionalCode
0
250
Member Avatar for functionalCode

Hey everyone I am trying to read a hexadecimal registry value from a registry key, I am opening the key and then calling RegQueryEx, but I can't seem to get it right. Can someone post an example. Thanks.

Member Avatar for functionalCode
0
95
Member Avatar for functionalCode

I have been searching and can't quite find how to call a C++ library function from masm. I would like to be able to call printf and system. Can anyone point me in the right direction? Thanks

Member Avatar for ov3rcl0ck
0
92
Member Avatar for functionalCode

I wrote a query that will return a large amount of records. When I run the query it fill a datatable then show it in a datagridview, but I am only getting 80290 rows. There is more than that. Any idea of what is causing this? Thanks

Member Avatar for Mick Curley
0
103
Member Avatar for functionalCode

I need to write a program in assembly that will read a file using the irvine library. My question is if I read in 50 bytes into a buffer, I can't figure out how to get the second 50 bytes and so on? Does anyone have an idea on how …

Member Avatar for wildgoose
0
54
Member Avatar for functionalCode

I am filling a datagridview from a datatable which is filled from my database. I want to make a column a combobox column. That column is filled with name id's. How can i make it show the name so I can use the sql command builder to insert a new …

0
52
Member Avatar for functionalCode

I am working on an application and I have SQL server 2008 running on my local machine when I start the application everything works fine, but when I moved my application to my laptop the program connects to sql server, but it cannot find any of my stored procedures when …

Member Avatar for functionalCode
0
96
Member Avatar for functionalCode

I am new to crystal reports. I am trying to create a crystal report from my database that is structured similar to this: Company JobNumber Platform Level Area Item Component I need to create a report from this hierarchy. Each table is linked by a foreign key. I need to …

Member Avatar for kvprajapati
0
55
Member Avatar for functionalCode

I have a datagridview that is filled from a database. I filled a datatable and assigned it as the datasource to the datagridview. I want to be able to select a row from the datagridview and hit a delete button and it be deleted from the database. What would be …

Member Avatar for functionalCode
0
93
Member Avatar for functionalCode

I am wondering if anyone can point me in the right direction so I can save the returned identity value from one of my stored procedures. How can I save it into a variable. Any help or examples is appreciated thanks!

Member Avatar for Ramy Mahrous
0
98
Member Avatar for functionalCode

I have a main form and I have menu's that open up within the form, but when I open a menu they open off the form. What do I need to do to make the forms open at the center of the main form? Thanks

Member Avatar for sknake
0
56
Member Avatar for functionalCode

I have a combo box which is in set to be a drop down list. How do I change the label text based on which ID is selected in the combo box. How do I make the label text change to the corresponding row as the ID? Thanks

Member Avatar for functionalCode
0
183
Member Avatar for functionalCode

Hello Everyone, I have a database that has some items and I would like to fill a combo box with the items and have the combobox selected value set the corresponding item ID. I have seen so many ways to do this I am not sure which way to go. …

Member Avatar for Ramy Mahrous
0
77
Member Avatar for functionalCode

I'm working on a program to upload some files to an ftp. I created a thread the starts the upload when the upload button is pushed. When the upload button is pushed the GUI freezes because it is uploading. What change would I have to make to get the GUI …

Member Avatar for BestJewSinceJC
0
106
Member Avatar for functionalCode

Hello everyone I am working on a ftp uploader and I have the class and the form. I have a progress bar on the form, but I need the class to tell the form to update the progress bar with the proper percent complete. I can't seem to figure out …

Member Avatar for functionalCode
0
89