Click here to Skip to main content
15,924,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DateTime Picker Help Pin
AAGTHosting3-Mar-08 14:06
AAGTHosting3-Mar-08 14:06 
GeneralRe: DateTime Picker Help Pin
Rupesh Kumar Swami3-Mar-08 19:36
Rupesh Kumar Swami3-Mar-08 19:36 
GeneralRe: DateTime Picker Help Pin
AAGTHosting3-Mar-08 19:40
AAGTHosting3-Mar-08 19:40 
GeneralRe: DateTime Picker Help Pin
Rupesh Kumar Swami3-Mar-08 21:32
Rupesh Kumar Swami3-Mar-08 21:32 
GeneralRe: DateTime Picker Help Pin
AAGTHosting4-Mar-08 9:14
AAGTHosting4-Mar-08 9:14 
GeneralRe: DateTime Picker Help Pin
Rupesh Kumar Swami4-Mar-08 19:14
Rupesh Kumar Swami4-Mar-08 19:14 
GeneralShape controls problem at runtime from powerpacks Pin
VB 8.02-Mar-08 19:06
VB 8.02-Mar-08 19:06 
GeneralRe: Shape controls problem at runtime from powerpacks Pin
Dave Kreskowiak3-Mar-08 4:23
mveDave Kreskowiak3-Mar-08 4:23 
VB 8.0 wrote:
1 ) Now , the problem is , i am having some normal controls like Textbox,Rb,CBox,Checkbox,Grid ..which are generating at runtime on the panel(Runtime generated ).Now if if move the RectangleShape ,OValShape on those controls ( Textbox,Rb,CBox,Checkbox,DataGridview ..) Dark Lines scattering all over the control are appearing while Dragging from one place to another place (For this i used pickbox from codeproject for shapes ) on the panel .I have refresh my panel again .THis makes the Shape controls Flickering all the time


Yes. This is because you're not redrawing the controls that you're dragging the line over. Until those controls are redrawn, they'll look like garbage. The problem with doing this is that you will be redrawing a lot more stuff for each MouseMove event you get. This can cause even more flickering than you're dealing with now.


VB 8.0 wrote:
2 ) If i create a control .like Textbox,Rb,CBox,Checkbox,Grid on the location of Shape control ,The boundaries of shape controls are appearing on the Control which is not good for looking . I want like at Visual Studio 2005 Design time .It has to go back of the control and doesnt show the boundaries of shapecontrol on normal control .


I have no idea what you're talking about with this one. I'm guessing that you'll have to redraw the entire panel control, along with all of it's child controls again once the new control is added.


VB 8.0 wrote:
3) Its not in the smooth way like in Visual studio 2005 design time


Google for "Host Visual Studio Forms Designer". You may be surprised at what it takes to do what you want.



A guide to posting questions on CodeProject[^]



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




GeneralRe: Shape controls problem at runtime from powerpacks Pin
VB 8.04-Mar-08 19:23
VB 8.04-Mar-08 19:23 
GeneralDraw a GPS map Pin
Member 44277182-Mar-08 13:48
Member 44277182-Mar-08 13:48 
GeneralRe: Draw a GPS map Pin
Christian Graus2-Mar-08 22:39
protectorChristian Graus2-Mar-08 22:39 
GeneralRe: Draw a GPS map Pin
Wafdof2-Jul-08 7:15
Wafdof2-Jul-08 7:15 
GeneralRe: Draw a GPS map Pin
nishkarsh_k3-Mar-08 16:36
nishkarsh_k3-Mar-08 16:36 
QuestionValidating User Input Pin
IvanIT2-Mar-08 13:28
IvanIT2-Mar-08 13:28 
GeneralRe: Validating User Input Pin
User 2710092-Mar-08 14:44
User 2710092-Mar-08 14:44 
GeneralRe: Validating User Input Pin
IvanIT3-Mar-08 5:16
IvanIT3-Mar-08 5:16 
Questioncreate MS access DB from VB Pin
mesho2-Mar-08 11:55
mesho2-Mar-08 11:55 
GeneralRe: create MS access DB from VB Pin
Dave Kreskowiak3-Mar-08 9:12
mveDave Kreskowiak3-Mar-08 9:12 
Generaldrawicon to listview Pin
benjj2-Mar-08 11:49
benjj2-Mar-08 11:49 
GeneralRe: drawicon to listview Pin
John_Adams3-Mar-08 0:57
John_Adams3-Mar-08 0:57 
GeneralSetup project in VIsaul Studio Pin
highjo2-Mar-08 11:27
highjo2-Mar-08 11:27 
GeneralRe: Setup project in VIsaul Studio Pin
Dave Kreskowiak3-Mar-08 4:09
mveDave Kreskowiak3-Mar-08 4:09 
GeneralRe: Setup project in VIsaul Studio Pin
highjo3-Mar-08 5:54
highjo3-Mar-08 5:54 
QuestionWhy do I sometimes get OleDb.OleDbException or ConstraintException for the same operation? Pin
David Mujica2-Mar-08 9:24
David Mujica2-Mar-08 9:24 
AnswerRe: Why do I sometimes get OleDb.OleDbException or ConstraintException for the same operation? Pin
Dave Kreskowiak3-Mar-08 8:42
mveDave Kreskowiak3-Mar-08 8:42 

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.