15,671,882 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 Python questions
View Javascript questions
View C++ questions
View Java 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 Saumitra Kumar Paul (Top 50 by date)
Saumitra Kumar Paul
24-May-13 10:00am
View
My intention is to make a custom prerequisites which will contain some other prerequisites. WiX will do that for me?
Saumitra Kumar Paul
23-Apr-13 7:22am
View
yeap, pretty strange. but i need it.
Saumitra Kumar Paul
8-Apr-13 12:58pm
View
mohangopi2010, Thank you for your reply. but your solution is not to the question i asked for. As the tablix grows, the textbox may appear any place on the last page. but i want it only at the bottom position, just upper of the page footer.
Saumitra Kumar Paul
22-Nov-12 3:18am
View
Let me wait for more opinions. Because you did not focus on performance issues.
Saumitra Kumar Paul
22-Nov-12 3:03am
View
@Mohd. Mukhtar, Thank you. I got the idea.
Saumitra Kumar Paul
22-Nov-12 2:35am
View
Are you asking us to complete your job?
Saumitra Kumar Paul
1-Nov-12 22:33pm
View
i have already done it in runtime.
Control currentControl = (Control)sender;
itemAddFocus.DropDownItems.Clear();
//Add context menustrip to current conrol
currentControl.ContextMenuStrip = contextMenuSetFocusOrder;
Saumitra Kumar Paul
20-Oct-12 16:35pm
View
To see all rows, first drag and drop a Table or a List to the report, then drag and drop the field into the Table or List.
Saumitra Kumar Paul
20-Oct-12 16:20pm
View
is it gridview or datagridview ?? winform application does not have gridview, though you mentioned "in Form application". Its confusing.
Saumitra Kumar Paul
28-Sep-12 10:16am
View
Dear BobJanova, you are simply great, you are absolutely awesome. Thanks for the clue and its working now. Many many thanks.
Saumitra Kumar Paul
10-May-12 8:10am
View
Your solution is excellent. My vote is 5/5.
Saumitra Kumar Paul
16-Feb-12 0:03am
View
Welcome.
Saumitra Kumar Paul
24-Jan-12 9:39am
View
Don't i need to change target CPU in project properties?
Saumitra Kumar Paul
18-Dec-11 1:48am
View
Dear SAKryukov,
Thank you for your reply. Well, rewrite it-
dim RowPostion as integer
If dt.Rows.Count > 0 Then
MsgBox(dt.Rows(RowPostion)(0).ToString)
MsgBox(dt.Rows(RowPostion )(1).ToString)
dt.Rows.RemoveAt(RowPostion)
End If
Problem is, i am able to read values, but fail to delete. It returns "There is no row at position(..)" while trying to remove the row.
Saumitra Kumar Paul
7-Nov-11 9:09am
View
Dear Naerling,
Thank you for your reply. Let me describe the process i performed-
Step 1. I added those images as resources from "Project Properties" window.
Step 2. I selected an image from project resources by using image property of button control. At this stage, images are perfectly shown on respective controls, but only at design time. At the runtime, images are not displayed. No error was thrown.
Then i tried "MyButton.Image=My.Resources.MyImage". But problem remain the same without throwing any error.
Then i tried "MyButton.Image=Image.FromFile("PhysicalPathOfImage\MyImage.png"). Now it works.
Moreover, I am ensuring you that ImageAlign property or transparent image is not the problem.
My intention is to use image from embedded resources, not from physical file. How can i do it?
Saumitra Kumar Paul
6-Nov-11 12:05pm
View
Does it require any code? Its very simple thing- take a command button on your form, select an image from its "Image" property at design time. Why are you get bothered with code?
Saumitra Kumar Paul
6-Nov-11 11:52am
View
No, i am not getting any error. Just images are not displayed at runtime. But at design time those are at right place.
Saumitra Kumar Paul
6-Nov-11 11:51am
View
Deleted
No, i am not getting any error. Just images are not displayed at runtime.
Saumitra Kumar Paul
10-Aug-11 2:06am
View
Many Many Many Thanksssssss, Dear Suresh
Saumitra Kumar Paul
10-Aug-11 1:41am
View
Thanks,
I'll try it. But for the time being, it seems to work.
SKPaul
Saumitra Kumar Paul
8-Aug-11 1:58am
View
Dear Patel,
Thank you for your suggestion. That is quite helpful. But I want to check the instance on an specific LAN IP.
Regards,
SKPaul
Saumitra Kumar Paul
2-Aug-11 21:41pm
View
Thank you for your reply.
But the problem is with the last part "Handles btnNo.Click". "btnNo" is getting blue underline and showing the tooltip "Handles clause require a WithEvents variable defining in the containing type or one of its base types."
Saumitra Kumar Paul
2-Aug-11 4:17am
View
Thank you Shameel for your answer and suggestion. I have spent a lot of my effort during the last couple of days in order to learn remoting. Now, i am little bit capable to develop remoting application. I want to contiue with this knowledge a few months. Then i would join in WCF.
Thank you again.
SKPaul
Saumitra Kumar Paul
1-Aug-11 8:09am
View
Thanks MRB. I expect your kind help in future also.
Saumitra Kumar Paul
1-Aug-11 8:08am
View
Thank you all to stand beside me.
Saumitra Kumar Paul
1-Aug-11 7:45am
View
Dear John,
My debt to you is increasing.
Let it increasing.
Thank you.
Saumitra Kumar Paul
1-Aug-11 7:43am
View
Dear,
You are simply great. Thanks a lot.
Saumitra Kumar Paul
1-Aug-11 7:11am
View
Dear Shameel,
Thank you for your response. For example, i have a remote object class "Login". If more than one clients call this object, don't i need it to run on different thread? As a new remoting developer, this concept is not clear to me.
Thanks
SKPaul
Saumitra Kumar Paul
30-Jul-11 10:07am
View
Hello John,
I am really grateful to you for such a nice solution. You deserve 5, and i did so. Thank you.
Saumitra Kumar Paul
Saumitra Kumar Paul
30-Jul-11 5:04am
View
how should i handle it? MyResult.Tosting("0.00") ? or any other way??
Saumitra Kumar Paul
30-Jul-11 5:04am
View
how should i handle it? MyResult.Tosting("0.00") ? or any other way??
Saumitra Kumar Paul
30-Jul-11 5:01am
View
Thank you Richard,
You are right. But on the same PC it generates different value. My head is puzzled.
Saumitra Kumar Paul
30-Jul-11 4:55am
View
yes it is for same target.
Msgbox MySingle.tostring
Saumitra Kumar Paul
30-Jul-11 4:43am
View
Dear OriginalGriff
Thank you for showing your interest.
same code in the same PC. But in different vb project (WindowsApplication)
Why such difference?
SKPaul
Saumitra Kumar Paul
27-Jul-11 5:47am
View
I gave you 5 Mr. Patel.
Saumitra Kumar Paul
27-Jul-11 5:47am
View
its great, Patel. Thank you. But just importing System.Windows.Forms did not solve it, i had to do one more thing- add reference System.Windows.Forms.
Anyway, you showed me the way to do it. Thanks again.
Saumitra Kumar Paul
27-Jul-11 2:40am
View
Thank you.
Saumitra Kumar Paul
22-Jul-11 10:34am
View
Deleted
Thanks. I got a concept. However, i have seen an article doing it by the following code in the host config file:
<wellknown mode="single call" type="namespace.class1,assembly1" objecturi="class1 .uri">
<wellknown mode="single call" type="namespace.class2,assembly1" objecturi="class2 .uri">
I am not sure whether it is the only or simplest way. I have not found any other article solving this problem "hosting multiple object with .Net remoting. Would you please provide me any article or example that you suggested?
Thank you very much.
If you have any example article in your mind, Would you please inform me?
Saumitra Kumar Paul
21-Jul-11 9:44am
View
But i think remoting is best for my type of application.
Saumitra Kumar Paul
14-Jul-11 4:43am
View
dear SAKryukov, would you please explain it little more?
Saumitra Kumar Paul
14-Jul-11 4:24am
View
is there any way to do it through desktop application?
Saumitra Kumar Paul
3-Jun-11 16:13pm
View
Your "LivingThing" example have helped me to conceptualize clearly the "Class". For a long time, i could not understand what a class exactly is. Thank you very much.
Saumitra Kumar Paul
29-May-11 8:23am
View
Thank you thatraja. I have learnt a lot from the links.
Saumitra Kumar Paul
27-May-11 6:02am
View
Is there any method to set the database polling rate per minute?
Saumitra Kumar Paul
27-May-11 5:59am
View
there are threads. But still i face that probs. any thing more? thank you for your reply,
Saumitra Kumar Paul
26-May-11 8:46am
View
WoW, it works, Thanks a lot.
Saumitra Kumar Paul
25-May-11 8:20am
View
Many many thanks dear.
Saumitra Kumar Paul
25-May-11 8:10am
View
Would you please tell me why you are suggesting this?
Saumitra Kumar Paul
25-May-11 8:08am
View
Dear ZeeroCOOl,
Your's could be a good solution. Thank you.
Saumitra Kumar Paul
25-May-11 8:05am
View
Thank you Harsha. Random number is not useful in my case. RequestID field should be 1,2,3..n. As that table will receive huge request per minute, New RequestID creation in client side might generate duplicate value. I want to avoid it.
Show More