Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BatUlzii

@BatUlzii
About
Posts
7
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help Me i use Win32_Share Class
    B BatUlzii

    Const FILE_SHARE = 0 Const MAXIMUM_CONNECTIONS = 25 Dim strComputer As String = "." Dim objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\cimv2") Dim objNewShare = objWMIService.Get("Win32_Share") Dim errReturn = objNewShare.Create _ ("C:\Temp", "Temp", FILE_SHARE, _ MAXIMUM_CONNECTIONS, "MyFolder") i doubleClick temp folder Remote Computer return error access denied on file help me

    Visual Basic help

  • Help!!!! Trying to create shared folder. VB.NET
    B BatUlzii

    give me please for expamle using system.security.permissions

    Visual Basic question csharp help tutorial

  • Help!!!! Trying to create shared folder. VB.NET
    B BatUlzii

    :((Hi, Im trying to get a VB.NET program to create a shared folder. I can make the folder but I cant figure out how to make it as a shared folder. Also I will want to set the permissions on the folder and on the share. How can I do this using VB.NET code?

    Visual Basic question csharp help tutorial

  • give me please dataGrid
    B BatUlzii

    i need a groupDataGrid control in visualbasic

    Visual Basic

  • How do I create graphics are same in different areas
    B BatUlzii

    how to create 600dpi graphics

    Visual Basic graphics question tutorial

  • How do I create graphics are same in different areas
    B BatUlzii

    ::Example code here: ---------------------------------------------------------------------------­----------------------------------- Private Function draw(ByVal g As Graphics) As Integer Dim sf As New SizeF g.MeasureString("hello world!", New Font("Arial", 9), sf) Return sf.Width End Function Private Sub pd_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles pd.PrintPage draw(e.Graphics) End Sub Private Sub mySub() Dim g As Graphics ' What should I do here with g in order to get equal results from draw() functions ' in pd_PrintPage() and in mySub()? draw(g) End Sub Tell me please if it is possible.

    Visual Basic graphics question tutorial

  • Help Me [modified]
    B BatUlzii

    How to Create SharedFolder in visualbasic sharedFolder-> 1.One Folder Choose 2.right click in mouse 3.sharing and security...

    Visual Basic security help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups