Answer Questions
Josh68 Communicating to other apps...?
Hello, Is there a way to communicate to other apps It doesn't have to be communicating communicate... What I need is this. I need to fill out a from another app. Then my app has to press enter. Yes, I think it's possible by "Sending" the keys. But the problem is when I try to get the result, let's say trajectory distance, then how am I going to get that It's in the program after you press enter. It displays it for you. H ...Show All
adamjake Data UI Property Page Error
I am having trouble displaying the data source tool box. When I use the menu option it gives the message "Operation failed. Only true type fonts are supported. This is not a true type font." When I go into the options menu and go into the 'Windows Form Designer' and click on 'Data UI Customization' the pane displays ""An error occured loading the property page". I previously had down loaded the RC version and then uninstalled and loaded t ...Show All
AlbertHo starting another application with parameters
Hi there.. i want to start an application which name and path is stored in my.settings. so i use Process.Start(My.Settings.pfadname) when i execute my program and the filename in my.settings contains any command-line-parameters, vb tells me that the file doesnt exist.. so how can i make the programm start any other app using parameters Greetings Jan "JeriC" Eric David i would like to ask a question about e ...Show All
Ushanta Problem with visual developer and SQL Express
Hi guys, I have this strange problem. I have Visual Web Developer Express and SQL Server Express and I am trying to create a new SQLDatasource object or even add a database from the Database Exporer. When I use the database explorer and click on the Add New Connection the VWD closes instantly. When I try to configure an SQLDataSource it seems like its trying to open up a window but it closes instantly. Stangely so ...Show All
Guillermo G. Launch MSDN Express Directly
HI, how can i open MSDN outside the IDE, without first opening the VB Express. what is the command line to open MSDN Express, there is no shortcut in my start menu. i installed using the image file. thanks, Abhishek Good morning... Start - Run - DExplore.exe (it takes a little while to load - at least it did on my laptop, but eventually it shows up). It's in the path C:\Program Files\Common Files\Microsoft Sha ...Show All
Torsten K. Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'.
I just sarted getting this error. I have no idea what is causing it. Embedding manifest... Project : error PRJ0002 : Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'. Suggestions where to proceed, please. Thanks, RON C It looks like you are definning that symbol twice. Try to see where it is defined in your code. Thanks, Ayman Shoukry VC++ Team Ayman, ...Show All
Don Tran Google PHP block Compiler
I am trying to make Google ad code compiler for php blocks. I already finished all the variables but I am having so much trouble inserting line breaks becuase I want google_ad_height= Variable (then I need break) google_ad_length= Variable And I cant do line breakes in VB. Does anyone have any clue on how to format this I looked all over MSDN but suprisingly I couldn't find an article. I thought that this would be the easiest part ...Show All
Navajo Using Properties.Settings for more complex opjects
Hi all! I already used the Settings feature to save e.g. an System.Collections.Specialized. StringCollection and it works fine. Now i try to use a little bit more complex object like e.g. an NameValueColltection. I tried like this: First i declared a Setting named Test on the Settings page as NameValueCollection. Then i tried to save a setting like this: private void Form1_FormClosing(object sender, FormClosingEven ...Show All
MeirAmiel Visual C# and SQL Server
Thinking of upgrading to Standard. Anyone know how C#.net works with remote databases over WAN links. Is it still better to create an asp.net hosted application or do executables created with .net cope quite well with bandwidth limitations like asp hosted apps do Another quick question, say I have a panel with a datagrid in it. If the panel if Enabled is set to False does everything within the panel also disabled And also if a datagrid is ...Show All
Kuba B Using ListView SelectedIndexChanged Event to Show Forms
I'm really hoping somone can help me with the below problem. I posted it originally in the Windows Forms forum, but so far haven't gotten a reply. I truly would be grateful for any help!! I have a ListView called TrainingListView that has a collection of 12 items. Each item represents another form that I would like to show if the user clicks on it. My problem is that the items in the collection don't appear to have a click event, so I need ...Show All
Wojtek P vwd express beta 2 unable to open .mdf files
installed vwd beta 2 and the process also installed sql server express April CTP. I used to have the two versions of the beta 2 installed and everything was operational. With the vwd beta 2 and sql server April CTP, I try to add a database with the "add new item, SQL Database" option from right-clicking on App_Data directory in the Solution Explorer. The process seems to execute, except when I try to open the database (intravis ...Show All
Obliterator Problem in VS.NET 2005 Beta 2 after installing SQLExpress Sep CTP
Hai ...., My VS.NET 2005 Beta 2 was working fine. After I installed SQLExpress September CTP, VS.NET 2005 Beta 2 stopped working i.e. it started to give me errors. When I try to create a new application, it gives me project creation failed error. I don't what went. May be anyone can help me solve this issue by looking at my installation procedure. ...Show All
baron5038 casting to base class
I'm new to C#. I am having problems with what I was hoping would be a simple concept. I have a class that is derived from the Form class. (Something like what follows:) class MyClass : Form { ... } I would like to pass a reference to the base Form of MyClass to a static method that will modify Form properties of MyClass. (something similar to what follows:) class Utility{ public static Method(Form f, ... ); } What is the ideal way to do this ...Show All
LostStudent ONE MORE TIME - registration benefits are....where?
I've looked through the thread started at the end of November, "registratiojn benefits are....where " and apparently the question is not answered there. One reply gives a link that takes you to "how to register"...which I have already done. I don't see anything at that page that explains where to find the benefit files. So, one more time, does anyone know where to find the Corbis pix, the icons, and the e-books that were offered as registrati ...Show All
sidno Write and read a file in Visual Basic 2005?
Hello Microsoft. I need to know how to read or write from / to a file with Visual Basic 2005. This is quite hard for me, when I'm used to Visual Basic 6. Imports System.io Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim io As New IONOW Dim ios As New IONOW. ...Show All
