Search:

Type: Posts; User: paradox34690

Page 1 of 2 1 2

Search: Search took 0.20 seconds.

  1. Remove focus from custom buttons - WPF Application

    How does one remove the focus indicator from a touchscreen application with custom buttons? I'm working on a pretty simple video player application that will be run on a Windows 10 tablet with no...
  2. Replies
    2
    Views
    15,482

    Re: Disable Multiple Desktops

    Easy solution:

    Create batch file which executes "taskkill /f /im explorer.exe", then for the next line, point to my executable. Done. That was easy.

    When you kill explorer, it also kills all...
  3. Replies
    2
    Views
    15,482

    Re: Disable Multiple Desktops

    son of a b*tch.... I'm sorry guys, i just realized I posted this to the codebank....
  4. Replies
    2
    Views
    15,482

    [RESOLVED] Disable Multiple Desktops

    Hi everyone!

    I usually do VB, but for the project I'm currently working on, I'm C#. I'm working on a pretty simple video player that will be loaded onto a Windows 10 tablet/pc which will be a...
  5. VS 2015 Re: Custom fullscreen buttons for AxWindowsMediaPlayer

    Aw, crap!!! I am in the wrong forum, aren't i??? Damn it!

    Yes, C#, WPF application.

    Yes, I set the player to fullscreen, disable the controls, create my own buttons/sliders and set the z-index...
  6. VS 2015 Re: Custom fullscreen buttons for AxWindowsMediaPlayer

    I actually came up with a much easier method...



    using System;
    using System.IO;
    using System.Collections.Generic;
    using System.Linq;
    using System.Windows.Threading;
    using System.Text;
  7. VS 2015 Re: Custom fullscreen buttons for AxWindowsMediaPlayer

    Unfortunately, I had tried this too. No bueno. If you set WMP to full screen, nothing will show above it. It's quite a daunting idea, as from what I've seen, there really isn't an answer to this.
    ...
  8. VS 2015 Custom fullscreen buttons for AxWindowsMediaPlayer

    Been a long time since I've posted or done any VB.net work. I'm currently working in VS 2015 Community and am working on a very simple application to play mp4's as a kiosk-type device for a museum....
  9. Replies
    5
    Views
    816

    Re: VB Wont Open Files

    My program is a straight-up import/export data from an access database for an art collection. It's a stand alone application I built for a simple 5 person company with only two users that ever...
  10. Replies
    5
    Views
    816

    Re: VB Wont Open Files

    I disabled my antivirus upon suggestion from another coding friend. My application started right up as expected after that. Perhaps you're having the same issue?
  11. VS 2015 Re: VB 2015 Community application won't run after build

    Upon suggestion from another coding friend, I disabled my Antivirus. My application started right up. So now the question of is there some signing or security measures I need to add to my application...
  12. Replies
    5
    Views
    816

    Re: VB Wont Open Files

    This sound remarkably similar to the same issue I'm having.

    I build a "Hello world", it works perfectly within the IDE. Upon build, when I attempt to run the compiled EXE, i get the waiting...
  13. VS 2015 VB 2015 Community application won't run after build

    Hi everyone,

    Been a long time since I've posted here, but here we go:

    I've recently had to rewrite an application I had initially written in vb2010 with vb2015 Community edition. The...
  14. Replies
    3
    Views
    760

    Re: Framework question

    Ugh... I was afraid of that. I'll have to call him in the morning and tell them that unless he's able to update the current server, this project is essentially dead in the water unless he wants to do...
  15. Replies
    3
    Views
    760

    Framework question

    I am preparing to do some freelance vb.net work for someone. They are running a Windows 2000 server that (apparently) only has .Net 1.1.4322. :eek:

    I am currently developing on a VB2010 system....
  16. Replies
    9
    Views
    5,700

    Re: VB.Net + Java Access Bridge

    Ya know, i never answered this... I'm not looking to automate. I'm looking to monitor. Long story short, the Oracle team isn't helping with a data replication project I was wanting to do. The idea of...
  17. Replies
    9
    Views
    5,700

    Re: VB.Net + Java Access Bridge

    Semi Solution... Compile the .csproj portion (minus the .vbproj parts) as a DLL. You have to go into the build properties and enable the /UNSAFE switch. Open .vbproj file (minus the .csproj parts),...
  18. Replies
    9
    Views
    5,700

    Re: VB.Net + Java Access Bridge

    I realize that, and my original intention was to learn off of the same file that we're both looking at and carry forward as I always do. I've added API before for active directory, vlc, and a few...
  19. Replies
    9
    Views
    5,700

    Re: VB.Net + Java Access Bridge

    See, that's the problem... I CAN write VB.net no issue. But I don't know how to incorporate this JAB API into what I'd code out.... I'd just really love to find someone that is like "Oh snap, here,...
  20. Replies
    9
    Views
    5,700

    Re: VB.Net + Java Access Bridge

    yeah, that's the same one that I found... I've been sitting here at my cubicle at work, quite perplexed for about the last hour or so not even know where to begin. I have no idea how to even call the...
  21. Replies
    7
    Views
    2,024

    Re: Play/Pause Button Anyone Please ??

    Have you tried determining the amount of items in the playlist and when you get to that amount, stop?
  22. Replies
    9
    Views
    5,700

    VB.Net + Java Access Bridge

    Anyone familiar with it? http://docs.oracle.com/javase/accessbridge/2.0.2/index.html

    Allows you to view items, etc, similar to AutoIT, but specifically for SwingSet2 Java applications. It has the...
  23. Replies
    5
    Views
    15,501

    Re: FtpWebRequest ListDirectory

    Hey, So, I've scoured the internet, and this is about the best practical vb.net code for accessing my companies hosted FTP server. I am working on a piece of software that monitors this ftp site for...
  24. VS 2010 Re: Receive variable from external application as string???

    It won't... I'm writing it strictly as a replacement for WMP in our production environment. Our internal application passes a URL to WMP for video review. The problem is that WMP doesn't allow...
  25. VS 2010 Re: Receive variable from external application as string???

    Found a much easier approach....

    Dim UrlStringFromDMS As String

    UrlStringFromDMS = Command$()

    Player.URL = UrlStringFromDMS


    Now I just have to figure out how to ensure...
  26. VS 2010 Receive variable from external application as string???

    Hey guys, I don't know if this is been asked already, and I'm having a hard time finding information about this, but is there an easy way to make my application receive a simple string as a variable?...
  27. VS 2010 Re: How to change application from Windows Form to System Service? Suggestions???

    Disregard...

    Google solves all things...

    Google be praised...

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4511&lngWId=10
  28. VS 2010 [RESOLVED] How to change application from Windows Form to System Service? Suggestions???

    Hey all,

    So, one of the apps that I wrote a couple months ago is getting to be rolled out to my production floor; one issue tho - It works great as a standard executable (you double-click, it...
  29. Replies
    14
    Views
    1,762

    VS 2010 Re: Not sure how to approach this

    Sorry for the delay... Um... actually, i don't pull this from the net.

    I work for a multibillion dollar company. We have live tv feeds all over the globe... this is a UI for part of one of our...
  30. Replies
    14
    Views
    1,762

    VS 2010 Re: Not sure how to approach this

    I'd LOVE to try this, but I just opened up a new project and pasted it all in, the


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    ...
  31. Replies
    14
    Views
    1,762

    VS 2010 Re: Not sure how to approach this

    Full CSV file, opened through Notepad, copy & pasted:

    Jeopardy,New York,WABC,19:00:00
    Jeopardy,Boston,WBZ,19:30:00
    Jeopardy,Hartford,WTNH,19:00:00
    Jeopardy,Philadelphia,WPVI,19:00:00...
  32. Replies
    14
    Views
    1,762

    VS 2010 Re: Not sure how to approach this

    no, that's just a copy and paste from excel. I'd attach the actual .CSV file, but it's not one of the options available for file attaching here...
  33. Replies
    14
    Views
    1,762

    VS 2010 Re: Not sure how to approach this

    As stated in my original post, it's a CSV file. 4 columns consisting of a program name ("jeopardy", "wheel", etc), regional market (boston, NY, etc), affiliate station (WNBC, KNBC, etc), and a time....
  34. Replies
    14
    Views
    1,762

    VS 2010 [RESOLVED] Not sure how to approach this

    hi everyone...

    is there a way I can read in a CSV file setup like below (the real file is about 200+ lines long), and populate Combo Boxes with just 1 "Jeopardy" or "wheel of fortune" (etc), and...
  35. Replies
    6
    Views
    5,632

    VS 2010 Re: Read CSV file to multidimensional array

    Okay, so.... I haven't had any time at all to take a look at this app since my last post. I HAVE been thinking about it tho...

    I *kinda* have my head wrapped around the idea of how records and...
  36. Replies
    6
    Views
    5,632

    VS 2010 Re: Read CSV file to multidimensional array

    Paul,

    I have no idea what you wrote there, but thank you! :D I'm trying to decipher it while I read it. I *think*, tho, you guys might be going overboard with what it is that I'm talking about... ...
  37. Replies
    6
    Views
    5,632

    VS 2010 Re: Read CSV file to multidimensional array

    ummmmmm not that I don't appreciate the answer jmcilhinney, but let's just put it this way:

    I know thiiiiiiiiiiiiiis much about Arrays ----->| |<-------
    I know even less than that about Classes. ...
  38. Replies
    6
    Views
    5,632

    VS 2010 Read CSV file to multidimensional array

    I'm working on a new application for one of my Managing Editors at my company. We are wanting to build an application that only has 4 combo boxes for user options and then according to the options...
  39. Replies
    1
    Views
    780

    VS 2010 Re: Output to textbox?

    got it! i'm a moron...

    bxOutPut.Text += (blah blah blah)...
  40. Replies
    1
    Views
    780

    VS 2010 Output to textbox?

    Hey all,

    VS2010 Express question.

    I'm working on an application with 4 combo-box's, "go" and "quit" buttons, and a Multi-Line textbox.

    The combo-box's are prefilled with options for the user...
Results 1 to 40 of 51
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width