Click here to Skip to main content
15,909,466 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: WMI and c#.net Pin
Dave Kreskowiak13-Oct-06 4:46
mveDave Kreskowiak13-Oct-06 4:46 
QuestionHow come fewer files? Pin
mysorian11-Oct-06 12:33
professionalmysorian11-Oct-06 12:33 
AnswerRe: How come fewer files? Pin
WillemM15-Oct-06 0:42
WillemM15-Oct-06 0:42 
GeneralRe: How come fewer files? Pin
mysorian15-Oct-06 10:20
professionalmysorian15-Oct-06 10:20 
GeneralRe: How come fewer files? Pin
WillemM15-Oct-06 22:02
WillemM15-Oct-06 22:02 
GeneralRe: How come fewer files? Pin
Dan Neely16-Oct-06 2:40
Dan Neely16-Oct-06 2:40 
GeneralRe: How come fewer files? Pin
WillemM16-Oct-06 2:44
WillemM16-Oct-06 2:44 
Questionremoting Pin
hariram2811-Oct-06 6:39
hariram2811-Oct-06 6:39 
Could any one help how to resolve my problem in remoting in VB.NET

I like to inform you that I’m in between beginner and moderate level. I’m developing a application in VB.NET using remoting concept for my academic purpose. I need replica of a object which is created in a server application to be accessed in other remote client machine…
Kindly help me as I’m nearing my dealine…


I’ll explain you briefly through a sample code…

First I’ll run this application and initialize the object…

Application 1(server):

Class file :

Class x
Public y as integer


End class

VB file:

Function init()
Dim ab as x

Ab.y=5
End function

After running the application 1, then I’m running the client machine.

Application 2(Remote Client):

VB file:


Dim obj as remoteobj
dim x as integer

x=obj.y

so that the value gets stored in the variable x.


Hariram
AnswerRe: remoting Pin
S. Senthil Kumar11-Oct-06 6:46
S. Senthil Kumar11-Oct-06 6:46 
QuestionRe: remoting Pin
hariram2811-Oct-06 7:19
hariram2811-Oct-06 7:19 
QuestionHow to see the changed value in design mode of costume control Pin
Lior S11-Oct-06 1:02
Lior S11-Oct-06 1:02 
Questionget clicked link Pin
m_mor10-Oct-06 23:02
m_mor10-Oct-06 23:02 
QuestionInstall Microsoft.net Framework component problem Pin
jedlicka10-Oct-06 21:37
jedlicka10-Oct-06 21:37 
QuestionHow to connect ASP.NET to Lotus Notes Pin
justprashant10-Oct-06 20:21
justprashant10-Oct-06 20:21 
QuestionHelp on Caesar cipher Pin
De_JA_Vu10-Oct-06 7:54
De_JA_Vu10-Oct-06 7:54 
AnswerRe: Help on Caesar cipher Pin
Ray Cassick11-Oct-06 12:15
Ray Cassick11-Oct-06 12:15 
QuestionXmlReader - DTD location Pin
Chris Losinger10-Oct-06 6:14
professionalChris Losinger10-Oct-06 6:14 
QuestionDirectoryInfo.GetFiles() wildcard Pin
Jason Henderson10-Oct-06 3:30
Jason Henderson10-Oct-06 3:30 
AnswerRe: DirectoryInfo.GetFiles() wildcard Pin
Dave Kreskowiak10-Oct-06 4:49
mveDave Kreskowiak10-Oct-06 4:49 
GeneralRe: DirectoryInfo.GetFiles() wildcard [modified] Pin
Jason Henderson10-Oct-06 6:06
Jason Henderson10-Oct-06 6:06 
Questionset classname of application, register window class vb.net Pin
K edar V10-Oct-06 1:04
K edar V10-Oct-06 1:04 
QuestionRead Only Combo Box? Pin
bankai1239-Oct-06 19:53
bankai1239-Oct-06 19:53 
AnswerRe: Read Only Combo Box? Pin
Robert Rohde9-Oct-06 22:39
Robert Rohde9-Oct-06 22:39 
QuestionVisual Studio 2005 Pin
Andy H9-Oct-06 9:44
Andy H9-Oct-06 9:44 
AnswerRe: Visual Studio 2005 Pin
Robert Rohde9-Oct-06 22:40
Robert Rohde9-Oct-06 22:40 

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.