Click here to Skip to main content
15,925,444 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSecurity permissions when running .net application over a network Pin
bricel4-Jan-06 2:09
bricel4-Jan-06 2:09 
AnswerRe: Security permissions when running .net application over a network Pin
Dave Kreskowiak4-Jan-06 6:07
mveDave Kreskowiak4-Jan-06 6:07 
AnswerRe: Security permissions when running .net application over a network Pin
mtone6-Jan-06 17:44
mtone6-Jan-06 17:44 
Questionneed help from all of you... Pin
n_c_s4-Jan-06 1:34
n_c_s4-Jan-06 1:34 
AnswerRe: need help from all of you... Pin
Christian Graus4-Jan-06 10:40
protectorChristian Graus4-Jan-06 10:40 
GeneralRe: need help from all of you... Pin
n_c_s6-Jan-06 3:38
n_c_s6-Jan-06 3:38 
GeneralRe: need help from all of you... Pin
Christian Graus8-Jan-06 9:42
protectorChristian Graus8-Jan-06 9:42 
Questionwhats the code for this in .net? Pin
Mridang Agarwalla4-Jan-06 0:37
Mridang Agarwalla4-Jan-06 0:37 
<br />
Public Const RAS_MAXENTRYNAME As Integer = 256<br />
Public Const RAS_MAXDEVICETYPE As Integer = 16<br />
Public Const RAS_MAXDEVICENAME As Integer = 128<br />
Public Const RAS_RASCONNSIZE As Integer = 412<br />
Public Const ERROR_SUCCESS = 0&<br />
<br />
Public Type RasEntryName<br />
dwSize As Long<br />
szEntryName(RAS_MAXENTRYNAME) As Byte<br />
End Type<br />
<br />
Public Type RasConn<br />
dwSize As Long<br />
hRasConn As Long<br />
szEntryName(RAS_MAXENTRYNAME) As Byte<br />
szDeviceType(RAS_MAXDEVICETYPE) As Byte<br />
szDeviceName(RAS_MAXDEVICENAME) As Byte<br />
End Type<br />
<br />
Public Declare Function RasEnumConnections Lib "rasapi32.DLL" _<br />
Alias "RasEnumConnectionsA" (lpRasConn As Any, lpcb As Long, _<br />
lpcConnections As Long) As Long<br />
Public Declare Function RasHangUp Lib "rasapi32.DLL" Alias _<br />
"RasHangUpA" (ByVal hRasConn As Long) As Long<br />
Public gstrISPName As String<br />
Public ReturnCode As Long<br />
<br />

AnswerRe: whats the code for this in .net? Pin
J4amieC4-Jan-06 2:35
J4amieC4-Jan-06 2:35 
Questiontreeview(binarytree) Pin
mamatharaghu4-Jan-06 0:36
mamatharaghu4-Jan-06 0:36 
AnswerRe: treeview(binarytree) Pin
Paritos4-Jan-06 1:02
Paritos4-Jan-06 1:02 
GeneralRe: treeview(binarytree) Pin
mamatharaghu4-Jan-06 1:41
mamatharaghu4-Jan-06 1:41 
GeneralRe: treeview(binarytree) Pin
J4amieC4-Jan-06 2:48
J4amieC4-Jan-06 2:48 
GeneralRe: treeview(binarytree) Pin
mamatharaghu4-Jan-06 18:18
mamatharaghu4-Jan-06 18:18 
GeneralRe: treeview(binarytree) Pin
J4amieC4-Jan-06 21:58
J4amieC4-Jan-06 21:58 
GeneralRe: treeview(binarytree) Pin
mamatharaghu5-Jan-06 18:28
mamatharaghu5-Jan-06 18:28 
QuestionFinding the creator/author name of a folder Pin
Kavitha Sathishkumar3-Jan-06 22:52
Kavitha Sathishkumar3-Jan-06 22:52 
AnswerRe: Finding the creator/author name of a folder Pin
Kamalatharsan6-Jan-06 21:27
Kamalatharsan6-Jan-06 21:27 
Questioncoping images from webpage using vb.net Pin
uktrips0073-Jan-06 22:23
uktrips0073-Jan-06 22:23 
QuestionKnow of an organization chart/organogram that takes xml and draws the structure? Pin
QuintesV3-Jan-06 21:27
QuintesV3-Jan-06 21:27 
AnswerRe: Know of an organization chart/organogram that takes xml and draws the structure? Pin
QuintesV3-Jan-06 21:29
QuintesV3-Jan-06 21:29 
QuestionVB ActiveX Control Pin
GayathriNaveen3-Jan-06 19:10
GayathriNaveen3-Jan-06 19:10 
QuestionLinking database over FTP Pin
Roshan Sumbaly3-Jan-06 18:04
Roshan Sumbaly3-Jan-06 18:04 
AnswerRe: Linking database over FTP Pin
Dave Kreskowiak4-Jan-06 5:53
mveDave Kreskowiak4-Jan-06 5:53 
QuestionIntranet Application Pin
Aanchal Naidu3-Jan-06 17:45
Aanchal Naidu3-Jan-06 17:45 

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.