Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
14% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
7
4 Commented Posts
~29.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for localp

I am new to C# and ASP.net. I have been asked to create a login screen which i have done. but i am sending messages as plain text. but the requirement is to not show the password that is sent across the network. How can i do this. Any tutorial …

Member Avatar for tinstaafl
0
80
Member Avatar for localp

Hello, I have Googled this for days, but couldn't find a suitable code/tutorial. I need to write a simple java webservice that would return a XML/JSON file as its output. For example say there's a button, and when i click on it, it should run a SQL [CODE]select * from …

Member Avatar for ~s.o.s~
0
141
Member Avatar for localp

I need to create a swing application, and draw a rectangle and paint it with RGB values. [CODE] Color c = new Color(10, 198, 19, 23); [/CODE] How should i do this ? any tutorial or example i could start with ?

Member Avatar for Ezzaral
0
62
Member Avatar for localp

Can someone give me a sample code to confine the cursor on to a Form. I found this ([URL="http://msdn.microsoft.com/en-us/library/ms648383(v=vs.85).aspx"]ClipCursor API[/URL] , that says it can be done using it). I am having a C# windows form application and using VS 2008.

Member Avatar for ddanbe
0
115
Member Avatar for localp

Hello , I have a .exe file written in C++. i have used; Process.Start("E:\\cmdf.exe"); to execute the code from C#. Now i need to ; (1) hide the command prompt (2) Then to find a way to stop the command prompt (as in closing the application) How do i do …

Member Avatar for sandeepparekh9
0
91
Member Avatar for localp

I have a Visual C++ console application (I am using windows Vista, Visual studio 2008). When executing the program i don't want to see the Console popping up. How do i code this. I tried simply removing all cout and printf statements but yet this didn't help. Need help here.

Member Avatar for Ancient Dragon
0
387
Member Avatar for localp

I have C# windows form application, with all default settings. I am using VS 2008, OS - Windows VIsta. When my form loses focus, (as in when a user clicks on something behind the form), i need the same form that lost focus to regain it. I made use of …

Member Avatar for ddanbe
0
217
Member Avatar for localp

I created a windows form application (using windows vista, MS visual studio 2008). This form only has a button and a textbox. I need this form not to lose focus. for example when the form is on the screen, the user can click something that is behind the form, then …

Member Avatar for ddanbe
0
212
Member Avatar for localp

Hello, i have written a code in 'C' using visual C++, and i was able to create a DLL out of it. Now i need to access a method of this DLL, from my C# Main() method. How do i do this? The steps that i followed so far; 1.) …

Member Avatar for localp
0
157
Member Avatar for localp

I am new to C, hope someone could help me here. I need to implement a keystroke, for example, i need to programatically implement the 'return key'. As in if someone is pressing the 'return key' from the keyboard. but here, the user will not even touch the keyboard. the …

Member Avatar for localp
0
161
Member Avatar for localp

I have 2 applications. one is a console application and the other is a windows form application. I need both of these to run together in order for my application to work. for example: The console application - has controls over the cursor, so it'll navigate 5cm blocks from left …

Member Avatar for localp
0
188
Member Avatar for localp

I have a windows form application which has a text box and 3 buttons. Now i need to add focus to a button for 1 second, and then add focus to the other button for a second.. like wise to adding focus to all these 3 buttons for 1 second …

Member Avatar for Mitja Bonca
0
195
Member Avatar for localp

I am using Visual Studio 2008. I created a windows Console project and wrote my code. it compiled well and the program created a default .exe file. Now i created another project. this time its a C# project, and i am trying to access the functionality from the C++ project …

Member Avatar for raptr_dflo
0
159
Member Avatar for localp

There is a Windows Form application for example say 'A'. and there is another class called 'example.cs' that will call 'A' as apart of its action. When 'example.cs' calls 'A' , 'A' will pop out, and continue to execute. what i want to do is, when 'example.cs' calls 'A' , …

Member Avatar for Momerath
0
94
Member Avatar for localp

I have a List [CODE]List<Food> item[/CODE] , which holds the following. 'Food foodID', 'Food foodName', 'Fruit fruit' Fruit is an Object. It is being saved into the 'List<Food> item' . Now i need to create an Object of 'Fruit' , and save all the 'Fruit' elements in the 'List<Food> item' …

Member Avatar for localp
0
163
Member Avatar for localp

