Click here to Skip to main content
15,898,787 members
Home / Discussions / C#
   

C#

 
AnswerRe: Raising Event from one application to another Pin
S. Senthil Kumar5-May-06 3:22
S. Senthil Kumar5-May-06 3:22 
QuestionHow to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:34
sharma sanjeev4-May-06 20:34 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 20:36
Guffa4-May-06 20:36 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:39
sharma sanjeev4-May-06 20:39 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 22:39
Guffa4-May-06 22:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:41
sharma sanjeev4-May-06 20:41 
AnswerRe: How to write its equivalent in c# Pin
JoeSharp4-May-06 20:39
JoeSharp4-May-06 20:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:42
sharma sanjeev4-May-06 20:42 
the whole code that i want to convert is as:
If you could convert plz .

Public MustInherit Class ShopList
Inherits Entities.Modules.PortalModuleBase
Implements Entities.Modules.IActionable
Implements Entities.Modules.IPortable
Implements Entities.Modules.ISearchable

Private Sub Page_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
End Sub



Public ReadOnly Property ModuleActions() As _
DotNetNuke.Entities.Modules.Actions.ModuleActionCollection _
Implements DotNetNuke.Entities.Modules.IActionable.ModuleActions

Get
Dim Actions As New _
Entities.Modules.Actions.ModuleActionCollection
Actions.Add(GetNextActionID, _
Localization.GetString( _
Entities.Modules.Actions.ModuleActionType.AddContent, _
LocalResourceFile), _
Entities.Modules.Actions.ModuleActionType.AddContent, _
"", _
"", _
EditUrl(), _
False, _
Security.SecurityAccessLevel.Edit, _
True, _
False)
Return Actions
End Get
End Property

Public Function ExportModule(ByVal ModuleID As Integer) _
As String Implements _
DotNetNuke.Entities.Modules.IPortable.ExportModule
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Function

Public Sub ImportModule(ByVal ModuleID As Integer, _
ByVal Content As String, _


ByVal Version As String, _
ByVal UserID As Integer) _
Implements DotNetNuke.Entities.Modules.IPortable.ImportModule
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Sub

Public Function GetSearchItems( _
ByVal ModInfo As DotNetNuke.Entities.Modules.ModuleInfo) _
As DotNetNuke.Services.Search.SearchItemInfoCollection _
Implements DotNetNuke.Entities.Modules.ISearchable.GetSearchItems
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Function

End Class

Questionusing the ActiveX control in C# Pin
Maddie from Dartford4-May-06 20:32
Maddie from Dartford4-May-06 20:32 
Questionhow can we get all the public methods in a class Pin
dayakar_dn4-May-06 19:48
dayakar_dn4-May-06 19:48 
AnswerRe: how can we get all the public methods in a class Pin
alexey N4-May-06 20:05
alexey N4-May-06 20:05 
QuestionSQL database : Updating all .MDF in my computer. Pin
emran8344-May-06 19:47
emran8344-May-06 19:47 
GeneralRe: SQL database : Updating all .MDF in my computer. Pin
User 17164925-May-06 10:46
professionalUser 17164925-May-06 10:46 
QuestionHow to identify the Public Methods Pin
dayakar_dn4-May-06 19:38
dayakar_dn4-May-06 19:38 
AnswerRe: How to identify the Public Methods Pin
alexey N4-May-06 19:45
alexey N4-May-06 19:45 
Questionpreventing un othorised access to databse Pin
Neeraj Arora4-May-06 19:20
Neeraj Arora4-May-06 19:20 
AnswerRe: preventing un othorised access to databse Pin
User 17164925-May-06 13:20
professionalUser 17164925-May-06 13:20 
QuestionJ# Compact Library for Windows Mobile. Pin
Ariston Darmayuda4-May-06 19:04
Ariston Darmayuda4-May-06 19:04 
AnswerRe: J# Compact Library for Windows Mobile. Pin
Tom Netland12-Oct-10 10:30
Tom Netland12-Oct-10 10:30 
GeneralRe: J# Compact Library for Windows Mobile. Pin
Ariston Darmayuda12-Oct-10 21:14
Ariston Darmayuda12-Oct-10 21:14 
QuestionSSL implementation with desktop application Pin
Neeraj Arora4-May-06 18:35
Neeraj Arora4-May-06 18:35 
AnswerHey experts, nobody have answer of my problem? Pin
Neeraj Arora7-May-06 18:16
Neeraj Arora7-May-06 18:16 
Questiongetting all public methods in a class Pin
chakkara20034-May-06 18:12
chakkara20034-May-06 18:12 
AnswerRe: getting all public methods in a class Pin
alexey N4-May-06 19:02
alexey N4-May-06 19:02 
GeneralRe: getting all public methods in a class Pin
chakkara20034-May-06 23:03
chakkara20034-May-06 23:03 

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.