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
N

namazikhah

@namazikhah
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Checking for a void
    N namazikhah

    Hi I think you can use expression vbNull! something like this: If you have a function like: Private Function LoadData() As DataReader So your code can be like this: If LoadData = vbNull Then . . . End IfYou can find more about it on MSDN(search for VisualBasic Namespace). Hope it can help Have a nice programming day

    Visual Basic question csharp

  • hurry plz!!!!(activex control or how to use optical pen & too scanner in vb.net
    N namazikhah

    Hi friend! there were great sample code on the web even in code project! you can see the link below on codeproject, I think it can help you alot. 1. http://www.codeproject.com/dotnet/wiascriptingdotnet.asp?df=100&forumid=3908&exp=0&select=839885 2. http://www.codeproject.com/dotnet/twaindotnet.asp you can find more active x on web but you have to buy them. hope it could help you! have a nice programming day!;)

    Visual Basic com help csharp

  • How to parse a string with double quotes
    N namazikhah

    hi have you test the String.Split method? or you need something more than it?

    Visual Basic tutorial question

  • Form Loading
    N namazikhah

    hi, if you want to reset some of you form properties or change them you can go to windows form desirner generated code and in InitializedComponent you will see the properties of each component on your form(they are seperated with comments) then you can chenge them. If you delete a line of code it means that you have reset it! If you like to have a better performance you can use property windows(View>property windows or F4) if you want to reset a property right click on it and then select reset. thats all! have a nice programming day!

    Visual Basic csharp question
  • Login

  • Don't have an account? Register

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