16,016,789 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 Visual Basic questions
View .NET 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 ginnas (Top 34 by date)
ginnas
5-Dec-13 0:25am
View
Hi,
thanks for response, it's working
Thanks
Ginnas
ginnas
25-Nov-13 6:28am
View
hello,
thanks for the response, i have tried it there only i was getting zero value in my local variable-aa
like this
private void timer1_Tick(object sender, EventArgs e)
{
try
{
int aa= GetIdleTime();
}
catch(Exception ex)
{
}
}
ginnas
19-Nov-13 0:30am
View
hi,
the thing is i am using vs 2008 datagrid only older version and while changing the readonly properties of column it is giving error like "property or indexer cannot be assigned to it is read only"
whether datagrid will not support this?
Thanks
Ginnas
ginnas
25-Apr-13 7:50am
View
hello Amit
i am creating windows application using visual studio so for printing data gridview contents i am using print previewdialog control which is a class provided in c#.net
thanks
Ginnas
ginnas
19-Apr-13 10:12am
View
thanks
here the problem only at the time of displaying in the print preview page,in the database and in the grid view and all displaying in correct format
Regards
Ginnas
ginnas
28-Mar-13 5:25am
View
Thanks Hiller
it helped me truely, thank you very much
i have few more doubts,in the same table i have to get 1-the donors who donating more than 10000 in year
2-donors who are not donating during the past 2 years
in my table i have one field for storing the donating date
so how can we do this ?
Regards
Ginnas
ginnas
25-Mar-13 22:49pm
View
thanks
i will try to clear the situation to you, what is happening means while i am insering a value continously the auto increment column should be increment consecutivly but sometimes it is not consecutive like this suppose ....401,402,403,406 so inbetween some valuelike 404,405 is missing thats the problem
Thanks
Ginnas
ginnas
25-Mar-13 22:44pm
View
thanks
but in my table already one primary key is assigned
then what to do?
Thanks
Ginnas
ginnas
25-Mar-13 11:10am
View
thanks
but tell me the proper one to use in mysql please
Thanks
Ginnas
ginnas
7-Mar-13 4:39am
View
thanks for replay
But that link is not working properly
Thanks
ginnas
ginnas
1-Mar-13 9:35am
View
thanks for the response
ginnas
1-Mar-13 9:35am
View
nothing i just wanted to know thats all
ginnas
13-Nov-12 23:28pm
View
hello
actually what i am planning to do is a framework like application HMI development software so i have to provide both design time and run time to the end user.at design time the user can put different .net controls on to the design surface and change their properties , now i wanted to provide the option for write code in their events of the controls,that is while running based on the each event happening the code written in their events has to execute, here only i am trying to put the scripting language
these codes written by the end user in each event handlers can we put the scripts like c# script eg-:alvas.net/alvas.scriptor.aspx
regards
ginnas
ginnas
13-Nov-12 4:15am
View
hello
i meant the c# script in order to code in the events of the controls at run time
regards
ginnas
ginnas
26-Oct-12 0:29am
View
thanks
i am creating a framework like application , so at run time i wanted to drag and drop different controls in to the design surface and change their properties code something in their events and all and while running, the designed things has to execute based on the events of the controls .
now achieved adding the controls into the design surface at run time,and also possible to change the properties. for the events what i am planning to do is display the events of the controls in a grid view and provide a button for each events in another column while clicking the button the new form with text area has to appear in these text area the user can write the code, so please share some idea to achieve this
regards
ginnas
ginnas
19-Oct-12 5:35am
View
hello
i have gone through the documents and tried to implement simple application also by using the code provided in the documents,i have one error at the time of compiler parameter creation when we tried to pass the exe file name it is getting error
CompilerParameters loParameters = new CompilerParameters(ReferencedAssemblies,"exefile.exe");
loParameters.GenerateExecutable = true;
when we trying to create the exe the error is coming like the exe file name does not contain a static main method suitable for an entry point.
the same code if used without the exe file name then it is compiling correctly
i think you have understood the problem please replay me
regards
ginnas
ginnas
16-Oct-12 4:37am
View
okbut can you provide any related links or documents related that so that i can go through it and explore more, for me also SCADA(HMI) development purpose only not in a big concern ,just started finding out the solutions for the requirements
please replay me
regards
ginnas
ginnas
16-Oct-12 1:00am
View
hello
sir
i am creating a HMI development software by using visual studio.it's a framework like application that is it having both design time and run time .in design time the end user drag and drop different .net controls in to the designer surface and make some changes on their properties and all if they wanted.and write some codes in the events of these controls and while clicking a button called run the entire designed things has to execute . i am searching a way in order to achieve this,recently i came to know about the code DOM technology from this forum thats why i am trying to explore more
you have any idea related this
regards
ginnas
ginnas
28-Sep-12 5:10am
View
but that area contain some questions ,none of them having any answer
ginnas
26-Sep-12 4:50am
View
yes
please replay any solution
regards
ginnas
ginnas
22-Sep-12 3:58am
View
thanks
but will it add the integer value to the existing value of that filed. i wanted to do like that.means if one field contains a value suppose 20 i wanted to add a 15 to that value,so will your replay achieve this
regards
ginnas
ginnas
22-Sep-12 3:58am
View
thanks
but will it add the integer value to the existing value of that filed. i wanted to do like that.means if one field contains a value suppose 20 i wanted to add a 15 to that value,so will your replay achieve this
regards
ginnas
ginnas
17-Sep-12 2:00am
View
ok Sergey Alexandrovich
so i have a doubt in visual studio while design time we can use different controls from the toolbox right , so my question is , is it possible to use these controls at run time ,how can we access these .net controls ,is there any way
regards
ginnas
ginnas
14-Sep-12 4:55am
View
thanks Sergey Alexandrovich
the main problem is i am not an experienced one fresher only, have lot of limitations. "registered in the system " by that what i tried to tell is all the .net controls will be registered in the system know i don't know whether it is like or what, any way you replay me some references for achieving this that is how to select the .net controls at run time[like we are selecting the controls from the toolbox at design time],no matter the way. i will try to implement it if it is not suitable i will let you know
regards
ginnas
ginnas
14-Sep-12 0:45am
View
thanks Sergey Alexandrovich
i will explain my requirements .what i want is i wanted to create a UI generator or application development framework for example visual studio[not like visual studio but something similar].this application is for creating a human -machine user interface for SCADA application. my ultimate aim is putting different controls in to the container area here is third party drawing view ,here i wanted to code these controls inside their events this is for making use of these controls for connect to the machines in my applications run time. so in order to achieve this how can we make the .net controls available for designing,first please try to answer this that is how can we make the controls which is registered in the system to available for designing at run time
please replay me a solution
regards
ginnas
ginnas
12-Sep-12 8:20am
View
i have improved it
please check
thanks
ginnas
12-Sep-12 8:20am
View
hello
i have improved the question
please check it
thanks
ginnas
10-Sep-12 1:11am
View
hello
thanks for the response
but my question is during run time how can we code the controls .in run time where we can create the events for the controls there only we can code something know,so how can we achieve this
regards
ginnas
ginnas
7-Sep-12 5:39am
View
select fieldname from tablename where condition
ginnas
7-Sep-12 5:38am
View
date only
inserted correctly and it is showing in the database also{mysql work bench]
ginnas
6-Sep-12 8:14am
View
thanks for your replay
i think you did not get my doubt clearly may be because of my problem only,i don't know whether we can do like this . what i want is when we run our application in visual studio the application will run ,there it self i have to create design time and run time that is dynamically creating some controls or shapes on the drawing view control(third party) when we click a button or something named run whatever we created or designed on the drawing view has to run separately like what happened when we run visual studio IDE
replay me if u got the situation
regards
ginnas
ginnas
3-Sep-12 9:14am
View
if that selection rectangle appears then only we can say that the control is selected,then wanted to change the shape
ginnas
3-Sep-12 8:03am
View
windows form controls
when we select a control at design time a selection rectangle will appear on that control in order to move and change the shape and all
ginnas
3-Sep-12 8:01am
View
windows
Show More