Controls On Third Party Apps

Jan 1, 2010

Im trying to detect when numbers change in a 3rd party app and then capture them for crunching. I do recall something back in the days of vb5 that would list control info when the mouse hovered over it. Cant seem to find anything like it these days. Ive got window handles ok, just cant read the control data.

View 9 Replies


ADVERTISEMENT

Create Custom Controls For Apps?

Oct 14, 2011

i need to create custom controls for my apps so how can I do that? Do I need a special software to do that?

View 3 Replies

3rd Party Scripting Editors As Controls In Custom Project?

Sep 4, 2009

Are there any third-party scripting editors that are available as controls (DLLs) for custom projects? I am interested in knowing what is out there and what scripts are provided?

View 1 Replies

Migrating Visual Studio Controls Onto Third-Party Form

Jun 15, 2009

I have a Form which has a variety of controls on it backed by an abundance of code. I am contemplating replacing some of the controls with third-party controls. What is the easiest way to do this? That is, in a simple example, I may want to just replace the Form itself (i.e. use third-party form and keep using Visual Studio controls). Is it possible to migrate all the existing controls over to the new form. Or do you have to create everything from scratch on the new form (i.e. create all the controls from scratch, name them the same, and use the old code. Note I am assuming the third party controls have all the same properties which may not be the case).

View 5 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

Windows.Forms Based Apps Vs WPF Based Apps?

Jun 21, 2010

what WPF based apps are?Is it an application that runs under Silverlight? If so, how?I know; Windows Forms based apps,console apps,DLL _ Class Library Projectsand I've had an introduction to ASP.Net.What I mostly want to know is, if WPF apps are for Silverlight then do they also run in a server based fashion like anASP.NET website would when you create ASP.Net webpages?Is it a way of creating what looks like a FORMS BASED application but it runs in a browser instead or what?Please enlighten me a bit further as I have no idea what WPF is all about.

View 3 Replies

Asp.net - Use Of Multithreading In Web Apps

Dec 17, 2011

I am using an Application server for calling Oracle Reports and I have a URL to call the report. When the report is called the server converts it into PDF but when report contains large data it takes a lot of time to load. I want to do in asp.net that when I call the report url it opens the PDF file and copies it into the root of my web folder. The next time when I call the URL it opens the PDF file and creates a new PDF on backend for next call. I have made this function to download file

[Code]....

View 2 Replies

C# - .NET Framework 1.x Apps Run On PC's With .NET 4.0 Only?

Oct 3, 2010

Basically, i am trying to determin if an application made for 1.x will run on a computer with just one copy of the .NET framework installed which is a higher version than what i am targetting, ie: it only has one copy of .NET 2.0, or 3.0, or 3.5 or 4.0 - has one copy of either of these and thats it, the hypothetical computer would not have 1.0 or 1.1 installed.

[Code]...

View 5 Replies

Can't Find The Exe Name Of Any Of Apps

Sep 12, 2009

Usually when you right click on an application, and then click on properties, you can find the applications exe name. Such as, explorer.exe, mspaint.exe, and much much more. But I can't find the exe name of any of my apps.

View 7 Replies

Communicate Between 2 .Net Apps?

Apr 10, 2010

If I control both applications, what is the best way to communicate between 2 exe's written in VB.Net. For example, I want to drop an XML file from one app, and pick it up with the other, but I do not want poll for the file. I've heard of named pipes, but I found it was complicated. What's the most effecient way to do this?

View 4 Replies

Develop Apps For PC And Mac?

Mar 19, 2012

I need to develop some apps that will be accessed from both PC and macs. Can this be done with visual Studio 2010?

View 2 Replies

Getting A Bug In Console Apps?

Nov 1, 2009

I have the following

Private Sub startMySQLConsole()
Dim parameterString As String
parameterString = ""

[code]....

For some reason, it partially exists the program. The first letter of the line is starred (MySQL wants me to enter a password).I want to use get to mysql via the my app, which launches mysql.

View 1 Replies

Regarding Apps And Animations?

Jul 8, 2010

I'm developing a media player app and upon looking at it for a week now, it seems really bland. I would really like to add some animations for it (besides just moving forms with x,y locations) but have no idea where to start.

Are more complex apps/designs/animations better suited for a language like c#/c++? I've never done animations before (except simple form moving) and I think now would be a great time to get some opinions!

You could probably say this would linger more so on 3d images and 3d animations

View 3 Replies

Use Mono To Run .net Apps On A Mac?

Oct 17, 2011

I've heard a lot about Mono but I have no idea what exactly it is or how to use it. All I know is it's aimed at making .NET apps cross platform. Could someone tell me or point me to some tutorials explaining how to port my vb code to run on other operating systems? Maybe shed some light on all of this?

View 9 Replies

Using Same Code In Different Apps?

Sep 9, 2009

say i have a piece of code of some function I would use in many different new apps for example

Code:
Dim Expression As New System.Text.RegularExpressions.Regex("S+@S+.S+")
If Expression.IsMatch(txtEMail.Text) Then

[code].....

View 4 Replies

3rd-party TCP / IP Programs?

Oct 8, 2009

I've spent the best part of the week learning about TCP/IP and sockets but it's really draining my enthusiasm for my project. The basics are simple enough and the MSDN examples are fine and I can put together a simple server/client easily now, but once I start getting into asynchronous connections, threading and all the other stuff, I'm getting bogged down and frustrated. I've followed a dozen tutorials and examples now and they're all too confusing and half of them simply don't work.

I think what's most frustrating is that I really don't wish to become an expert on sockets or TCP, which seems to be the advice on most forum replies. I really want to be getting on with my project which has ground to a halt since I started looking into this. Yes, I know the world isn't always that simple.

