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
D

DJLarZ

@DJLarZ
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Taking a Print Screen in VB.NET
    D DJLarZ

    I know how to take a Print Screen, but I want my program to do it, i.e. take a print screen every 5 minutes (using a Timer object). Is there any API function or something that I can use to do this?

    ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic

  • Taking a Print Screen in VB.NET
    D DJLarZ

    Anyone know how to take a Print Screen of the whole screen and then store it in an Image variable in VB.NET? Thanks in advance.

    ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic

  • Variable enum?
    D DJLarZ

    Hi. I use the Enum statement regularly, and I'm wondering if there's a similar statement where I can change the member's values? Because the Enum's members get declared as constants.. Please help me :rolleyes: ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic help question

  • Web Service Time Out
    D DJLarZ

    You should adjust the Timeout argument of the method/function you are using to send the data. ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic help question

  • licensing in vb.net
    D DJLarZ

    You could (instead of licensing) write the date when the program was installed to a key in the registry, and if the program is started when more than 30 days have gone by, the program won't start. ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic csharp help

  • Help on playing waves in VB.NET
    D DJLarZ

    Hello. I am making a wave player with a playlist, and I'm using the My.Computer.Audio object to play wavs. So I was wondering if there's any method or something that can tell me when a sound is not playing? So I can write code for making it play the next wave in the playlist when the preciding is finished playing. :) Thanks in advance :) ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic csharp help question

  • System.Xml.XmlException
    D DJLarZ

    Heeeelp! This error occured when I created a new form and tried to build the solution. I did absolutely no changes to the form, just created it and tried to build. Help! Error 1 The "GenerateApplicationManifest" task failed unexpectedly. System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(Stream inStream) at Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(Stream s, String xpath) at Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(String path) at Microsoft.Build.Tasks.GenerateApplicationManifest.AddClickOnceFiles(ApplicationManifest manifest) at Microsoft.Build.Tasks.GenerateApplicationManifest.BuildApplicationManifest(ApplicationManifest manifest) at Microsoft.Build.Tasks.GenerateApplicationManifest.OnManifestLoaded(Manifest manifest) at Microsoft.Build.Tasks.GenerateManifestBase.BuildManifest() at Microsoft.Build.Tasks.GenerateManifestBase.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic xml help sysadmin

  • Reset the current directory to AppPath on exit
    D DJLarZ

    Thank you very much, all of you, it solved my problem. :) ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Visual Basic question windows-admin help

  • Modal Dialog Box
    D DJLarZ

    well you might use the close method after viewing the dialog, but I dont think its possible to view only the message. ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Web Development help

  • Detect Windows XP SP2
    D DJLarZ

    I think you must use JScript, and if you do, the yellow bar will show up because you are trying to access sysinfo. I think you should view the message anyway, as most xp users have sp2.:) ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----

    Web Development javascript com agentic-ai question

  • Reset the current directory to AppPath on exit
    D DJLarZ

    How do I reset the active directory to the directory where I started the program from without using relative or absolute paths? Is it possible? Thanks in advance :) :laugh: edit: The reason I need this is that I use openfiledialogs and savefiledialogs which changes the current directory, and I have stored help files relative to the program path. ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ---- -- modified at 8:45 Thursday 16th February, 2006

    Visual Basic question windows-admin help
  • Login

  • Don't have an account? Register

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