Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRich Text Box Cursor Location Pin
MojoTheMonkey24-Jun-03 4:00
MojoTheMonkey24-Jun-03 4:00 
GeneralRe: Rich Text Box Cursor Location Pin
dynamic24-Jun-03 6:52
dynamic24-Jun-03 6:52 
GeneralRe: Rich Text Box Cursor Location Pin
leppie24-Jun-03 7:02
leppie24-Jun-03 7:02 
GeneralRe: Rich Text Box Cursor Location Pin
J. Dunlap24-Jun-03 7:38
J. Dunlap24-Jun-03 7:38 
GeneralRe: Rich Text Box Cursor Location Pin
MojoTheMonkey24-Jun-03 21:59
MojoTheMonkey24-Jun-03 21:59 
GeneralC# DLL and MFC app Pin
vikramlinux24-Jun-03 0:33
vikramlinux24-Jun-03 0:33 
GeneralRe: C# DLL and MFC app Pin
Daniel Turini24-Jun-03 4:54
Daniel Turini24-Jun-03 4:54 
GeneralI need help (convert VB6 ocx to C# WCL) Pin
yarns23-Jun-03 21:02
yarns23-Jun-03 21:02 
Hi all!

I have some problems with convert project from VB6 to C#.
I dont know how it be in C# code like this:

----------------------------

Public Event Wiadomosc(ByVal sender As Long, ByVal seq As Long, ByVal time As Long, ByVal class As Long, ByVal message As String)

----------------------------

Public Property Let ListaKontaktow(index As Integer, co As lbpoleKontaktu, value As Long)
If co = 0 Then
kontakty(index).nrgg = value
Else
kontakty(index).typ = value
End If
End Property

----------------------------

Public Property Get ListaKontaktow(index As Integer, co As lbpoleKontaktu) As Long
If co = 0 Then
ListaKontaktow = kontakty(index).nrgg
Else
ListaKontaktow = kontakty(index).typ
End If
End Property

----------------------------

Public Sub sendMsg(numerGG As Long, seq As Long, class As Long, msg As String)
Dim dlugosc As Long
dlugosc = Len(msg) + 12 + 1
sckGG.SendData 11&
sckGG.SendData dlugosc
sckGG.SendData numerGG //where sckGG is Winsock control i know that i must use Socket in C# but i don't know how Frown | :(
sckGG.SendData seq
sckGG.SendData class
sckGG.SendData msg & Chr(0)
End Sub

Greeting
S_W
GeneralRe: I need help (convert VB6 ocx to C# WCL) Pin
Kant24-Jun-03 15:44
Kant24-Jun-03 15:44 
QuestionWhat are they difference between some controls ? Pin
JeffSayHi23-Jun-03 16:07
JeffSayHi23-Jun-03 16:07 
QuestionHow can I do a toolbar like VS.Net ? Pin
JeffSayHi23-Jun-03 15:56
JeffSayHi23-Jun-03 15:56 
GeneralDistributing c# app with ActiveX control Pin
mikechambers23-Jun-03 15:45
mikechambers23-Jun-03 15:45 
GeneralRe: Distributing c# app with ActiveX control Pin
Anonymous24-Jun-03 5:24
Anonymous24-Jun-03 5:24 
GeneralRe: Distributing c# app with ActiveX control Pin
CBoland24-Jun-03 6:56
CBoland24-Jun-03 6:56 
GeneralRe: Distributing c# app with ActiveX control Pin
mikechambers24-Jun-03 10:13
mikechambers24-Jun-03 10:13 
Generaldynamic table Pin
bora3ee23-Jun-03 11:43
bora3ee23-Jun-03 11:43 
GeneralRe: dynamic table Pin
Dimitris Iliopoulos23-Jun-03 11:54
Dimitris Iliopoulos23-Jun-03 11:54 
Generalhidden process Pin
bora3ee23-Jun-03 11:33
bora3ee23-Jun-03 11:33 
GeneralRe: hidden process Pin
Dimitris Iliopoulos23-Jun-03 11:49
Dimitris Iliopoulos23-Jun-03 11:49 
GeneralRe: hidden process Pin
Soledad24-Jun-03 9:12
Soledad24-Jun-03 9:12 
GeneralRe: hidden process Pin
jspano26-Jun-03 14:56
jspano26-Jun-03 14:56 
GeneralText.Replace Pin
jphuphilly23-Jun-03 9:23
jphuphilly23-Jun-03 9:23 
GeneralRe: Text.Replace Pin
Zachery23-Jun-03 9:31
Zachery23-Jun-03 9:31 
GeneralRe: Text.Replace Pin
jphuphilly23-Jun-03 10:05
jphuphilly23-Jun-03 10:05 
GeneralRe: Text.Replace Pin
leppie23-Jun-03 10:11
leppie23-Jun-03 10:11 

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.