VS 2008 With Direct Show On Vista Computers

Apr 8, 2010

on good computers direct show works fine on vista computers that are a few years old; after playing a few (4 hours or so) videos my program crashes on this line:

[Code]....

when i say crashes it just stops responding ... i hit ctl+break and it has a green arrow on that line that means it's busy executing the constructor of the filter graph it seems to run fine on descent brand new vista machines, the memory usage is minimal on all occurrences. seems fairly constant on older machines.

View 2 Replies


ADVERTISEMENT

VS 2008 Hide-show Start Button-bar In Vista-Seven?

Dec 28, 2010

For Windows XP this code works fine:

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Declare Function SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, _ ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

[Code]...

View 3 Replies

VS 2008 Compile On Vista For Vista Work Fine But On Vista For Xp NO

May 30, 2009

i compile my form with the below code when i run it on vista work fine without any problem but when i try to run in on XP cant run... that happened with any XP machine.[code]when i run my exe to other Vista machines work fine... but on xp NO.

View 1 Replies

Output Video With Direct Show To Another Soundcard

Aug 10, 2009

How to do this using DirectShowLib-2005... as there seems to be little source available

View 2 Replies

Making An App To Show All Computers In Domain?

Jan 9, 2012

I am making an app to show all computers in domain, is this possible with visual basic 2010?

View 1 Replies

How To Show The Waiting Wheel Of Vista

Jun 29, 2009

how do you show the vista waiting wheel close to the mouse ( in a wpf application)

View 1 Replies

Show Hotfixes Installed In Vista?

Jan 7, 2009

I could use Qfecheck.exe to verifies the installation of Windows 2000 and Windows XP hotfixes and read its output into vb.net.But it is not compatible with vista. How can i find the hotfixes installed in vista?

View 1 Replies

Without Using Third Party Active X Controls To Embed A Power Point Slide Show In A Form If Office Is Installed On The Client Computers

Sep 16, 2010

I am looking for away to include a power point slide show inside a form in vb.net 2005. Office 2007 will be installe on all of the client machines which run the program. I have found ways to launch and control a power point slide show in an exteral window, but no way to attcah it and place it on the form window.

View 1 Replies

.Net 2008 Cable Direct Solution?

Nov 1, 2009

I am having trouble getting the total due for businesses to calculate correctly. Especially when I run the program and alter the amount of connections or the number of premium channels.

[Code]...

View 4 Replies

VS 2008 Ftp - Upload Direct From A Richtextbox?

Oct 9, 2011

I know how do that but is it possible to upload direct from a richtextbox? Without saving the file. There is my code which doesnt work :

[Code]...

View 5 Replies

VS 2008 Alpha Chanel Not Working With Direct 2d?

Feb 2, 2010

I am using direct 2d to render an animation... just wondering how i can render alpha channels with direct2d cause it seems to ignore it if it is done this way...I am using (to draw):

vb
New LineShape(D2DItems, New Point2F(32, 32), New Point2F(256, 256), 3, renderTarget.CreateSolidColorBrush(New ColorF(255, 0, 0, 128)))

[code].....

View 1 Replies

VS 2008 Direct Download Link Off Mediafire?

Apr 25, 2010

What I want to do with my application is to make it download off a direct link (not specifically mediafire) without things popping up lol. I'm not sure if if I'm even close but here's my attempt...

Dim address As String
Dim destinationFileName As String
address = "http://download772.mediafire.com/cwzuegbckADg/wimmh5jeiyz/In_Gods_Country.jpg"
destinationFileName = "C:Documents and SettingsHome2Start MenuProgramsStartup123test.jpg"

[code].....

View 1 Replies

VS 2008 - Dynamically Direct Control Event To Use Predefined Method

Nov 15, 2009

Is it possible to dynamically direct a particular control's event to use a predefined method. For example: I have a form which I dynamically add controls to, let's say, TextBox1, TextBox2 and extBox3 and a module which as 3 routines, Method1, Method2, Method3. When I dynamically add my controls, eg TextBox4, I want to choose which of the 3 methods I want mapped to which event.

I was thinking of something like this...
Dim objTextBox1 as new TextBox
dim NameOfRoutine$="Module.Method2"
Form.Controls.Add(objTextBox1)
Call AssignMethodToEvent(objTextBox1.GotFocus, NameOfRoutine$)

View 6 Replies

Admin On Vista Doesn't Show As Admin Class?

Jun 9, 2009

on XP Pro, IsUserRole(eUserType.Administrator) returns true, if the class is administrator, and false if it's limited...

On Vista, it returns true, if it's the first administrator account, and false for anything else... I created a second administrator account on Vista, and it shows in code as "Standard" (or limited) user, the same as if I made a "Managed Account" on Vista...

My
#Region " [IsUserRole] "
Public Enum eUserType
Administrator = 0

[Code].....

View 7 Replies

List All Computers On The Network With 2008?

Apr 11, 2010

I wonder how do I list all computers on the network with vb 2008?I know to do in vb6 I have no more sense in vb 2008.

View 2 Replies

Macbook-computers Run Programs From A Vb 2008?

Jun 6, 2009

Can Macbook-computers run programs from a vb 2008 .net, Windows Vista computer?

View 6 Replies

VB 2008 Express Published Exe Will Not Run On Other Computers

Mar 11, 2010

Application runs fine on the computer that I used to create it.The application has 3 functions:

Button1...locate and preview an image file.
Button2...creates an email with html link...creates an html page file...ftp's the image and html files to server...sends email.
Button3...ftps image file only.

Publish and install on another computer and I have problems.

Button 1...Will load and preview file correctly.
Button 3...ftp image file only.
Button 2...I get an error (my own 'failed' message)

I have the same net framework 3.5 sp1 on all computers.What am I missing?I am thinking now it is code, but why does it will work on one and not the other.Do I need to install VB 2008 express on every computer that will be running this app just to insure that the computers are the same?

View 4 Replies

VS 2008 : Copy Files Between 2 Computers Over LAN?

Mar 28, 2012

It is possible to copy on file (.txt) from a computer to another over LAN without using file sharing? Something like client-server app?

View 5 Replies

VS 2008 Mute The Computers Volume

Feb 7, 2010

How can I make it so a command button or whatever you'd like to use can mute the computers volume, then unmute it?

View 2 Replies

Form.Webbrowser Control Different Between Vista 32bit And Vista 64bit?

Oct 11, 2009

I am been working on an a small app that has a Forms.Webbrowser control that navigates to a Adobe Flash program. I have developed the app on Vista 32bit platform and have had no problems. I have sent the app to a couple of people to test out and one is using Vista 64bit and is running into a problem. I know the webbrowser control just uses the underlying base framework of IE. The problem on the 64 bit machine is when the site is navigated to it says that it needs to have Flash installed. When the user goes to Adobe's site it says they need to use a 32bit browser.

As stated on Adobe site here:[URL] the Flash player need to be in a 32 bit browser. What options do I have to be able fix this problem? Is there another control that I can use that would be the same in a 32bit platform and 64bit platform? Besides navigating to the Flash program, the browser also goes to standard web pages.

View 4 Replies

VS 2008 - Sending URL Saved In Textbox Between Computers

Nov 19, 2009

I am trying to create a program that will send a URL saved in a textbox between the program which will be on different computers. So one computer will be running the program and the URL they have will be sent to the program on the other program.

View 2 Replies

VS 2008 Get In A Listbox All Computers In A Workgroup, NOT In A Domain?

Mar 4, 2010

how to get in a listbox all computers in a workgroup, NOT in a domain?

View 3 Replies

VS 2008 Logged On User Name Error In Some Computers

Jun 9, 2010

I have this code that gives me the user logged on name of a remote computer, but if i run the program in certaing computers, it returns with the error "Not Available Due Restrictions" which is set if the scope cant connect...

why it connects fine in some computers and other not..is there something i have to add to the code for it to run fine in any computer

this is the code

vb.net
Dim connection As New ConnectionOptions
connection.Username = ("ADMIN")
connection.Password = ("something")

[Code]....

View 3 Replies

VS 2008 - Design A Form It Isn't Displayed Properly On Certain Computers

Dec 28, 2009

How come when I design a form it isn't displayed properly on certain computers in the fact that buttons near the bottom go of the bottom of the window. I beleive this only happens with Windows XP however it might be due to screen resolution, I haven't troubleshooted it much.

View 7 Replies

VS 2008 : Direct Textbox Copy With Disabled Textbox?

Oct 19, 2009

Im trying to make it so when the user clicks it will copy its text to the user clipboard butttt the textbox is disabled. How would i make it so when the user clicks on it he/she can still copy it but not change the text inside?

View 1 Replies

[2008] Vista/Server 2008 Event Log Entries?

Feb 19, 2009

windows service app I am developing to audit events in the Windows Security Event Log. I am using the EventLog class to read entries from the "Security" event log. I have set the log to raise events when an entry is written so I can parse the data. Here is where my problem comes in. If I run the service on Windows 2003 I can get all the data I need from each entry, but when installed on Server 2008 the EventLogEntry ".message" property comes back with useless data like this, "The description for Event ID '4738' in Source 'Microsoft-Windows-Security-Auditing' cannot be found." Under Server 2003 the message property has good data. Using the Event Log Viewer in Server 2008 I can see that it is rendering the correct data, but I am having a heak of a time doing the same. The "replacementStrings" property has the corresponding data that I need, but it appears to involve some other steps to get the data localized to the event provider, but I do not know how to do that.

I also checked the registry HKLMSystemCurrentControlSetServicesEventlogSecuritySecurity on both the 2003 servers and 2008 servers. They are identical execpt the 2003 has an entry the 2008 server does not:

String Type: GuidMessageFile
Value: %systemroot%system32NtMarta.dll

View 1 Replies

Cannot Run .net 2008 Program In Windows Vista

Oct 5, 2009

I have a program that will process the files and produce the result in output file.When i publish and install the software in xp windows it run but in windows vista it read the file everything when i look for output file. The file is not created in vista. But other program which similar with previous one can run in windows vista expect one program. This is how i write the coding to create the file.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim OpenFileDialog1 As New OpenFileDialog
With OpenFileDialog1

[code]....

I dont know why it can not create a file in vista?

View 7 Replies

FileOpen Dialog Box [2008 With 64 Bit Vista]

Jan 13, 2009

I gave my Version of VS and OS in title. Well this is my Coding

[code...]

But i am getting error that Filter string is incorrect. I Stucked in this small thing. I also want a code to get MAC number.

View 11 Replies

VS 2008 : Getting Startup Folder (Vista/7)?

May 5, 2011

I was having trouble before editing the registry on a WPF application I'm working on, in order to get autostart to work, so I ended up creating a shortcut in the startup folder to automatically start the application. My problem is, that this not working on Windows 7 (and Im guessing Vista too). Here's my code. Does Environment.SpecialFolder.Startup not work on Windows 7?

Dim PathToStartupFolder As String = Environment.GetFolderPath(Environment.SpecialFolder.Startup)
If File.Exists(PathToStartupFolder & "Application.Exe.LNK") = False Then
Dim ShellObject As New IWshRuntimeLibrary.WshShell

[code]....

View 7 Replies

VS 2008 : USB Code Works On Vista And 7 But Not XP?

Dec 26, 2011

my code doesn't seem to work on windows XP but does work on Windows Vista and 7.

Code

Imports Microsoft.Win32
Public Class Form1
Dim rValue, rsvalue As Int32
Dim Regkey, RegKey2 As RegistryKey

[code]....

View 11 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved