Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302829-Mar-09 22:00
wr302829-Mar-09 22:00 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak30-Mar-09 1:53
mveDave Kreskowiak30-Mar-09 1:53 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302830-Mar-09 1:56
wr302830-Mar-09 1:56 
Questiondefaulting to 1 month priror in a DateTimePicker Pin
AARONDAS24-Mar-09 19:34
AARONDAS24-Mar-09 19:34 
AnswerRe: defaulting to 1 month priror in a DateTimePicker Pin
_Damian S_24-Mar-09 19:54
professional_Damian S_24-Mar-09 19:54 
Question[Message Deleted] Pin
aihui_893124-Mar-09 17:25
aihui_893124-Mar-09 17:25 
AnswerRe: interface with VB Pin
_Damian S_24-Mar-09 17:34
professional_Damian S_24-Mar-09 17:34 
QuestionVS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 5:23
paulogomes24-Mar-09 5:23 
Hi everyone,

I copy/paste one datagridview from one form to another (different solutions) using two instances of VS 2005.
The target form has the datagridview with all settings, including the DataSet and tableAdapter used by the original form. The datagridview also has all old settings. Everything is fine, it works as expected, with one drawback: every time I make any change in the target form surface, VS tells me that the dataset and the tableadapter are not defined and no longer loads the form in design mode giving errors mention that the dataset and the tableadapter are not defined.

To be able to view the form surface in Design Mode, I have to edit the form.Designer.vb file and replace the references to the dataset and tableadapter as follows to Global:


replace Me.DataSetSyncLog = New MainTabForm.DataSetSyncLog

to Me.DataSetSyncLog = New Global.MainTabForm.DataSetSyncLog

and

replace Me.TAdapter_Log = New MainTabForm.DataSetSyncLogTableAdapters.TAdapter_Log

to Me.TAdapter_Log = New Global.MainTabForm.DataSetSyncLogTableAdapters.TAdapter_Log

Anywhere in the code if I do Me.TAdapter_Log = New MaintabFor.

the Intellisence does not show the table adapter. But it is in the form.

Any ideas on how can I fix it?

Thanks,

Paulo
AnswerRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 6:14
Jon_Boy24-Mar-09 6:14 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 6:26
paulogomes24-Mar-09 6:26 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 8:20
Jon_Boy24-Mar-09 8:20 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:07
pdnet24-Mar-09 4:07 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:05
pdnet24-Mar-09 4:05 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:04
pdnet24-Mar-09 4:04 
AnswerRe: Run Application in Administrator mode Pin
EliottA24-Mar-09 4:08
EliottA24-Mar-09 4:08 
AnswerRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:13
professional dan!sh 24-Mar-09 4:13 
GeneralRe: Run Application in Administrator mode Pin
Jon_Boy24-Mar-09 4:25
Jon_Boy24-Mar-09 4:25 
GeneralRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:29
professional dan!sh 24-Mar-09 4:29 
GeneralRe: Run Application in Administrator mode Pin
Eddy Vluggen24-Mar-09 4:48
professionalEddy Vluggen24-Mar-09 4:48 
GeneralRe: Run Application in Administrator mode Pin
dan!sh 24-Mar-09 4:52
professional dan!sh 24-Mar-09 4:52 
GeneralRe: Run Application in Administrator mode Pin
Jon_Boy24-Mar-09 6:18
Jon_Boy24-Mar-09 6:18 
QuestionSQL query is not making permanent changes in database. Pin
Gagan.2024-Mar-09 3:11
Gagan.2024-Mar-09 3:11 
AnswerRe: SQL query is not making permanent changes in database. Pin
dan!sh 24-Mar-09 3:15
professional dan!sh 24-Mar-09 3:15 

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.