Click here to Skip to main content
15,905,593 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: GDI+ Error Pin
The ANZAC10-Dec-07 15:46
The ANZAC10-Dec-07 15:46 
GeneralRe: GDI+ Error Pin
Luc Pattyn10-Dec-07 16:10
sitebuilderLuc Pattyn10-Dec-07 16:10 
GeneralRe: GDI+ Error Pin
The ANZAC10-Dec-07 17:50
The ANZAC10-Dec-07 17:50 
GeneralRe: GDI+ Error Pin
Dave Kreskowiak10-Dec-07 2:16
mveDave Kreskowiak10-Dec-07 2:16 
GeneralRe: GDI+ Error Pin
Christian Graus10-Dec-07 8:26
protectorChristian Graus10-Dec-07 8:26 
GeneralRe: GDI+ Error Pin
Dave Kreskowiak10-Dec-07 12:05
mveDave Kreskowiak10-Dec-07 12:05 
GeneralRe: GDI+ Error Pin
Christian Graus10-Dec-07 12:28
protectorChristian Graus10-Dec-07 12:28 
GeneralProblem in loading controls into a Tab page Pin
Krishnaraj Barvathaya B10-Dec-07 1:27
Krishnaraj Barvathaya B10-Dec-07 1:27 
hi,

I am working with tab control in a MDI form. In one of my tab page, I’ve a split container control. Now I want to load another form in the panel2 of split container. Using “mytab_enter” event, I am loading all the controls of that Form into the panel container.

Dim objFrm1 As Form2
objFrm1 = New Form2()
objFrm1.TopLevel = False
SplitContainer2.Panel2.Controls.Add(objFrm1)
objFrm1.Show()

the form is getting loaded without any controls being displayed. A blank form.

In this the fact what I observed is. If I add controls to 1st tab page all the controls will get loaded without any problem. I face this problem with subsequent tabs.

Can any body please help me out in this problem?

Thank you,
Regards, Krishnaraj
GeneralAbout Visual Basic Pin
Member 472059110-Dec-07 0:48
Member 472059110-Dec-07 0:48 
GeneralRe: About Visual Basic Pin
Dave Kreskowiak10-Dec-07 2:13
mveDave Kreskowiak10-Dec-07 2:13 
Generalwindows form while restore Pin
balakpn10-Dec-07 0:31
balakpn10-Dec-07 0:31 
GeneralRe: windows form while restore Pin
Michael Sync10-Dec-07 1:43
Michael Sync10-Dec-07 1:43 
GeneralRe: windows form while restore Pin
balakpn11-Dec-07 1:51
balakpn11-Dec-07 1:51 
Questionhow can i determine the location of current cell Pin
Rupesh Kumar Swami9-Dec-07 23:38
Rupesh Kumar Swami9-Dec-07 23:38 
AnswerRe: how can i determine the location of current cell Pin
Michael Sync10-Dec-07 1:34
Michael Sync10-Dec-07 1:34 
GeneralRe: how can i determine the location of current cell Pin
Rupesh Kumar Swami10-Dec-07 5:56
Rupesh Kumar Swami10-Dec-07 5:56 
QuestionUrgent HELP with usercontrols!!!!!! Pin
highjo9-Dec-07 23:06
highjo9-Dec-07 23:06 
GeneralRe: Urgent HELP with usercontrols!!!!!! Pin
Michael Sync10-Dec-07 1:27
Michael Sync10-Dec-07 1:27 
GeneralRe: Urgent HELP with usercontrols!!!!!! Pin
highjo10-Dec-07 4:58
highjo10-Dec-07 4:58 
Questionimporting excel sheet into datagrid Pin
sivaram praveen9-Dec-07 21:18
sivaram praveen9-Dec-07 21:18 
GeneralRe: importing excel sheet into datagrid Pin
Michael Sync9-Dec-07 22:30
Michael Sync9-Dec-07 22:30 
GeneralTimer object don't tick in a Module Pin
Narenge9-Dec-07 10:58
Narenge9-Dec-07 10:58 
GeneralRe: Timer object don't tick in a Module Pin
Luc Pattyn9-Dec-07 11:15
sitebuilderLuc Pattyn9-Dec-07 11:15 
GeneralRe: Timer object don't tick in a Module Pin
Narenge9-Dec-07 11:20
Narenge9-Dec-07 11:20 
GeneralRe: Timer object don't tick in a Module Pin
Luc Pattyn9-Dec-07 12:09
sitebuilderLuc Pattyn9-Dec-07 12:09 

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.