I have a List <Food> , which contains values such as food_id, food_catergory, food_detail etc. There is a java file call 'Event.java' it contain the List <Food> as a variable. Now there's a JSF page called event.xhtml. I need to print all the items in the List<Food> in a table …

0
54
Member Avatar for localp

I need to create a array of type [ICODE]unsigned short[/ICODE] and the values that i am going to set in there is in Hexadecimal. for example: 0x733D , 0x995c etc. there are 2 things i wish to do here; 1.) create an [ICODE]unsigned short[/ICODE] array and initialise the above mentioned …

Member Avatar for gerard4143
0
89
Member Avatar for localp

I am writing a code to do a google search. i am actually appending the string to the end of the google search string [CODE] <body> <form name="f" action="http://www.google.lk/search?" target="name3"> <input name="name1" type="hidden" value=""> </form> <center> <iframe name="name2" width="100" height="300" src="somePage.html" target="name3"></iframe> <iframe name="name3" width="100" height="300"></iframe> </center> </body> [/CODE] This …

Member Avatar for diafol
0
114
Member Avatar for localp

Hello I have been trying to code this for the last few days, and i am unable to come across a solution for this. Would you please mind helping me out on this? There are some records in a notepad, which are as follows [CODE]1 Paul Mac 3 1 222 …

Member Avatar for naief
0
88
Member Avatar for localp

I need to know if you can add a javascript within [CODE]my_window.document.write( ); [/CODE] as [CODE]my_window.document.write( '<html><head><script type="text/javascript" src="http://somesite.com/xxy.js"></script></head></html>' ); [/CODE] When i add the code as shown above, it gets printed inthe parent window, how do i overcome this, if there's no way to overcome this, please suggest a …

Member Avatar for localp
0
1K
Member Avatar for localp

I need to know how to work this out, say for example i have a method is C++ that is helloworld(), and i need to call it from a C program. [CODE] // in my C++ program void helloWorld(){ // some code; cout<<"hello world"; some code..... }[/CODE] [CODE]This is my …

Member Avatar for Narue
0
291
Member Avatar for localp

I need a method to invoke the ENTER key in the keyboard. I tried this; yet its for return and not ENTER [CODE]keybd_event(VK_RETURN,0x9c,0 , 0);[/CODE] All i want to do is, to press the keyboard key from the code. How do i do this?

Member Avatar for Narue
0
78
Member Avatar for localp

There is textbox, and 2 buttons in a web page. when the user clicks one of the button, the character 'A', should get printed on the textbox. and when the user clicks on the other button, 'B', should get printed on the textbox in the format 'AB'. I was looking …

Member Avatar for localp
0
225
Member Avatar for localp

I have a web page named A.html, and this web page contains a text box called 'text1', and a button. When a user clicks the button, a pop up window appears, the name of this pop up window is B.html. B.html has a text box, and its called 'text2', and …

Member Avatar for localp
0
124
Member Avatar for localp

I wrote a C++ program that could sendKey. the code is as Follows; [CODE]s.SendKeys(_T("{Enter}"));s.SendKeys(_T("{Enter}"));[/CODE] this piece if code is inside a function. Now, i need to access this method from a C code. When i added the includes, i get alot of errors. Some says, that you can't access C++ …

Member Avatar for Narue
0
799
Member Avatar for localp

I am trying to create a web page, that could be navigated by using tabs. I have been googling for days trying to find a way to change colour of a menu bar when it is on focus (when used the tab control in the keyboard). But it doesn't change …

0
59
Member Avatar for localp

I need to identify, for example, when we hit a text box in a web page, we get a "| " key sign right (Which would blink, until we type) If you don't get what i am saying, go to google and click on the search text box, u would …

Member Avatar for jonsca
0
165
Member Avatar for localp

I am using VS2008, OS win Vista. I need to create a C++ windows form program to add a .swf flash animation to the form. How is this done. Any sample code, or a good tutorial is appreciated.

Member Avatar for localp
0
70
Member Avatar for localp

I need to code a C++ program to execute the tab control of the keyboard through the code. I am expecting when the tab control of the code gets executed, we should be able to navigate throught the web page through it. for example, take a web page, and we …

Member Avatar for localp
0
206
Member Avatar for localp

I am using VS2008, OS win vista. i am in the process of coding an application that would tab automatically (this is just an example, not the code i am intending to do). So basically, what i expect is to write a C++ code that could press the 'tab' button …

Member Avatar for Fbody
0
11K