Search results for query: *

  • Users: Luc
  • Content: Threads
  • Order by date
  1. Luc

    Configuring DHCP & DNS

    Hey I'm currently writing a program wich allows the user to configure the DHCP, DNS, WINS and the AD of the server. So far all is going really well. I've been able to complete the modules wich aids the user to configure his AD and server settings except I have no idea how to programaticly...
  2. Luc

    webclient is causing stack overflow

    I'm new to asp.net 2.0 and I'm trying to make a simple newspage wich can be changed by changing a textdocument, the code goes as following: Partial Class _Default Inherits System.Web.UI.Page Dim logged_in As Boolean = False Dim first As Boolean = True Dim wc As New...
  3. Luc

    Control other application

    I'm trying to build an application that will automaticly install something for you, though I can't seem to figure out how I can control an other window. I googled for a couple of days with the keyword window handle but I don't really know what I should be asking for. What I want to do is simple...
  4. Luc

    Simple chatbox problem

    I've never really tried programming network and internet stuff with VB.net so I tried writing a simple TCP/IP chatbox, although I'm encountering some problems, since my VS is in dutch I'll try to transalate the error as good as I can. Here's the source: Main form: Dim localIp As IPAddress...
  5. Luc

    Moving a texturebrush

    When i aply a texturebrush to my rectangle i want it to just fit my rectangle, not so that one half of the image is on the top of the rectangle and the other half is on the bottom. Cause I suck at explaining this, here is some pictures to show what i mean: is the image i want to fit into my...
  6. Luc

    Delegates

    Can someone tell me what i'm doing wrong? I made a new project to practice delegates and i keep getting a nullrefrence error on my DLGtekst.Invoke(value) here is the full code, it doesnt do annything usefull, i was just running some tests. Public Class Form1 Dim t As New test Dim...
  7. Luc

    Closing process (cant find target window)

    I'm trying to be able to close processes in my application but he's never able to find the window handle, i would appreciate anny help. declaration: (copy pasted this from a site and read a tutorial on how to use it) this goes in my button: Thx
  8. Luc

    adding Direct X reference

    Hey, i searched the forums for an answer to my problem but i couldnt find it. I installed directX 9.0 SDK + update and added a key in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\AssemblyFolders\DirectXassemblies I also added in the default area the location of all the direct X...
Back
Top