15,797,546 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by KUMAR619 (Top 200 by date)
KUMAR619
2-Apr-23 13:38pm
View
Hi @OriginalGriff
Can you please answer my other question posted in the following link. I hope you can address that issue.
https://www.codeproject.com/Questions/5358059/How-to-avoid-DLL-hijacking-in-WPF-application
KUMAR619
1-Apr-23 13:16pm
View
Generally whenever we add any system reference to our project it call that DLL whenever that is require. Those DLL will also trigger other DLLs indirectly.
For example PresentationCore.dll is a system DLL which we can find in .NET Framework folder. That PresentationCore.dll calls d3d9.dll. Even though we are not using d3d9.dll directly but it is used by PresentationCore.dll which we have used in our project. That's why when a hacker user a malicious DLL with the same method of d3d9.dll it is getting hijacked.
Can you help me to get rid of this issue
KUMAR619
1-Apr-23 12:38pm
View
DLL hijacking is happening for d3d9.dll which is a system DLL. In windows there is order of execution of a DLL. If we place a DLL where preference is high then the system DLL is never triggered. Our Infosec team is using Meta exploit method to get the methods of a DLL and truing to replicate the same methods and doing their own logic which is vulnerable to DLL Hijacking.
It is not only for that DLL it happens for all DLL.
We are never referring the d3d9.dll but it is called from Presentation Core DLL which is found under .Net Framework
KUMAR619
1-Apr-23 12:24pm
View
Our infosec team is doing some meta exploit method to get the endpoint of d3d9.dll and they are using the same method to override the system DLLs due to order or DLL execution
DLL hijacking is happening for d3d9.dll which is a system DLL. In windows there is order of execution of a DLL. If we place a DLL where preference is high then the system DLL is never triggered. Our Infosec team is using Meta exploit method to get the methods of a DLL and truing to replicate the same methods and doing their own logic which is vulnerable to DLL Hijacking.
It is not only for that DLL it happens for all DLL.
We are never referring the d3d9.dll but it is called from Presentation Core DLL which is found under .Net Framework
KUMAR619
15-Apr-20 7:21am
View
Sorry Coder969,
You are having a card right and the card reader. First contact the person who gave the card who will be having dll files. Don't treat as third party since you bought the card reader then you have the license to use that device. Hence the demo utility will have dll files in it. Reuse it. Can you provide me specification for both the card and Card reader
KUMAR619
15-Apr-20 7:09am
View
Hi Coder969,
Earlier I faced the same issue which you faced. I tried all commands but could not expected results. Later I was provided with a driver and utility tool which displays data from card which is displayed in that utility software. Then I used the dll files from the executable folder of the utility. Then I referred in my project and created instance for those classed in the dlls. Then I got response from the card via card reader.
KUMAR619
29-Aug-18 6:42am
View
Sorry to Say I don't know that specification but found image in another website. Please help me to get idea about that card.
https://www.c-sharpcorner.com/forums/how-to-read-smart-card-from-smart-card-reader-in-net
KUMAR619
29-Aug-18 6:07am
View
I'm using "Alcor Micro USB Smart Card Reader 0" for reading smart card. Can you help me to read the smartcard details. If required I'll share the code and show the response.
KUMAR619
28-Aug-18 7:59am
View
Sorry to disturb you. My question is regarding Reading Bahrain Smartcard details inclusing Images using C#.
I have Visual studio 2017 version with 4.6 framework. Suggest me some idea. None of the solution works for me.
Reply in the following question
https://www.codeproject.com/Questions/1257941/How-to-read-photos-and-ID-number-from-bahrain-smar
Thanks in advance.
KUMAR619
28-Aug-18 7:42am
View
Hi,
I am unable to read contents of my Bahrain Smart Card. Can you suggest me some idea to read data including images.
KUMAR619
27-Aug-18 10:42am
View
Thanks for your link but Still I am unable to build the solution though I clicked Build Cmd but unable to Build the solution.
Moreover PCSC.Reactive is not Getting loaded onto solution. Please provide me solution to get rid of this problem.
KUMAR619
2-May-16 11:37am
View
How to get rid of this issue.
Can you briefly explain please
KUMAR619
19-Aug-15 5:36am
View
We are using .Net 2.0 version so WCF is not possible.
Can you briefly explain.
KUMAR619
9-Aug-15 0:28am
View
I found a solution which works fine.
I've posted in solution 2.
Please review and share your comments.
KUMAR619
7-Aug-15 5:28am
View
Can I get a sample code for this.
KUMAR619
7-Aug-15 2:42am
View
Then how to solve this kind of problem.
KUMAR619
1-Aug-15 11:13am
View
@SA I have a question for you regarding focussing.
I need to make my exe(applicaiton lose its focus).
When I calick on link another application pops up.
As soon as I click my old exe which is visible by its edges its not focussing.
I come to know that the taskbar icon is still highlighting the old exe even if the new exe is on top. How to make the old exe lose its focus.
Thanks in advance
KUMAR619
27-Jul-15 2:50am
View
@SA Then how can I stop the "Not Responding Message".
KUMAR619
24-Jul-15 19:57pm
View
I am having a doubt regarding mouse click.
I am loading a gridview containig nearly 3000 records. while its populating if I click anywhere on the form I get a not responding message.
I tried Disabling mouse Click, deregistering event handler and even diabled the form but none of these works. Kindly help me to get rid of this issue.
KUMAR619
20-May-15 7:29am
View
Please take a look at this site
http://www.codeproject.com/Questions/993232/How-to-solver-Broker-Issue-using-Csharp
KUMAR619
20-May-15 4:12am
View
Can you help to create handler for undhandled exceptions
KUMAR619
27-Feb-15 9:36am
View
Client wants to see the Post in requested format as a string.
KUMAR619
23-Feb-15 6:37am
View
SELECT * INTO ProcList FROM (select * from sys.procedures) as [Procedures]
KUMAR619
23-Feb-15 6:37am
View
SELECT * INTO ProcList FROM (select * from sys.procedures) as [Procedures]
KUMAR619
23-Feb-15 6:31am
View
Thanks @John C Rayan for your help. It worked for me
KUMAR619
13-Feb-15 9:14am
View
Dictionary worked for me.
Thanks to Maciej Los
KUMAR619
13-Feb-15 9:13am
View
Dictionary worked for my scenario whereas List didn't work.
Thank you very much Maciej Los
KUMAR619
13-Jan-15 13:01pm
View
Can we rename Column name without using sp_RENAME or by design?
KUMAR619
6-Jan-15 13:15pm
View
I simply want this output as SQLOutput
KUMAR619
15-Dec-14 0:35am
View
I want to compare cells containing image with image stored in the image list.
KUMAR619
26-Nov-14 2:12am
View
Yes Raul Iloc, you are Right.
Thanks for your help.
KUMAR619
23-Oct-14 8:41am
View
database have a string the code execute but i retrive integer error will be report
KUMAR619
13-Oct-14 7:28am
View
Yes you are right. How to hide that message box because while running it should occur as a hidden background message
KUMAR619
5-Sep-14 2:33am
View
Your are a good thinker
KUMAR619
2-Sep-14 11:25am
View
Sir, When I click No Nothing happens.
But When I click Yes.
The processes are closing but I am receiving the Yes Or No Dialog Box again
KUMAR619
1-Sep-14 6:10am
View
How to get the handle of the child window sir and how to Make it work sir
KUMAR619
28-Aug-14 9:17am
View
The above mentioned Event handler
KUMAR619
27-Aug-14 1:52am
View
Sir It happen when particular control such as combobox initiates autocomplete mode.
Without using Autocomplete mode it works without error but when I use AutoComplete Mode
Error Occurs in the form of STA Thread Error
KUMAR619
26-Aug-14 10:07am
View
Yes Sir, [STAThread] is above main function.
What may be the problem prevailing
KUMAR619
21-Aug-14 9:32am
View
I tried using Remoting using Channel But got a exception that tcp has already been registered.
So I wanna use Remoting Concept ohter than tcp.
Please share some ohter methods in Remoting.
Then I want to use two way communication i.e.
Server and Client can interact with each other.
Is there any way Sir.
KUMAR619
21-Aug-14 6:29am
View
I just want to pass a string less that 3O characters.
I need to receive at the second EXE as soon as EXE 1 passes the string. I tried all the lnown methods but I couldn't do. Please help Sir
KUMAR619
21-Aug-14 6:08am
View
Sir I tried this in my Existing Project but it shows "tcp already registered".
But I searched in my entire Project but could not find it. How to make this work or any other way to pass values sir
KUMAR619
21-Aug-14 3:41am
View
No sir Both EXE's are running SO I need to use IPC methods
KUMAR619
20-Aug-14 3:03am
View
Can you suggest a question for this existing or can you Edit the question depending upon your Answer
KUMAR619
20-Aug-14 2:38am
View
Thanks Sir
KUMAR619
20-Aug-14 1:43am
View
Thanks sir
KUMAR619
20-Aug-14 1:34am
View
I don't even want TCP I want to read data only when file is existing.
When we do While(true)
it often loops so taking much process.
I make other EXE slow that's why I want the EXE2 to work only when file is existing that reduces the process
KUMAR619
20-Aug-14 1:32am
View
I am using .Net Framework 2.0 So I cant use WCF.
Any alternate idea sir?
KUMAR619
20-Aug-14 1:30am
View
Can you answer with a code Sir.
KUMAR619
13-Aug-14 4:24am
View
Yes Sir you are right.
KUMAR619
13-Aug-14 4:17am
View
Sir, can you tell me your Gmail Id or any other MailId.
If you're interested share else ignore Sir.
KUMAR619
13-Aug-14 3:28am
View
Thanks sir.
KUMAR619
13-Aug-14 2:58am
View
Sir, I have Edited my question please go through that and reply sir.
Waiting for your valuable answer.
KUMAR619
12-Aug-14 9:54am
View
Thanks Sir
KUMAR619
12-Aug-14 9:46am
View
Sir I am using .NET 2.0 version.
My question is that both EXE's are running simultaneously.
If I click a button in EXE1 a string should pass to EXE2 which should be waiting for the signal
from EXE1. Please help me how to make EXE2 wait for a signal to receive from EXE1
KUMAR619
11-Aug-14 2:48am
View
Thanks that's what I've thought.
But is there any other way than text writing.
Because I was asked not to use this method.
KUMAR619
8-Aug-14 9:59am
View
Hi Sir I don't know why my question was closed. Rather they must have replied with me the reason for my question.
At least you reply the solution for my problem
The link for my question
http://www.codeproject.com/Questions/805578/What-is-the-minimum-time-caused-for-invoking
KUMAR619
7-Aug-14 9:15am
View
Thanks Yannick Brodard.
KUMAR619
31-Jul-14 5:31am
View
Ok Sir. If I am having any doubts I will post you Sir
KUMAR619
31-Jul-14 5:22am
View
What type of project you are currently doing Sir.
KUMAR619
31-Jul-14 5:14am
View
Sorry Sir I thought you were in USA. Later I come to know that you belong to Wales UK.
I don't know how you are managing time to help us being CEO of some company.
But anyway you are Great Sir.
KUMAR619
31-Jul-14 4:56am
View
Thanks sir. Is it morning 4 AM(See commenting time) for you sir
You are really a genius answering our question event at night.
We are very thankful to Yourself and CodeProject.com for making us learn and code better
KUMAR619
31-Jul-14 3:04am
View
Sir, Let me explain this briefly.
I am in Medical based project. Where there are two EXE files.
One EXE is static which exists only once.
But the second one Order.EXE is not static i.e.. when we click on a patient
a Order.EXE window opens separately. But I was asked to open Multiple patients of different Id
but If I open the same patient which is already opened Its should not open.
Since every patient's details gets open on Order.Exe then how to differentiate them and I need to eliminate the process which is already opened.
Is there any way to solve this Sir. Is is possible Sir.
KUMAR619
31-Jul-14 2:29am
View
Sir, Let me explain this briefly.
I am in Medical based project. Where there are two EXE files.
One EXE is static which exists only once.
But the second one Order.EXE is not static i.e.. when we click on a patient
a Order.EXE window opens separately. But I was asked to open Multiple patients of different Id
but If I open the same patient which is already opened Its should not open.
Since every patient's details gets open on Order.Exe then how to differentiate them and I need to eliminate the process which is already opened.
Is there any way to solve this Sir. Is is possible Sir. Please reply Sir
KUMAR619
31-Jul-14 1:05am
View
Sir, Where do I need to feed my Process Id to get Title name.
KUMAR619
30-Jul-14 2:24am
View
Sorry Sir. Hoping now you have understood my question. Waiting for you valuable answer.
Thanks in Advance
KUMAR619
30-Jul-14 2:03am
View
Sir Solution 1 is used to start a new Process in the form of EXE then we can pass arguments while Opening that.
But My problem is that I've done all the process above and passed the parameters via arguments. It works fine.
But If I want to change the values to that running EXE I am facing problem.
I want to pass values to that running EXE without creating new EXE.
KUMAR619
30-Jul-14 1:53am
View
Its good to use when opening that exe.
I am talking about running exe.
Just think you have given the solution for opening a new exe.
Its easy but how to access that after that. i.e. Running
KUMAR619
29-Jul-14 3:44am
View
I am already having a refresh button.
I wanted to do it when I Focus that EXE which has 1 active form
Thanks I am going to try Mouse Move Event which may work when I hover over that exe
KUMAR619
29-Jul-14 3:31am
View
Please say any other method than timer
KUMAR619
24-Jul-14 9:15am
View
Deleted
Someone down rated that question. If that was you please remove that voting if you wish else don't bother about that
KUMAR619
24-Jul-14 9:06am
View
You know what that click event need to happen automatically because the form is hidden.
I need to use that object e.
Anyway thanks for helping me
KUMAR619
24-Jul-14 3:25am
View
Yes I tried inside the Visual Studio but I couldn't find any option to do so.
Then I close the solution and navigation to the project directory and changed the solution name.
It worked.
Thanks for helping.
KUMAR619
24-Jul-14 2:59am
View
Thanks for helping.
But My task was to generate virtual keyboard.
If all the 10 digits are different I can split the numbers into 10 characters.
So that I can assign value to each button in virtual keyboard.
So if I create a distinct digit random number I can achieve this.
Thanks once again Sir.
KUMAR619
24-Jul-14 2:52am
View
Sir, 0123456789 is a valid input cause I'm gonna split each and every character for further process.
How to do this sir
KUMAR619
23-Jul-14 4:36am
View
Thanks Sir, you are right the input passed was in wrong format.
Because input was passed as arguments from another EXE.
KUMAR619
21-Jul-14 7:28am
View
Second EXE runs only when its gets parameters from the first exe.
Please help Sir
KUMAR619
21-Jul-14 7:16am
View
I've tried using space in between parameters but the same exception happens.
How to give permission to the EXE by means of security token.
Can you explain Sir.
KUMAR619
14-Jul-14 9:39am
View
Thanks but I couldn't convert the following code to c#.
Private Declare Function SendMessageINT Lib "user32" Alias "SendMessageA" _
(ByVal hwnd As IntPtr, ByVal wMsg As Integer, ByVal wParam As Integer, ByVal lParam As Integer) As Integer
KUMAR619
14-Jul-14 7:49am
View
You are right sir. But if we didn't pressed enter key all the text in the texbox will be considered as one string. Then how can we restrict lines. Thats why that link is not usable sir. Please help me sir
KUMAR619
14-Jul-14 7:38am
View
Sorry sir I didn't get you where is the answer posted sir
KUMAR619
14-Jul-14 7:33am
View
NO one is replying any answer Sir thats why.
Can you solve this sir
KUMAR619
14-Jul-14 7:17am
View
Sir please share me some idea
KUMAR619
14-Jul-14 5:45am
View
Sir, Is there any other way to display message box when word wrap happens. So that I can break lines pragmatically.
KUMAR619
14-Jul-14 5:44am
View
Is there any way to count the max characters a line in multiline textbox.
If I count these Lines I can automatically break lines and applend \n\r to differentiate them as line and make my required manipulation
KUMAR619
14-Jul-14 5:23am
View
You are right.
I am using multiline text box whose width varies according to different resolution.
SO for particular resolution I need to find the max characters that can be inputted in a single line so that I can find the difference from selection start from beginning.
Please help me to count max available characters in a text box according to its current size
KUMAR619
14-Jul-14 5:13am
View
can you send me the sample code sir
KUMAR619
14-Jul-14 5:05am
View
How can I count the maximum characters available to be entered in a single line based on the text box size
KUMAR619
1-Jul-14 0:43am
View
I want to use typed dataset to display values in datagridview
KUMAR619
30-Jun-14 2:44am
View
Thanks Bala How to update a dataset content and update to real database
KUMAR619
30-Jun-14 1:08am
View
Can you help me to use typed dataset to display in grid view.
KUMAR619
27-Jun-14 8:09am
View
I have created a typed dataset then I have created a adapter and loaded all queries then how to use in C#
KUMAR619
27-Jun-14 7:27am
View
Well Said.
Thank you Sir
KUMAR619
25-Jun-14 1:19am
View
I was asked to do it in Visual Studio 2005 which support only .Net 2.0
That is why I can't use WCF
KUMAR619
16-Jun-14 3:55am
View
I have rectified my mistake.
My mistake was that I didn't Clear the parameters for stored procedure.
Thanks for involving
KUMAR619
16-Jun-14 3:53am
View
Thanks RyanDev.
It was the mistake which I did.
KUMAR619
9-Jun-14 9:25am
View
Control ctrl = (Control)sender;
txt.Text=ctrl.Text
KUMAR619
9-Jun-14 9:25am
View
Control ctrl = (Control)sender;
txtText.text=ctrl.Text;
KUMAR619
9-Jun-14 9:24am
View
Control ctrl = (Control)sender;
txt.Text=ctrl.Text
Because Once I do This I can write one event for all the button.
I got it Thanks for your help
KUMAR619
2-Jun-14 9:22am
View
Thanks sir it helped me.
KUMAR619
2-Jun-14 6:37am
View
I can see the demo.
But I could not understand fully.
Can you help me to get a small application very simple having every classes inside main form
KUMAR619
9-Apr-14 6:00am
View
Please help me to create a function
KUMAR619
5-Apr-14 10:56am
View
You are right but using folder dialog box we can select only one directory.
How to select multiple folders using C#
KUMAR619
4-Apr-14 5:29am
View
Thanks but I want for windows forms
KUMAR619
3-Apr-14 6:02am
View
What to give for ListHostNames
in the above method
KUMAR619
3-Apr-14 5:50am
View
Please Explain sir
KUMAR619
3-Apr-14 5:12am
View
How to transfer folders from my system using C#
How to list out all the available IP address.
Then if I send it should ask for authentication information.
If authentication successful then it should be saved on the desktop of the new system.
Please help sir
KUMAR619
31-Mar-14 2:32am
View
Deleted
Can you star my question
KUMAR619
31-Mar-14 2:28am
View
Deleted
Are you happy
KUMAR619
31-Mar-14 2:19am
View
Thanks but by task is to round number to 4 digits as shown below
13.3456788-->13.3456
23.23-->23.2300
Add 0 if has lesser digits or trim them if has more digits
KUMAR619
31-Mar-14 2:18am
View
Thanks but by task is to round number to 4 digits as shown below
13.3456788-->13.3456
23.23-->23.2300
Add 0 if has lesser digits or trim them if has more digits
KUMAR619
30-Mar-14 10:32am
View
Deleted
I'm using my friends lap.
He has very low C Drive
So he is not allowing me to install Visual studio.
Thats why
KUMAR619
30-Mar-14 10:28am
View
I tried but I'm not having compiler since its holiday today.
Please get me a clue
KUMAR619
30-Mar-14 10:20am
View
Today holiday.
Thats why.
Only my office system has Visual Studio
Please compile in your system and post the output as it is.
KUMAR619
30-Mar-14 5:44am
View
my task is that get input from a string and separate all the valid numbers
then and add them in a list and concatenate all the string using string builder.
But If my string has three lines the result should so as in their corresponding line.
How to do this
KUMAR619
29-Mar-14 8:03am
View
Sir, Can you get me a code snippet
KUMAR619
29-Mar-14 0:54am
View
Is there any way to split numbers and store them in a list for each line
List<string> lstString=new List<string>();
Now split lines and split each numbers by "\t"
So that in
lstSting[1]="9352.7606 8250.6001 505.3871"
lstSting[2]="9352.7573 8250.6001 505.3844"
Then I can append using StringBuilder.
First I need to split numbers of each line and store in corresponding list
Please help me to to solve this
KUMAR619
29-Mar-14 0:43am
View
Thanks it is working but While storing using Stringbuilder I get all these values.
But when I try StringBuilder.Append(result.ToString()+"\t");
I dont get perfect output.
Please help me to solve this problem
KUMAR619
28-Mar-14 11:41am
View
Sir I tried but its not working for me
Please give me a sample code
KUMAR619
28-Mar-14 11:40am
View
Not working properly can any one get me a code
KUMAR619
28-Mar-14 10:15am
View
I am having a text box containing 10 lines which contains many numbers
I want to extract only numbers in that and separate them by comma.
How to do this
KUMAR619
28-Mar-14 2:57am
View
Sorry I forgot to mention that I need to read text files which should have words wrapped.
How to do this
KUMAR619
28-Mar-14 0:50am
View
Thanks sir its the best way
KUMAR619
27-Mar-14 8:03am
View
Thanks Sir
KUMAR619
27-Mar-14 7:23am
View
Yes I've completed the task
1. I first found the lines with the string using string.contains Method
2. Then I write a text file separately
3. Then I used your Linq query to find repeated lines.
4. Then I write a new file for the repeated lines.
That gave me my output.
But is there any other simple way to do this
KUMAR619
27-Mar-14 6:50am
View
if (filelines[tempCurrentLine].Contains("Books"))
{
lstLines.Add(filelines[tempCurrentLine);
Was that right
}
KUMAR619
27-Mar-14 6:20am
View
How to do this sir
KUMAR619
27-Mar-14 6:04am
View
string[] lines = File.ReadAllLines(path);
lines = lines.GroupBy(x => "Books").Where(g => g.Count() > 1).Select(g => g.Key).ToArray();
File.WriteAllLines(newPath, lines):
Was that right
KUMAR619
27-Mar-14 5:56am
View
Thanks it worked for me
Now I want to search repeated line by particular string
Example
sampleString="Books";
If any line contains this string I need to write it in a new file
KUMAR619
27-Mar-14 5:38am
View
But it not added in new text file.
What to do sir
KUMAR619
27-Mar-14 5:11am
View
Please help me to get repeated lines
Give me some code
KUMAR619
26-Mar-14 6:49am
View
I tried but all the files combined in one string but I want different strings
Please help sir
KUMAR619
26-Mar-14 6:38am
View
I have to store all files in different string such as
textFromFile[0],textFromFile[1],textFromFile[2],textFromFile[3]textFromFile[4]
How to do this
Please help me
KUMAR619
26-Mar-14 6:38am
View
I have to store all files in different string such as
textFromFile[0],textFromFile[1],textFromFile[2],textFromFile[3]textFromFile[4]
How to do this
Please help me
KUMAR619
26-Mar-14 6:22am
View
Thanks but I need to store in different files
such as data[0],data[1],data[2],data[3],data[4]
How to do this
KUMAR619
26-Mar-14 6:20am
View
I have to store all files in different string such as
textFromFile[0],textFromFile[1],textFromFile[2],textFromFile[3]textFromFile[4]
How to do this
KUMAR619
26-Mar-14 5:48am
View
Thanks
How to create individual string for all files so that I can use it for further purposes
KUMAR619
26-Mar-14 5:18am
View
Can you get me a code snippet for that please
KUMAR619
26-Mar-14 5:14am
View
@Norbitrial
I am using open file dialog to select 5 files at runtime.
How to create five strings at runtime to store all text files in appropriate strings
KUMAR619
26-Mar-14 5:14am
View
@OriginalGriff
I am using open file dialog to select 5 files at runtime.
How to create five strings at runtime to store all text files in appropriate strings
KUMAR619
26-Mar-14 5:13am
View
@NandaKishore
I am using open file dialog to select 5 files at runtime.
How to create five strings at runtime to store all text files in appropriate strings
KUMAR619
26-Mar-14 5:13am
View
@Syed
I am using open file dialog to select 5 files at runtime.
How to create five strings at runtime to store all text files in appropriate strings
KUMAR619
21-Mar-14 1:31am
View
Thanks for answering
KUMAR619
20-Mar-14 5:01am
View
I have to declare a list at runtime concatenating the count number with list name to differentiate each list
Is it possible to create such lists at runtime
KUMAR619
19-Mar-14 9:07am
View
You're right but I don't have any idea about this.
Can you get me a little idea for my problem
KUMAR619
18-Mar-14 9:53am
View
Please reply
KUMAR619
18-Mar-14 8:44am
View
I want to sort by node i.e each node has an attribute say Id="5"
I want to sort based on that node Id
KUMAR619
18-Mar-14 8:35am
View
How can we sort
Accessing the values then how to sort
KUMAR619
18-Mar-14 5:04am
View
You're right but these numbers are collected from XML elements as string.
So Even I can't order existing XML node and elements.
My question is if I have mixed numbers in the array it will not show missing elements because the element exists now my question is that report that mixed number also
In the above code
!a.Contains(i)
is there any alternate code for this statement
KUMAR619
18-Mar-14 4:37am
View
I've updated my code.
Please refer it and get me a code
KUMAR619
18-Mar-14 4:25am
View
As you've told I've collected the Ids of all element in node.
I have found out the missing numbers but I could make it fine when the id are not in order.
If id=4,6,5
Then Its showing nothing missed.
But it should point out then element which is not present.
Thats why I want to check whether the elements are arranged in ascending order
KUMAR619
18-Mar-14 2:28am
View
Can we do with XML writer for editing values
KUMAR619
18-Mar-14 0:48am
View
How to do so
I have saved XML already.
Then I want to add new node such as salary node in all records node
Can you get me a code snippet for me to understand
KUMAR619
18-Mar-14 0:41am
View
New node not attribute
KUMAR619
17-Mar-14 8:33am
View
How to do ;
Can you get me a code snippet
KUMAR619
17-Mar-14 5:12am
View
I have updated my code
KUMAR619
17-Mar-14 3:20am
View
Its not working help me to change the value in root tag
KUMAR619
17-Mar-14 3:02am
View
Ok Thats fine.
Please check my above code there its contains a Count="0" there I want to store my updated value
KUMAR619
17-Mar-14 2:51am
View
Yes
KUMAR619
17-Mar-14 2:46am
View
That means
KUMAR619
17-Mar-14 2:43am
View
Yes Sir I got the count but the header tag
count="0"
Console.WriteLine(nodeCount); gets me the count.
But I want the header content change its count as the nodeCount value
KUMAR619
17-Mar-14 2:33am
View
Counting is not the problem sir.
My problem is that hoe to update count value in the header tag provided in the question
KUMAR619
13-Mar-14 8:38am
View
Can you explain with small code.
KUMAR619
13-Mar-14 5:28am
View
Is there any way to bind datagridview without any datasource
KUMAR619
13-Mar-14 3:18am
View
Can you explain with code snippet
KUMAR619
13-Mar-14 0:40am
View
Yes if my default textbox backcolor doesn't support basic 48 colors then then color should be automatically added to the custom colors.
Is it clear
KUMAR619
12-Mar-14 9:50am
View
Thanks
Now if I select a new color apart from the colors in the default palette it should be added to customcolors
KUMAR619
12-Mar-14 4:18am
View
Without values in dictionary not accepted
Can you add the color values such as RGB colors in dictionary
KUMAR619
12-Mar-14 3:54am
View
Updated my code.
Please review this code any get me a solution
KUMAR619
11-Mar-14 8:42am
View
Thanks you are deserved to get 10 stars for this solution
KUMAR619
11-Mar-14 7:20am
View
Is there any way to get string for the above names
KUMAR619
11-Mar-14 7:14am
View
User name is not static sometimes it may have blank space and sometimes it may not
Consider following names
Ram
Ram Kumar
Raja Ram Mohan
Is there any common string for all the above names
KUMAR619
11-Mar-14 7:07am
View
Thanks if name has N number of spaces
such
Ram Ram
Kumar Kumar Kumar
Ravi Ravi
Ram
Sometimes without space
Then what is the common match string to achieve this type of problem
KUMAR619
11-Mar-14 6:59am
View
yes
KUMAR619
11-Mar-14 6:52am
View
Can you help me for the above name
KUMAR619
11-Mar-14 5:02am
View
Thanks it worked for me
KUMAR619
10-Mar-14 4:16am
View
We have to store in array.
KUMAR619
10-Mar-14 4:16am
View
We have to store in array.
KUMAR619
10-Mar-14 1:59am
View
They asked me not to connect any database.
I have to do only using console application
KUMAR619
10-Mar-14 0:54am
View
I was asked not to use any external database then how to do this
KUMAR619
10-Mar-14 0:53am
View
I was asked not to use any external database
Then how to do this
KUMAR619
7-Mar-14 9:32am
View
Selection is working fine
But my problem not solved
I was asking about how to delete the column which has the pointer to select particular row.
KUMAR619
7-Mar-14 9:03am
View
@Kr
yes how to do this
KUMAR619
6-Mar-14 1:39am
View
How to do this practically with full code
KUMAR619
6-Mar-14 1:37am
View
@Tadit Dash
I have created a datagridview and displayed all my datatable contents in windows form
I have set read only in the page load event.
So I need to create an edit button then selected record should be made to be edited then after editing it should be set to readonly
How to do this
KUMAR619
6-Mar-14 0:39am
View
@SA
how to show password field values as ******* in datagridview
KUMAR619
28-Feb-14 7:40am
View
To offset a polygon I was asked to draw parallel lines over the polygon.
So in order to make them meet i gotta write a code thats why I asked you to extend the lines so that all the lines may meet
Please help me to complete this task
KUMAR619
28-Feb-14 6:49am
View
Since I have used for loop I can draw n number of line but joining the line which do not meet is
quit tedious for me.
how to use that code which you've have linked
KUMAR619
28-Feb-14 6:29am
View
I have added my code
KUMAR619
27-Feb-14 10:01am
View
Please help me
KUMAR619
27-Feb-14 8:56am
View
@BillWoodruff
I am a beginner I don't know anything about polygon in C#.
Can you help me to create a scaled up polygon
KUMAR619
27-Feb-14 6:40am
View
@BillWoodruff
I was asked to offset a polygon and shade the area between two polygons i.e outer-inner area
KUMAR619
27-Feb-14 6:38am
View
We were dealing with constructions i.e(AutoCad objects)
So its the basic thing to know
but I was asked to do so
I dont know what I'm gonna do for this task
KUMAR619
27-Feb-14 6:31am
View
@OriginalGriff
Are you busy
KUMAR619
27-Feb-14 6:18am
View
@OriginalGriff
For my windows form Centre is (360,228) please make use of it and get me an offset polygon
KUMAR619
27-Feb-14 6:10am
View
@OriginalGriff
I was asked to make an offset polygon
That is polygon having centrepoint common but increased sides
Can you get me the code for offset polygon
KUMAR619
27-Feb-14 5:56am
View
Deleted
@OriginalGriff
Please get me a code for offset polygon
KUMAR619
27-Feb-14 5:41am
View
@OriginalGriff
Its not necessary to create a second polygon.
The first polygon may offset with increased size in all direction
KUMAR619
27-Feb-14 5:07am
View
@OriginalGriff
Thanks for replying but that's not my task.
I was asked to offset a polygon.
From the above code if I click with mOuse left button any where points gets added to the list
and when I press right mouse button a polygon appears by joining the points.
Now my task is to offset or overlap that polygon.
Two polygons should be visible one offsetting the other
Can you get me the code
KUMAR619
27-Feb-14 4:21am
View
@OriginalGriff
I have added my code please help me get an offset polygon
Show More