Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
43% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~21.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for manugm_1987

Hello Can anyone please help me out in how to get or read two values from single textbox. i.e when i read the first value it should be stored in string str1 , when i click button the textbox shld be cleared and shld wait to accept second value.The second …

Member Avatar for rproffitt
0
972
Member Avatar for manugm_1987

Hello everyone, I am very new to asp.net and asp.net mvc as well. I am stuck with the following problem please help. I have the following javascript [CODE]<script type="text/javascript"> var allMarks = []; google.load("maps", "2"); var geocoder; var lat; function initialize() { var map = new google.maps.Map2(document.getElementById("map")); map.setCenter(new google.maps.LatLng(37.4419, -122.1419), …

Member Avatar for manugm_1987
0
1K
Member Avatar for manugm_1987

Hi Please help me, i am stuck with this. My xml will be generated dynamically .i.e it is not the same always and it doesnot have the same elements or same number of nodes always, it may grow or shrink. How to convert this kind of xml to html in …

Member Avatar for hericles
0
184
Member Avatar for manugm_1987

Hi I know this is an simple problem, i have an 2 stackpanels, i n one stackpanel i have button and in other stackpanel i have frame these two stack panels are on Grid. Now when i maximize my window the contorls wihtin stackpanel are not getting resized, but stackpanel …

0
55
Member Avatar for manugm_1987

Hello everyone, How can i display multiple pages in a wpf window.The condition is only one portion of the window will be provided to display these pages. The rest of the window will contain a standard template with some images and with some controls. So how can i display my …

0
51
Member Avatar for manugm_1987

Hello everyone I am creating a simple chat application using wcf. The problem is on callback i am not able to display the message on to client rich text box. i.e when the user clicks on whisper button the server makes a callback to client the callback is successfull, but …

0
51
Member Avatar for manugm_1987

Hi Can anyone please provide source code or links for how to create simple windows chat application using WCF that works on LAN. I have gone through these Links but they are using xaml http://www.codeproject.com/KB/WCF/WCFWPFChat.aspxand this link does not explain about callback operation http://www.codeproject.com/KB/WCF/Chat_application_using_WC.aspx . Please provide C# source code …

Member Avatar for Ketsuekiame
0
313
Member Avatar for manugm_1987

Hello everyone How can i get all the table names of database and display these table names using combo box. Or store the table names in an array . I am using sqlexpress and c#

Member Avatar for manugm_1987
0
338
Member Avatar for manugm_1987

Hello everyone, Is it to possible to validate cells of datagridview using regular expression? Also i am loading datagridview using combo box i.e table names are provided in the combo box depending on the selection corresponding tables data will be loaded on to the grid view. And all the tables …

Member Avatar for manugm_1987
0
140
Member Avatar for manugm_1987

Hello everyone, Please someone help me out from this problem. I have an datagridview which is bound to an datasource which contains two tables CompDetails and Orders. Now when i click on button and if texbox.text=1 data will be displayed fine, if i click the button for second time the …

Member Avatar for Mitja Bonca
0
131
Member Avatar for agrawal.priyank

Hello, I have to make one project similar like "Assistware Connector" below is link for that [URL="http://www.baydon-solutions.com/CorpWebsite/section3.htm"]http://www.baydon-solutions.com/CorpWebsite/section3.htm[/URL] In this product when application get started, after that on what ever window mouse is clicked it take snapshot of that object, Eg like i open calculatar application,now i start my c# application …

Member Avatar for agrawal.priyank
0
210
Member Avatar for techlawsam

Hi, I wanted to know what does the ("{0}, {1}" signify in : [CODE]Console.WriteLine("{0}, {1}", mixedCase, lower);[/CODE] Couldn't find it on google at all. Thanks for everything!

Member Avatar for Mitja Bonca
0
10K
Member Avatar for berwick53

I'm currently trying to split a string into a 2d array. currently I've split it into a 1d array of each line using: [CODE]string[] LinesFile = streamReader.ReadToEnd().Split('\n');[/CODE] And now I'd like to Split it further into a new variable with a 2d array. how would I go about doing this. …

Member Avatar for manugm_1987
0
137
Member Avatar for rainbow9

I want to draw a editable TextBox on top of picture box and the user is allowed to enter text into this box.After entering text the text box should disappear and the text entered should be painted to the picture in the picture box.Please help me on this,I'am doing this …

Member Avatar for rainbow9
0
2K
Member Avatar for ialuvtimos

[CODE]# include <iostream> # include <string> using namespace std; int main () { string s1,s2; getline(cin,s1); for (int i=0;i<s1.length();i++) { if (s1[i]!='.' && s1[i]!=' ') { s2[i]=s2[i]+s1[i]; } s2=s2+' '; } }[/CODE] //string subscript out of range error why??

Member Avatar for Fbody
0
112
Member Avatar for manugm_1987

Hi Since i am a newbie to win32 programming i am facing difficulty in understanding how to use these GetMessage(), SendMessage(), PostTHreadMessage() apis, please help me ... Here is the code [CODE]#include "stdafx.h" #include "windows.h" #include "stdio.h" #include "conio.h" #include "windef.h" #include "winbase.h" HINSTANCE hins; HOOKPROC hkprc; HHOOK hk; HANDLE …

Member Avatar for manugm_1987
0
2K
Member Avatar for manugm_1987

HI Can any one please give some idea on how to read contents of active window. i.e say i have opened some notepad file say somefile.txt n it contains some text data ....how to read the contents and display it on console or write to some log file .... user …

Member Avatar for triumphost
0
162
Member Avatar for manugm_1987

Hi Is it possible to obtain complete path name using mouse click i.e when i click on a file say file.txt on c:\ i shld get the result as c:\file.txt. Or say if i have opened the file and the file is my active window how to get the path …

Member Avatar for Ancient Dragon
0
146
Member Avatar for manugm_1987

Hi everyone I have an application which hooks to notepad and records the keyboard strokes, this works fine only when i have an notepad open before executing my application. Once the appl is running and then i open notepad my appl doesnt work. My ques is suppose i have first …

Member Avatar for Ancient Dragon
0
350
Member Avatar for manugm_1987

Hi all, Can any one please help me how to call an function from dll in vc++. [CODE]// test1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "windows.h" #include "conio.h" #include "windef.h" int _tmain(int argc, _TCHAR* argv[]) { HINSTANCE instcall=LoadLibrary(TEXT("c:\\test2.dll")); if(instcall==NULL) printf("Failed to load dll"); …

Member Avatar for thines01
0
390
Member Avatar for manugm_1987

Hello everyone, Is it possible to use controls of other applications using c#? I mean for example i run realplayer music player or any other application. Now is it possible to access file menu or edit menu or tools of these application using c#. i.e on a button click i …

Member Avatar for Momerath
0
119
Member Avatar for manugm_1987

Can anyone please help me in finding out whether the below code causes memory leak or not. If it doesnt cause leak wat modification i can do to make it leak. Thank You Here is the code in FORM1 [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using …

Member Avatar for Momerath
0
182
Member Avatar for manugm_1987

Hello everyone I have an windows application proj which contains 4 to 5 forms and an database in it. One form performs insertion operation, other performs search operation and other form displays data from DB. Now how to find the total memory or the minimum memory required for this app …

Member Avatar for manugm_1987
0
191
Member Avatar for manugm_1987

Hello I have an windows form with two button, i have converted this windows form to an dll. The dll is here namespace projdll { public partial class abc : Form { public int i = 0; public abc() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { MessageBox.Show("BUTTON …

Member Avatar for Momerath
0
109
Member Avatar for manugm_1987

Hello I have created an dll for my windows application ...the app contains two buttons which on click displays message box with some message. Now i create another windows application which contains one button, when i click this button my dll has to be executed . i.e the form with …

Member Avatar for arsheena.alam
0
78
Member Avatar for manugm_1987

Hello I have an dll which is added at runtime using assembly.loadfrom(). Now how to call a particular method within dll at runtime on button click .The dll name is trial.dll and the dll contains one method called demo() which just display a messagebox on call. How can i invoke …

Member Avatar for manugm_1987
0
195
Member Avatar for manugm_1987

Hello everyone , Is there any way to add dll reference to a c# proj at runtime ..... FOr eg i hav windows form called form1.cs and dll called projlib.dll. Now when i click a button the reference to the dll should be added at runtime. I.e programatically add dll …

Member Avatar for Momerath
0
57
Member Avatar for Mitja Bonca

Code shows how to bind the data from a database`s table to dataTable and populate dataGridView with it. And then how to pass the modified (or not) data from dataGridView back to dataBase`s table.

Member Avatar for tomason
0
690
Member Avatar for manugm_1987

Hello everyone, Is there a way to limit the number of records to be inserted into a table using ado.net. For example i need to insert only 5 records into table, the table should not allow me to insert the 6th record. I am new .net can anyone pls help... …

Member Avatar for manugm_1987
0
115
Member Avatar for manugm_1987

Can anyone pls help how to dispose objects by my own. i.e i should not allow the garbage collector to dispose my object automatically when object is out of scope, instead it should leave the job of disposing the object to me whenever i need. Thank You all

Member Avatar for Momerath
0
100