Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
drawing
- Page 1
Re: How To Attract Client To Your Blog?
Digital Media
Digital Marketing
3 Days Ago
by asadalig
There are some ways to attract client your blog's which include: 1. Solve the problem of end-user. 2. The content should be like which speak directly to their needs, problem and goals. 3. The content must be consistent, authentic and user-friendly.
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… 2.
Drawing
Y-axis 1.
Drawing
axis 2.
Drawing
dividing lines 3.
Drawing
scale lines 4.
Drawing
text labels ·
Drawing
line area 1.
Drawing
line 2.
Drawing
punctuation…
How To Attract Client To Your Blog?
Digital Media
Digital Marketing
1 Month Ago
by blogmanagment
… blog isn't just about increasing traffic; it's about
drawing
in the right audience – the ones who appreciate the value…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
… M v1.0"; this->Size = System::
Drawing
::Size(350, 350); Label^ label9 = gcnew Label…System.Windows.Forms.dll> #using <System.
Drawing
.dll> #include "mr_m.h"…; /> <Reference Include="System.
Drawing
" /> <ClCompile Include="…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… System::Windows::Forms; using namespace System::Data; using namespace System::
Drawing
; using namespace System::IO; using namespace System::Net; using namespace…
Re: Drawing grid curves
Programming
Software Development
18 Years Ago
by Maritime
Drawing
arc of circle using .Pset method This is an astronomical application, projection of celsetial grid on the plan of horizon. It looks like Wiresphere.
Re: drawing with c++
Programming
Software Development
15 Years Ago
by tux4life
Drawing
a graph? [url]http://codecutter.org/tools/koolplot/[/url]
Re: Drawing Help
Programming
Software Development
15 Years Ago
by ddanbe
… mouse button is still down. [CODE=C#]using System.
Drawing
; using System.
Drawing
.Imaging; using System.Windows.Forms; namespace ScreenCapture { public partial…
Drawing Help
Programming
Software Development
15 Years Ago
by ejazmusavi
Hi every one! i want to make a
drawing
programm in c# like ms paint in windows. I want to draw line, rectangle, square, ellipse and other objects on mouse move and mouse up events and fill them with colour. To do this from where i have to start? any tutorials or ebook or sample projects. pls rply
Re: Drawing Help
Programming
Software Development
15 Years Ago
by Geekitygeek
… a record of the items you have added to the
drawing
area. If you dont maintain a record of each item…
Drawing App - Saving
Programming
Software Development
15 Years Ago
by mrclark
…SaveDrawing.ShowDialog() Try DrawPad.Image.Save(SaveDrawing.FileName, System.
Drawing
.Imaging.ImageFormat.Bmp) Catch ex As Exception MessageBox.Show("…The entire code is shown below: [code]Imports System.
Drawing
Imports System.
Drawing
.Drawing2D Public Class WhiteBoard Dim MyPen As New Pen…
drawing problem
Programming
Software Development
15 Years Ago
by severman
…; using System.ComponentModel; using System.Data; using System.
Drawing
; using System.Linq; using System.Text; using System.…sender, PaintEventArgs e) { System.
Drawing
.SolidBrush myBrush = new System.
Drawing
.SolidBrush(System.
Drawing
.Color.Red); System.
Drawing
.Graphics formGraphics = this.CreateGraphics();…
Drawing on PictureBox
Programming
Software Development
15 Years Ago
by DAWNIE
…, 30, 30)) 'Size Of The Button btnCircle.Size = New System.
Drawing
.Size(30, 30) If blnCircleClicked Then 'If The Button Is…, 30, 30)) 'Size Of The Button btnSquare.Size = New System.
Drawing
.Size(30, 30) If blnSquareClicked Then 'If The Button Is…
drawing a triangle like this ...
Programming
Software Development
15 Years Ago
by tien113
… /* initializarion of OpenGL library */ glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB); /*define a
drawing
mode */ glutInitWindowSize(300, 300); /* Define a size to a window… the window open until CTRL-C */ return 0; } /* */ void
drawing
(void) { glClear(GL_COLOR_BUFFER_BIT); /* clear background*/ glColor3f(1.0, 0.5…
Re: drawing problem
Programming
Software Development
15 Years Ago
by Diamonddrake
… draw using the form's on paint method you are
drawing
directly to the form. any controls you create and add… circle on top of multiple controls. If you need complicated
drawing
consider not using controls, but instead using rectangles and manually…
Re: drawing problem
Programming
Software Development
15 Years Ago
by severman
… using the form's on paint method you are
drawing
directly to the form. any controls you create and… on top of multiple controls. If you need complicated
drawing
consider not using controls, but instead using rectangles and …manually
drawing
all the needed elements of the composite.[/QUOTE] can…
Re: Drawing in C++
Programming
Software Development
16 Years Ago
by Ouais
…gt;SuspendLayout(); // // Form1 // this->AutoScaleDimensions = System::
Drawing
::SizeF(6, 13); this->AutoScaleMode = System::Windows::Forms::AutoScaleMode…::PaintEventArgs^ e) { System::
Drawing
::Pen^ myPen =gcnew System::
Drawing
::Pen(System::
Drawing
::Color::Red); System::
Drawing
::Graphics^ formGraphics; formGraphics =…
Re: Drawing App - Saving
Programming
Software Development
15 Years Ago
by Teme64
… a breakpoint to [ICODE]DrawPad.Image.Save(SaveDrawing.FileName, System.
Drawing
.Imaging.ImageFormat.Bmp)[/ICODE] line (move cursor over the line…
Drawing Test: points to line
Programming
Software Development
14 Years Ago
by raschko
…pyopengl pyside In the midst of developing a small
drawing
test, I've run into a situation involving …line computations. Currently the
drawing
test works, but only enables singular point
drawing
at the cursor position. [IMG…be a better method to allow for faster line
drawing
in this situation? My thoughts are to reduce …
Re: Drawing on PictureBox
Programming
Software Development
15 Years Ago
by DAWNIE
… that u gave me in my other post "Saving
drawing
on picturebox to SQL database" but i don't…
drawing a rectangle
Programming
Software Development
17 Years Ago
by orium
…: Prompt the user to enter the character to use for
drawing
the rectangle and promt the user to enter the number… << "Enter the character to be used for
drawing
the rectangle: " << endl; cin >> char1…; cin >> rows; //Here is when you help me
drawing
the rectangle :) return 0; }[/CODE]
Re: drawing a triangle like this ...
Programming
Software Development
15 Years Ago
by Adak
… problem getting what you want. Forget the "triangle"
drawing
- that's not a triangle that you're trying to…
Re: Drawing multiple object in c#
Programming
Software Development
15 Years Ago
by Diamonddrake
…mouse down make note of the fact you are
drawing
and save the point you started. +on mouse… point where the mouse currently is for preview
drawing
. +on mouse up make note of the …idea that you are no longer
drawing
. use the start point and the point of…line objects. +on paint - if you are
drawing
, draw the start and end points this show the…
Drawing Text - C++ and OpenGL on Windows XP
Programming
Software Development
14 Years Ago
by sfuo
… way. I have looked at doing raster
drawing
but since this is for
drawing
text on a user interface I would like… to stick with the OpenGL unit system for
drawing
objects and text. I can post up more code if…
Drawing Text in OpenGL - C++/WindowsXP
Programming
Game Development
14 Years Ago
by sfuo
… way. I have looked at doing raster
drawing
but since this is for
drawing
text on a user interface I would like… to stick with the OpenGL unit system for
drawing
objects and text. I can post up more code if…
Drawing lines on C# web application
Programming
Web Development
14 Years Ago
by poifull
… using Visual Studio 2008 C#. But i could only find
drawing
lines on a windows application. :sad: Can i convert the… System; using System.Collections; using System.ComponentModel; using System.
Drawing
; using System.
Drawing
.Drawing2D; using System.Data; using System.Windows.Forms; namespace…
Drawing for picturebox
Programming
Software Development
11 Years Ago
by zawpai
Hi, I have some problems when
drawing
dot or lines in picturebox. If I do minimize and maximize the form after finishing my
drawing
, all of my
drawing
will be lost. I can't see any more. How should I handle this situtation? Regards, Zawpai
Re: Drawing border on winforms control
Programming
Software Development
9 Years Ago
by Suzie999
… e) { ControlPaint.DrawBorder( e.Graphics, new System.
Drawing
.Rectangle( new System.
Drawing
.Point( checkBox1.ClientRectangle.Left, checkBox1.ClientRectangle.Top), checkBox1…
Re: Drawing border on winforms control
Programming
Software Development
9 Years Ago
by Suzie999
…statechanged = false; ControlPaint.DrawBorder( e.Graphics, new System.
Drawing
.Rectangle( new System.
Drawing
.Point(checkBox1.ClientRectangle.Left, checkBox1.ClientRectangle.Top), checkBox1…
Re: drawing in picturebox
Programming
Software Development
18 Years Ago
by MattEvans
… mousemove event for "
drawing
" > set a flag "
drawing
" to true, and while "
drawing
" is true, draw…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC