VS 2008 Error When Open Program In Windows XP
Mar 22, 2009this error when i open my program in windows XP ....
View 2 Repliesthis error when i open my program in windows XP ....
View 2 RepliesAfter upgrading code to VS2010, the error "MSB3134: The permission set requested by the application exceeded the permissions allowed by the Internet or Intranet zones. Select Full Trust or to continue using partial trust, define your custom permission set in the Security Page of the Project Designer. Bentley Software Loader". The same code ran fine in VS 2008
View 3 RepliesHow do i make my button open a program and make it windows size?
View 6 RepliesI would like to have a way of getting all of the open windows in a windows system. I need an array for all of the active windows (what you see in the taskbar). I just want a function to do this please. Its the core of a program I am writing, and its where i am starting from, so no code yet.
View 1 RepliesI have made an alternative OS and i wan't it to open Windows Explorer. I have tried Shell (C:WindowsExplorer.exe) and it works,but the startbar appears at the bottom of the screen when I dont want it to.
View 1 RepliesHow to open two console windows to display two different things in visual basic
View 1 RepliesI got this chunk of code off the internet, i think the sample program was called "store images and files on sql server" i added the delete routine, so it is a little better than when i found it, but it opens pictures in big picturebox at the very last line, i was wondering if there's a way to call windows photo editor or something newer instead of the form it's calling
View 6 Repliesi am making mp3 player. i didn't wanted to use open buttons so i've associated my app with .mp3 filetype (with If (My.Application.CommandLineArgs.Count > 0) Then...)
The problem is when i want to play next song while the first one is playing it opens my program again so it plays 2 songs at the same time.
I want to do is when im opening new mp3 make it shut down the old one
I guess there is more methods that open in same app but just change the url.
what is the code to make windows open a program at the startup?
View 4 Replieswill an program built on windows 7 using vs 2008 or 2005 have the compatibility with windows xp or vista
View 5 RepliesI have o problem on my codes sqldr = sqlcmd.ExecuteReader when i debug the program error says ExecuteReader requires an open and available Connection. The connection's current state is closed. i dont know what its means that error..
View 1 RepliesI have created a web browser and am trying to get the link that is clicked that would normally open in a new window to open in the current window as I do not want to open any other windows or tabs. This is the code I have so far and it seems to work well kind of anyway, it opens the last url not the new one. Sometime it will open just an advert, it seems to open what ever link was last loaded on the site. [code]
View 5 Repliesthe next issue, that is only shown when the server is a Windows server 2008 machine , this is the information that I've found
[Code]...
I just created an idle lockout screen for my software (it's financial software, so if the program is inactive for 5 minutes, the login screen appears again).My question is... is there an easy way to hide all the other windows in my program that may be open? So let's say they are in frmData, and they have the dlgOptions screen open, with the dlgOptions_SelectItems dialog open from dlgOptions. There are 2 dialogs open on top of frmData. And, they are all opened with .ShowDialog().So, let's say they have that many windows open, and then leave there computer for 10 minutes. After 5 minutes, the login screen appears. But all that other stuff is in the background.Is there an easy way to "hide" all the other open windows, and just show the login screen, and then once login returns DialogResult.Yes, then show the forms/dialogs again? I could do this by delcaring instances of each form in a main module and doing it this way. But that sounds like a pain in the butt. Also, I don't know If I could hide frmMain while a dialog is open from it.
View 3 Replieshow to code a button to open a windows console application with it's usage eg. 'Sample.exe -d file.txt' where sample.exe is the console app '-d' is an option of it's usage and file.txt is just a file which sample.exe runs like it has to run from the given commanding option(-d)..
View 3 RepliesHow can I make it so when I click a command button It will open up Microsoft Windows XP Paint??
View 3 RepliesI published a VB.NET 2008 program that contains a Windows Media Player. The code I used to play a wav file was AxMediaPlayer1.FileName = "song.wav". After publishing the program, when it is supposed to play the wav file, I get the following error: Error HRESULT E_FAIL has been returned from a call to a COM component.
View 2 RepliesI'm sure most people on here have opened an OpenFileDialog or SaveFileDialog and set the SelectedPath property to point to some directory...
Has anyone done this on a Windows 7 machine and been able to point the thing to a Library? If so, what do you set it to?
How do I tell VB (VS 2008) that only one copy of my program can be open?
View 3 RepliesI am using this code to open an Outlook 2007 application.
Dim psInfo As New System.Diagnostics.ProcessStartInfo("C:ProgramDataMicrosoftWindowsStart MenuProgramsMicrosoft OfficeMicrosoft Office Outlook 2007.lnk")
psInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Minimized
[code].....
I want to find the full path of the program that will open a given file type. e.g. '.txt' is opened by c:windowssystem32 otepad.exe
I've done a bit of searching but i keep just finding how to create an association, not read one. I've also tried looking in the registery, but it looks like all that's there is a link to the program ID or something.
I have published an application. On some computers it is working very well but on others when we run setup files, windows throws error "Windows does not know what program to use to open this file"
This error comes for application.manifest. Also I checked the icon for this manifest was like the icons that are given when no associated program is installed for a certain file.
I am a newbie and am trying to open a table in SQL Server 2008 table from Visual Basic using ADO and its throwing up a weird fatal error. The error message is:'A fatal error has occurred and debugging needs to be terminated. For more details, see the Microsoft Help and Support web site. HRESULT = 0x80131c08. ErrorCode: 0x0' The code I am running at the time is:
[Code]....
able to open and utilize a single serial port within with my VB 2008 program (i.e., set port parameters, open&close port, send&receive data via port, etc.), but I want to open two or more serial ports concurrently within my VB 2008 program so that I can read data from one port, say COM1, make decisions and calculations based on that data, and send instructions out through another port, say COM2.
View 1 Repliesi need to know the exact code that once you click a button on visual basic program it will open a program in a directory for example:C:Program FilesiTunes.exe
View 5 RepliesHow to open a window in the program, by clicking a button open a window, like a settings window or so...
View 11 RepliesI want to be able to read and write the process memory of Firefox for a game on facebook(It's kind of like cheating only you can't cheat, nothing stays permanent.) this is just for fun. The game is called happy fish aquarium and you raise fish in the game and it's just really addicting. I found a program that reads process memory and lets me change certain values in happy fish aquarium so I can make my fish tank look different or whatever. But if I reload the page it will of course go back to the original state because the fish tank's memory is held online. The point is, I just want to make a program that can read the process memory from Firefox from a certain range and bytes. like 4 bytes and a range of 00400000 to 7FFFFFFF. Does anyone know how I can achieve this? Please note, this is not for cheating purposes in any way whatsoever, it's simply for visual fun(visual meaning only I can see it). What I want to do is the same as using the add-on firebug in firefox to change the html on a webpage.
View 10 RepliesI designed a advanced music player, everything is ok, I create the setup, install my computer. Here is my problem, there is a mp3 file at my desktop, right click, Open with, Select my program. But, I realise that I didn't write any code for that. Shortly, I want to when double click on mp3 file. And it should be opened with my program..
View 4 RepliesWhen i select an image randomly from an imagelist on my form and insert it into a picturebox, how can i stop that image from being selected again while the program is open ?
View 1 Replies1. Place a PDF file in the resources and open it in my program using 'AxAcroPDF1.src'
2. Place a txt file in the resources, open and change it.