So, what I'm looking for is a 3rd party app or some working code that will let me set up a server and multiple clients. All I really want them to be able to do is to send strings to each other, without blocking the application. Really, that's it, just the ability to pass strings back and forth between server and client, preferably in as simple a format as possible - e.g SendMessage(Client,String).

View 10 Replies

Use Some 3rd Party Web Service ?

Aug 25, 2010

I am trying to use some 3rd party web service for which i hv sample file which is writen in C# and same I am trying to rewrite in vb.net for implement till last line I hv understood and implemented , but I am not able to understand last line in this code so pls help me to understand the last line of this code how to write same line in VB.net

AgentWS = new AgentWebRef.AgentWebServiceService();
EventWS = new EventWebRef.EventServiceService();
//The client application will receive a unique SessionId from the Agent
//Web Service upon issuing its first request. The application must

[code].....

View 2 Replies

Using 3rd Party .dll File?

Aug 13, 2009

I have a third-party .dll file provided to me by the manufacturer. I have never worked with .dll files before, so I am wondering:

How can I add the file to my project?How can I utilize intellisense to use the methods in the dll?

View 8 Replies

Using Optional Third Party DLL?

Dec 21, 2009

I have a third party dll that contain a class, SampleClass1

Public Class SampleClass1
Public SomeValue As Double
Public Function Test() As Double

[code]....

My intention is if the dll is found, use it. Else ignore it. However, if the dll is not found, the program throw an Invalid OperationException.

View 7 Replies

Can Refer To Samples Of Such Apps?

Aug 15, 2011

I would like to develop a VB.Net based smart device app. A simple one. Do any of u know where i can refer to samples of such apps?

View 2 Replies

C# - Switch Between Two Apps Seamlessly?

Jan 17, 2012

I have a .NET application that was written in C# and VB.NET using WinForms. We want to slowly migrate this to something new, in many iterations. The new code will be entirely C# and WPF. We would like to utilize Prism.

As far as I know, we can't integrate the old WinForm app in Prism.

I am considering making my old app show the new app in certain instances. For example, when you press a tab in the old app, the new app opens on top of the old app, with the same tabs. Over time, only the new app would be necessary.

View 1 Replies

Can VB Handle Apps That Interact Well With The Web

Jan 12, 2011

I'm looking to pick up a programming language. I've viewed some source code of both VB and C# and VB looks like something that I can pick up well.My question is can VB handle creating apps that will interact with the web? Things like signing me into accounts, downloading information, things of this sort?

View 2 Replies

Console Apps Like Cmd Edit?

Jun 14, 2011

Is it possible to create console apps like the Edit app in CMD with visual basic or C#? I want the program to respond to mouse input, have menubar, mssgboxes and windows.

View 3 Replies

Create Apps Without .net Framework?

Apr 5, 2012

I have learned to create programs in VB.NET with Visual Studio, but the downside of that is that i need the .NET framework, which is not on every computer. Can I create a program in VB.NET without it needing the .NET framework? If yes, what tools do i need?

View 1 Replies

Deploying Apps When Update URL Is Not Available?

Jun 1, 2011

I am having a real issue deploying applications when the URL is not available.how to do updates when the URL is not available? I guess I could always put it in code within a try/catch and do it that way.

ERROR DETAILS
Following errors were detected during this operation.
* [6/1/2011 10:37:25 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)[code]......

View 2 Replies

Detecting External Apps?

Jan 28, 2009

I am writing a usability testing application, it starts the screen recording, gives the user tasks, and then when finished brings up a survey and stops the screen recording. My problem lies in the last part of this process, because the screen recording app brings up a msgbox when recording is over saying where the file is put and then when that is closed it brings up the screen recording application. I am trying to block the user from seeing this so am currently using the following method.

Private Sub WatcherHandler(ByVal sender As Object, _
ByVal e As System.IO.FileSystemEventArgs) Handles FileSystemWatcher1.Created
Dim Camtasia As Integer

[code].....

Basically when the msgbox from the screen recorder comes up it means a file has been created...so the folder is watched and when the file is created the msgbox is checked for, when it exists a short timer is enabled and then knowing the window exists it is hidden using showwindow findwindow approach. Although this approach does work, Camtasia needs to be closed and re-opened after in order to record again and for some reason it does not always work.

View 1 Replies

Develop .net Apps In Ubuntu?

Mar 27, 2012

i need to change my OS to Ubuntu.i can develop .net apps in ubuntu.

View 2 Replies

How To Make .net Apps Portable

Jan 2, 2010

Is it possible to make an vb.net application portable?

View 6 Replies

How To Make Multilingual Apps

Sep 9, 2011

I'm trying to learn how to make multilingual apps. All defaults text for controls are saved in Form1.resx (Created automatically by VB.NET). I've set the Localizable property to True and Language to German(Austria). So far so good and VB.NET created the file Form1.de-AT.resx.Both resource file contain text for the different controls on the form. When I click on a particular button on the form, I want a custom message to be displayed according to the language setting/resource file in use.In both Form1.resx and Form1.de-AT.resx i've added another row for the custom message. How do I write the code so that when the button is clicked, it retrieves the custom message from the appropriate resource file? [code]Another thing, is Localization only for changing language or does it affect date and number formats also? Just asking because if a PC Regional Options settings is set to English(United Kingdom) and I do 5/2 the result is 2.5. If it's set to German(Austria) the result returned is 2,5But in VB.NET, if I use Thread. CurrentThread.CurrentUICulture = New CultureInfo("de-AT") (i.e German-Austria) the result returned for 5/2 is 2.5 and not 2,5

View 1 Replies

Make Apps Communicate

Jul 5, 2010

Can i make an app that when you click register a textbox come up and you enter your email address and press send. can i make another app receive what was in that textbox over the internet.

View 4 Replies







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