Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/07/2009, 03:01
wilwas
 
Fecha de Ingreso: abril-2005
Ubicación: España - Madrid
Mensajes: 236
Antigüedad: 19 años, 9 meses
Puntos: 2
Respuesta: Global Resource

gracias,

Pero hay algo que se me escapa, efectivamente me creo un recurson global pero al intentar acceder a el, no esta



Resources are compiled into the namespace Resources, and each default resource becomes a member of the Resources class. For example, if you have created the default resource file WebResources.resx and the file contains a resource named WelcomeText, you can reference the resource in code as shown in the following code example:

Dim welcome As String
welcome = Resources.WebResources.WelcomeText

El problema es que no me aparece WebResources y no se por que.

Caulquier idea sera bienvenida.