Search:

Type: Posts; User: Skatebone

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    21
    Views
    1,825

    Re: How to Hide Startup Button?

    Yes Because it was on WPF application. Is the code being invoked? Try to replace Start with Button maybe ur using an older version of windows.

    Also Replace this:


    Private Sub...
  2. Replies
    21
    Views
    1,825

    Re: How to Hide Startup Button?

    Consider it your first Christmas present.
    (It works on windows 8.1.)


    Imports System.Runtime.InteropServices
    Class MainWindow
    <DllImport("user32.dll", SetLastError:=True,...
  3. VS 2013 Re: Manipulating execution of cutom events

    Just what I needed. Thanks! :)

    To those wondering, this is how I did it:
    (Just to show that it works, I will never implement code like this :))


    Class MainWindow
    Private WithEvents...
  4. VS 2013 Re: Manipulating execution of cutom events

    Since by default the events are executed randomly, can I specify from the raise event which event to execute first, second and third? I mean can I get each address of the method from the handler and...
  5. VS 2013 [RESOLVED] Manipulating execution of cutom events

    Hey guys.

    Is it possible to manipulate the order of execution from the "Raise Event" function of Custom events? It could be done by adding each "handler" to a collection and executing them...
  6. VS 2012 Re: Disabling Java Script from Registry for Windows 8

    Thanks for your reply but I got it to work using this:


    My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\", "1400", 3)
  7. VS 2012 [RESOLVED] Disabling Java Script from Registry for Windows 8

    Hey guys,

    I need to disable java script for a particular page and the only way to do this is by disabling it from the registry.

    The problem is that I am getting a NullReference Exception when...
  8. Replies
    0
    Views
    519

    VS 2010 [RESOLVED] Saving a resourced file

    Hey guys, Im attempting to grab my excel file embedded in my application and save it at a particular location.

    Im trying this with no success:


    Dim objReader As StreamWriter
    ...
  9. VS 2010 Re: Excel OleDbDataAdapter Problem

    Solved Thanks! :)
  10. VS 2010 [RESOLVED] Excel OleDbDataAdapter Problem

    Hey guys :)

    I am working on a project where I need to open an excel file, modify it and save it back. I managed to do that until now where I have templates.

    What I need to do is add a row for...
  11. Replies
    3
    Views
    794

    VS 2010 Re: Sound output patterns

    Thank you so much! Really helpful :)
  12. Replies
    3
    Views
    794

    VS 2010 Sound output patterns

    Hey guys,

    I need a way to analyze sound patterns coming out from the computer's speakers. If you go to Control Panel and select sound, you will see a bar next to your sound output where it marks...
  13. VS 2010 Re: [RESOLVED] Using System.Drawing in console app

    Awesome! Thanks alot, really helpful :)
  14. VS 2010 [RESOLVED] Using System.Drawing in console app

    Hey guys, been along time since I last posted here :(

    I know that this might sound a little bit stupid but, I was designing a program which analysis certain bitmaps via code and since I am not in...
  15. Replies
    4
    Views
    1,055

    VS 2010 Re: String properties (base64)

    Solved! Thanks alot :))
  16. Replies
    4
    Views
    1,055

    VS 2010 Re: String properties (base64)

    Thanks! I changed as u told me to but still i get nothing :/

    Here:

    Server:


    Private Sub doRead()

    Dim networkStream As NetworkStream = MyClient.GetStream()
  17. Replies
    4
    Views
    1,055

    VS 2010 [RESOLVED] String properties (base64)

    Hey guys, I am trying to send data from client to server (encypted) and the string sent from the client is not the same as recieved from the server. I've been killing my brain for hours to get this...
  18. Replies
    0
    Views
    376

    VS 2010 Filling an inputbox on webpage

    Ok what Im up to is to try to fill an inputbox from a file uploading site.


    Please specify a file, or a set of files:<br>
    <input type="file" name="datafile" size="40">

    When there is this type...
  19. VS 2010 Re: Access Database write Problem

    Thanks tg I managed on my own :)
  20. VS 2010 Re: Access Database write Problem

    If you mean the search, to be honest I did search. I usually though like fixing things myself and not finding them ready. Its my fault because I didnt put my question properly.

    Ok first of all...
  21. VS 2010 Re: Access Database write Problem

    Sorry Dude :) I just had a problem but while I was writing the post I remembered something and tried to fix it. Now I did and got a new problem :[
  22. VS 2010 [RESOLVED] Access Database write Problem

    Ok i fixed my problem now but what's happening is that the data is always being overwrited. I mean there is only one row which is constantly being overwrited


    Public Class Form1

    Private...
  23. Thread: Sound output

    by Skatebone
    Replies
    7
    Views
    1,515

    VS 2010 Re: Sound output

    Thanks alot for your replies :)

    I think I didnt make myself clear enough :P Np. Look what I am required to program is to calculate a meter with the level of sound coming from a certain...
  24. Thread: Sound output

    by Skatebone
    Replies
    7
    Views
    1,515

    VS 2010 Re: Sound output

    Here is an example of what I require maybe it helps:
    http://img593.imageshack.us/img593/839/capturetu.png

    I want to read that meter :)
  25. Thread: Sound output

    by Skatebone
    Replies
    7
    Views
    1,515

    VS 2010 Re: Sound output

    Heyy thanks for your immideate reply :) I was expecting it is possible to use an api maybe? In windows there is something built in if im not mistaken. What are the requirements of a soundcard to be...
  26. Thread: Sound output

    by Skatebone
    Replies
    7
    Views
    1,515

    VS 2010 Sound output

    Hey guys :)

    Ok this is something beyond me I think.

    I was just thinking if there is any component which monitors sound output. My intention is to recognize a particular sound coming out from...
  27. Replies
    12
    Views
    1,340

    VS 2010 Re: Class to Component?

    Ahh so I put my design code in here right?:



    Interface IComponent

    End Interface


    This looks cool thanks alot :D
  28. Replies
    12
    Views
    1,340

    VS 2010 Re: Class to Component?

    Therefore I add:


    Imports System.ComponentModel


    And What? I programm everything normally? How can I add properties ect to my component and test it?

    Thanks :)
  29. Replies
    12
    Views
    1,340

    VS 2010 Re: Class to Component?

    Thanks and how should I compile it as a component?

    Thanks alot : )
  30. Replies
    12
    Views
    1,340

    VS 2010 Re: Class to Component?

    For: Imports System.Windows.Forms

    Nope It doesnt.

    That Namespace doesnt exist. (highlighted with green line giving no help)
  31. Replies
    12
    Views
    1,340

    VS 2010 Class to Component?

    Heyy guys :)

    I have created a class and want to distribute it without giving off my code/create it as an application.

    I am aware that components are nearly no longer used and their...
  32. Replies
    5
    Views
    13,307

    Re: Image laod using OpenFileDialog

    The beginning is difficult for everyone :)

    highlight OpenFileDialog1.FileName and put your cursor on it.

    Maybe someone else can explain better :)
  33. Replies
    5
    Views
    13,307

    Re: Image laod using OpenFileDialog

    Put a breakpoint at:

    PictureBox.Image = Image.FromFile(OpenFileDialog1.FileName)

    and check if the path " OpenFileDialog1.FileName " is correct.
  34. VS 2010 The remote server returned an error: (500) Internal Server Error.

    Hey guys :)

    Sorry I posted again but this time its regarding both the webclient and the web reuqest giving me this error :S

    Im using a sample from a particular site:


    Imports System.Net...
  35. Replies
    8
    Views
    948

    VS 2010 Re: Simple classes and delegates

    I cant figure whats wrong with this:


    Imports System.Net
    Imports System.IO

    Public Class Manager
    Public Event Data(ByVal str As String)

    Public Sub test()
  36. Replies
    8
    Views
    948

    VS 2010 Re: Simple classes and delegates

    Let me explain myself better then.

    For the webclient part im trying this:


    Imports System.Net
    Imports System.IO

    Public Class Manager
  37. Replies
    8
    Views
    948

    VS 2010 Re: Simple classes and delegates

    Even If i need to fill textboxes and press buttons in the webpage?Im not sure how to redirect the event to the sub. I tried reading your blog and it was really interesting and tried it but its not...
  38. Replies
    8
    Views
    948

    VS 2010 Re: Simple classes and delegates

    This is really helpful but I don't need to add handles I think. All i need to do is execute the sub in my form from my class.

    Thanks
  39. Replies
    8
    Views
    948

    VS 2010 Simple classes and delegates

    Hey guys : )

    I've been trying to do this for a while now.

    What I intend to do is that when I load a webpage in a class, i raise event to my form that the data is recieved.

    Class:

    ...
  40. Replies
    10
    Views
    7,899

    Re: Windows Handle

    The handle does change! But thats why you use Find window and child windows apis :)

    Then using winspector one can get the child windows' names

    I did something similar to this once.
Results 1 to 40 of 291
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width