Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: 2D chart for VB6 Pin
Dave Kreskowiak30-Dec-07 8:02
mveDave Kreskowiak30-Dec-07 8:02 
GeneralRe: 2D chart for VB6 Pin
Nick Alexeev30-Dec-07 10:16
professionalNick Alexeev30-Dec-07 10:16 
GeneralRe: 2D chart for VB6 Pin
Dave Kreskowiak30-Dec-07 16:11
mveDave Kreskowiak30-Dec-07 16:11 
GeneralRe: 2D chart for VB6 Pin
Paul Conrad30-Dec-07 10:37
professionalPaul Conrad30-Dec-07 10:37 
Answer2D real-time chart for VB6: RMChart Pin
Nick Alexeev30-Dec-07 13:28
professionalNick Alexeev30-Dec-07 13:28 
NewsRe: 2D real-time chart for VB6: RMChart Pin
Nick Alexeev21-Dec-08 17:35
professionalNick Alexeev21-Dec-08 17:35 
GeneralRestrict the user from entering strings in a DatGridView column.. Pin
nishkarsh_k29-Dec-07 9:58
nishkarsh_k29-Dec-07 9:58 
GeneralRe: Restrict the user from entering strings in a DatGridView column.. Pin
Shimmy Weitzhandler29-Dec-07 14:40
Shimmy Weitzhandler29-Dec-07 14:40 
GeneralRe: Restrict the user from entering strings in a DatGridView column.. Pin
nishkarsh_k29-Dec-07 17:06
nishkarsh_k29-Dec-07 17:06 
GeneralRe: Restrict the user from entering strings in a DatGridView column.. Pin
Paul Conrad30-Dec-07 10:38
professionalPaul Conrad30-Dec-07 10:38 
Questionhow can learn (as an absolute beginner) Windows Workflow Foundation? Pin
Shimmy Weitzhandler29-Dec-07 8:14
Shimmy Weitzhandler29-Dec-07 8:14 
AnswerRe: how can learn (as an absolute beginner) Windows Workflow Foundation? Pin
John_Adams30-Dec-07 20:09
John_Adams30-Dec-07 20:09 
QuestionHoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
nishkarsh_k29-Dec-07 7:53
nishkarsh_k29-Dec-07 7:53 
GeneralRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
Shimmy Weitzhandler29-Dec-07 8:17
Shimmy Weitzhandler29-Dec-07 8:17 
GeneralRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
nishkarsh_k29-Dec-07 9:11
nishkarsh_k29-Dec-07 9:11 
AnswerRe: Hoe to add text(Serial number) in fixed col of every row of dataviewgrid Pin
Shimmy Weitzhandler29-Dec-07 14:17
Shimmy Weitzhandler29-Dec-07 14:17 
QuestionHow to disable unnecessary items in propertygrid Pin
VB 8.029-Dec-07 3:58
VB 8.029-Dec-07 3:58 
AnswerRe: How to disable unnecessary items in propertygrid Pin
Scott Dorman29-Dec-07 4:03
professionalScott Dorman29-Dec-07 4:03 
GeneralRe: How to disable unnecessary items in propertygrid Pin
VB 8.031-Dec-07 2:05
VB 8.031-Dec-07 2:05 
QuestionFind unused functions Pin
nishkarsh_k29-Dec-07 2:01
nishkarsh_k29-Dec-07 2:01 
GeneralRe: Find unused functions Pin
Scott Dorman29-Dec-07 4:05
professionalScott Dorman29-Dec-07 4:05 
GeneralGive info regarding Graphics Pin
VB 8.029-Dec-07 1:25
VB 8.029-Dec-07 1:25 
GeneralRe: Give info regarding Graphics Pin
Dave Kreskowiak31-Dec-07 4:15
mveDave Kreskowiak31-Dec-07 4:15 
dvsriram wrote:
3) Which is good for shapes creation Picturebox or Panel as base ??????


Panel. PictureBox is used for showing Image files, as you've been told before.


dvsriram wrote:
4) How to do these things while using Drawing namespace .without Powerpacks and i want to drag and resize to any place with selection which is used for everycontrol like VS2005 form design ???


You have to implement a "Retained Mode" graphics system. This is something, that believe it or not, doesn't exist as "standard" in Windows or GDI+, and hence, the .NET Framework. Though it does exist if you use Windows Presentation Foundation (WPF). But, to use this, you have to forget everything you've already learned about painting and using controls and start from scratch. I highly recommend picking up a book on it of you want to use it at all.

You can find an example of implementing a system yourself without using WPF here[^].

There are also third party control libraries that implement this too...



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




Generalhelp to use outlook express in coding Pin
Senthil S29-Dec-07 0:36
Senthil S29-Dec-07 0:36 
GeneralRe: help to use outlook express in coding Pin
Dave Kreskowiak29-Dec-07 6:43
mveDave Kreskowiak29-Dec-07 6:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.