16,020,714 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 Visual Basic questions
View Javascript 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 sean871 (Top 18 by date)
sean871
10-Apr-23 18:52pm
View
is this approoach better
$client_info = Family::with(['pendingcases', 'demographics', 'requestOrder'])->find($family_id);
return view('profile', ['clients' => $client_info]);
sean871
10-Apr-23 18:22pm
View
could you explain more
sean871
16-Jan-16 9:35am
View
hey
it said this line
$r = new HttpRequest($this->url, HTTP_METH_POST, $r_options);
sean871
20-Dec-15 21:37pm
View
idk nothing i did works , followed your link to w3schools
sean871
28-Jun-14 17:34pm
View
Deleted
i tried that nothing worked
here is the rest of my code
// a method created to hide the form title
private void notitle()
{
mainForm mF = new mainForm();
mF.Text = string.Empty;
this.Text = String.Empty;
}
private void Form1_Load(object sender, EventArgs e)
{ // the following line of code shows the form's title
if (display_hideformtitlecheckBox.Checked == true)
{
this.Text = " Assignment3";
}
else
//the following line of code hide the form title if the checkebox is unchecked
if (display_hideformtitlecheckBox.Checked == false)
{
// we now invoke that method
notitle();
}
}
sean871
28-Feb-14 21:24pm
View
what's needed for a large scale website?
sean871
14-Feb-14 13:11pm
View
erros upon inserting data.
sean871
14-Feb-14 13:04pm
View
yes there is a '.' before VALUES
sean871
21-May-13 21:52pm
View
thxs alot
sean871
5-Dec-12 11:37am
View
thank you it worked
sean871
28-Oct-12 22:50pm
View
ok what am really trying to do is to get all installed programs to be listed on a list view and i got four columns (name,publisher,size and version)
but the code i posted above gave me an error in the line If Not Listview.Items.Contains(Y) Then Listview.Items.Add(Y)
and the error was the first (Y)
sean871
28-Oct-12 20:21pm
View
thanks a lot but i have found another way to slove it
sean871
23-Oct-12 12:01pm
View
thanks alot
sean871
16-Oct-12 10:09am
View
yes that's what i need plz help
sean871
15-Oct-12 22:08pm
View
so its like when i click the button it gonna stay like
Me.BackgroundImage My.Resources = your mouse click the image
sean871
15-Oct-12 21:35pm
View
yes no visual feedback of the mouse state
sean871
9-Oct-12 16:26pm
View
thanks
sean871
8-Oct-12 11:04am
View
i mean vb(visual basic) the programming language
i need some help in coding to end a process in a list view
Show More