Accessing Items In Windows Applications?

Jun 21, 2010

how to access an item like a button in a windows application?For example, I would like to create an application that would be able to look at notepad's file menu and "know" that file, edit, etc on the file menu are clickable objects and identify (expose) these objects to my application.

View 3 Replies


ADVERTISEMENT

Access Menu Items And Windows From Other Applications In .NET?

Sep 17, 2009

I am needing to be able to access excel and adobe acrobat menu items and popup Windows (mostly acrobat). Is there a way to do this besides using mouse clicks and sending key strokes (come on, this aint applescript). There are some menu actions I need to automate and I need to be able to discover if a window did open and if so I need to do things in it.

View 1 Replies

C# - Wrap Items In A Windows Applications List View Control?

Aug 8, 2011

Is there a way to make long items wrap in a .net windows forms application, I have already got LabelWrap set to true, but it doesn't work, I am using Details View Type,

View 1 Replies

Connect Different VB Applications To A Database Server.like Accessing Data From One Database By Different Applications?

Aug 15, 2011

how to connect different vb applications to a database server.like accessing data from one database by different applications...

View 4 Replies

VS 2010 Exception When Two Applications Accessing Same Txt File?

Jul 5, 2011

Im am trying to get two separate applications to communicate with one another via a txt file. The first application writes to a txt file every even second and the second application reads the text file every odd second. The problem is Im getting an exception saying The process cannot access the file FILE_PATH.txt' because it is being used by another process. Not sure if my code is correct or not? Or if there is a better way to do this?

[Code]...

View 7 Replies

Registry Program - Moving Applications From Windows 2000 To New Server Windows 2003 ?

Feb 7, 2010

I am working on moving applications from Windows 2000 to new server Windows 2003 R2(64 Bit). I noticed that there are some VB programs and config files for those programs have been placed in Windows 2000 Registry. Some other applications are using them from different servers.Why do we use registry here? How can i move these to registry in windows 2003? Can I just move these or do I have to write VB programs to place them in 2003 registry?

View 1 Replies

Communication Beetwen Windows CE And Windows XP Applications?

Mar 1, 2012

I have a desktop (XP) application and a CE app (Motorola MC9090) and I want to Scan few Barcodes with Motorola and then send the text to the application on PC using WiFi. I have no idea how to do it - (VB.NET preferred)

View 1 Replies

Accessing And Setitng Items In DataGridViewComboBoxColumn

Feb 11, 2010

I've added a DataGridViewComboBoxColumn to a datagridview and it displays items ok but what I want to do now is have a default item selected, rather than show up empty or as a "Please select" message.

[Code]...

View 5 Replies

Accessing Items In List Of Object?

Nov 6, 2011

I have created a list of another class and loaded the list with data. using breakpoints I can see that the data is loading and visible in my form page. However, when I attempt to access the list using a For Each loop, I get an error saying that "Value of type Customer can not be converted to Integer"I am trying to follow examples from tutorials on accessing list elements, but they are never lists of objects, so I am not sure what I am doing wrong.

My class that I have made a list of:
Public Class Customer
Private m_firstName As String

[code]......

View 2 Replies

Accessing Subtype Items From Generic Collections?

Oct 29, 2009

I've hit a problem with the way I am using generics and I suspect that my design isn't quite right. I have a base class

AbstractBaseClass
inherited by
InheritingOneClass

[code]....

I have a generic list IList(of T as AbstractBaseClass) which I am populating with instances of the various inheriting classes. Now I can cycle through the list BUT depending on which subtype the item is, I want to pass the item to various functions (or instantiate various classes) which access properties/methods of the inheriting Class. I don't really want to have to use a Select Case and list all the potential types of the Inheriting classes. Is there a mechanism I can put in place to automate this?

View 13 Replies

.net - Convert And Run The Windows Applications?

Apr 20, 2010

Which version of Mono do I need to convert and run the Windows applications that I developed using VB.NET that came along with .NET 3.5, in Ubuntu?

View 3 Replies

Animations For Windows Applications?

May 25, 2010

Animations For Windows Applications

View 1 Replies

C# - Animations For Windows Applications?

Jan 20, 2011

Where can I find standard (licence free) animations like "Copy" for self implemented windows applications (avi,animated gif)? Visual Studio has only few animations in its image library (unfortunately not the "Copy" animation).

View 3 Replies

MAC Like GUI For Windows .NET Desktop/Web Applications

Apr 13, 2012

how to give a mac like UI look to desktop apps

View 1 Replies

Passing Value Between 2 Windows Applications?

Oct 26, 2009

I have 2 windows apps: a.exe and b.exe. Both of them are running, if i click a button on b.exe, i want to pass a string to a.exe. Once a.exe receives this string, a.exe will do something. Is this possible between 2 windows apps?

View 2 Replies

VB Windows Form Applications?

Jun 18, 2012

ith the following windows form applications in VB, question is attached.

View 9 Replies

C# - Store Db Passwords When Using Windows .NET Or ASP.NET Applications?

Mar 7, 2012

I have a scenario that has been troubling me for years. If you have to connect to a database or other service (like a web service) using a username and password, where would be the safest place to store this information if you are connecting through a .NET assembly? I understand that you would have to encrypt the password, but then you run into a kind of chicken-egg problem -- fine -- you can encrypt it, but then where do you put the key?In .NET, you can't hardcode the password because you can decompile .NET code.

I looked at using assembly based rights with Isolated Storage, but MS recommends against storing unencrypted secret items there because priveledged users can gain access, so again, we are moving the problem from point A to point B. So for examplem, a domain admin with no need to know about the information in a database would be able to get access because of the ability to be an admin on any workstation on the domain.You can encrypt App.Config and Web.Config, but I believe priveledges users can access the keys. I think you run into the same problem with DPAPI.

I had considered storing the passwords, encrypted in a remoted database and getting them through OS authentication, but our department prohibits the storage of passwords on database servers. I am pretty sure I am stuck and wanted confirmation.

View 3 Replies

Create Chart In C#.NET For Windows Applications?

Mar 26, 2009

I am working in Windows applications. I want to create a Chart for showing results as user friendly. How to create chart in VB.NET or C#.NET for Windows Applications.

View 3 Replies

Database - Create Windows Applications In ASP.Net?

May 11, 2009

which method is more efficient to use: DataAdapter and DataSet Or DataReader when importing data from a certain database table???

View 6 Replies

Deploying .Net Windows Applications That Depends On ODP.NET

Dec 10, 2009

I have an application (.net 3.5 app) that depends on odp.net (11g). I had installed the odp.net on the production machine, i deployed my binaries. The program works fine, however it displays an error like this:This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix the problem.The machine has Windows 2003 R2 as OS. This error occurs on the catch Oracle Exception block of my code. The program is supposed to display a message box indicating the error. It works as expected in my development machine..

View 2 Replies

Deploying Windows Applications With A Database

Feb 6, 2010

I'm a first time visitor and poster, but I'm definitly going to stick around. I'm running an old version of Visual Studio .Net Academic 2002 and the .Net framework 2.0. I'm stuck on an issue regarding the deployment of a few programs I've thrown together. They all work fine on my development machine, but the problem they all use SQL Server databases, and I can't find any specific help on deploying a windows application with a database on a machine that isn't set up basically just like my development machine.

I know that I need the .net runtime bootstrapper on the target machine, so I can run basic programs that dont use SQL databases. That's no problem. But what about programs that make heavy use of databases? How does one go about deploying it on target machines? Is there a SQL server bootstrapper?

[Code]...

View 3 Replies

Icons For Printing In Windows Applications

Feb 15, 2012

I am using winform for printing a receipt created in vs2008.I have buttons that is printing my receipt.I have used pagesetupdialog,printdialog etc in my form programatically.What I want is to have icons of these controls which I have used the way they are availale in msword.I have got print.bmp file for printing but not getting for pagsetup,printpreviewcontrols icons.I searched for .ico and .bmp file in my compand on net aswell.

View 2 Replies

Updating Windows Applications Over The Internet?

Sep 14, 2009

I have a windows application developed in VB.net 2005. The application is installed in several machines.Is there anyway when I do any modifications and publish the code it updates in all the machines.

PS: All the machines are connected to internet.

View 2 Replies

Use Javascript / Jquery In Windows Applications?

Dec 2, 2011

This might be a stupid question but is it possible to use javascript/jQuery in windows applications? Im making this application in vb.net, just for personal use and im just making it to practice and to learn more about vb.net programming. I know javascript is ment for web applications but maybe there are ways to use them in windows applications aswell.

[Code]...

View 4 Replies

VS 2008 Interacting With Other Windows Applications?

Jan 9, 2010

I didn't know where to post this question so I hope I put it in the right forum...I am not new to Visual Basic, however I am definitely not an advanced user. I would like to build an application that would allow me to interact with other programs on my computer. For example, if I were to build an application that could control iTunes, how would I go about this?

Or, I am looking to make an application that would allow me to do little things on my computer like disable my track pad if I have a mouse plugged in. How would I build something that could interact with windows (or iTunes) like that?

View 2 Replies

Windows - Coverting .Net Applications To Services?

Jul 7, 2011

I have a basic VB.Net application that gets data from some websites and then send them to a MS-SQL database automatically. I have developed it as a desktop application with a WinForm front end with logs writing to the WinForm continuously. Now, is it possible to convert the Winform to a Windows services so that I do not need to keep it opening in front of my PC and watching the logs, instead, it runs quietly in the background and the data gets logged into the system log viewer?

View 3 Replies

Accessing A Sql Database In Windows 7 64 Bit?

Apr 24, 2010

Is somebody having problems accessing a sql database in windows 7 64 bit?

View 5 Replies

Disable A Key From All Windows And Applications While The Program Is Loaded?

Apr 15, 2009

what the code would be to have a low level keyboard hook to disable a key from all windows and applications while the program is loaded? in this case the key is

Quote:

But only wile a radio button is selected called rb1 anyone got an idea of what the code would be ?

also it would also be good if when a seccond radio button is selected called rb2 that the key gets replaced with the key / text in textbox1 however just the 1st bit would do nicely for me

View 7 Replies

Receiving Exceptions In .NET 2.0 Windows Forms Applications?

Sep 15, 2010

I'm running into some strange exceptions coming from a few workstations that are running one of our Windows Forms Applications. The application is written for .NET Framework 2.0 and coded in VB.NET. We've re-imaged the machines a couple of time but not matter what we do, the same problem occurs. We are not seeing this problem with any other machines besides these two. Below is the exception message and the Stack Trace. Can anyone provide any insight as to why this may be happening?

[Code]...

View 2 Replies

Run Visual Basic Or C# Applications On Windows Mobile 6.5?

Jul 12, 2010

i want to buy a phone thats running on windows mobile 6.5 (htc touch2) and i want to run visual basic applications on it. i don't know how i can run them , is it possible ? ive started to learn c# to. Is it possible to run applications made in visual basic or c# ? if i can , how do i run them

if i can't what phone should i use ( android driven phone maybe?)

View 2 Replies







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