SpeDK 5 And VB Form Applications?
Feb 27, 2012Can I use the Speech SDK 5 for the creation new program ?If yes,How can I use this
programm and could you give me some sample codes.An other hand,
Can I inser TTS into my project ?How to do ?
Can I use the Speech SDK 5 for the creation new program ?If yes,How can I use this
programm and could you give me some sample codes.An other hand,
Can I inser TTS into my project ?How to do ?
I have made a validation application, the application runs in the tray and responds to events of another app such as save document, on this event my application runs, validates the document and creates a pop up message of errors in the document. However the pop-up is hidden behind the other application, the other application is locked because it is waiting for my app to finish. I have tried combinations of show(),activate(),bringtofront () with no success i have also tried SetForegroundWindow() and SwitchToThis Window() for win api but with these the app still just flashes orange in the taskbar behind the other application which is locked.I think it is almost definatly a problem with stealing focus from the other application but im not trying to make an annoying pop-up, it is needed and only appears when there are problems with the document the other application is locked and will not respond untill okay is clicked on the pop-up and it is easy to miss the flashing icon in the taskbar
View 1 Repliesith the following windows form applications in VB, question is attached.
View 9 RepliesI am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.
[Code]...
How can I Access the Enty point method of Form Based Applications?How can I set their attributes?
View 2 RepliesIm trying create a small payroll system using VB.Net windows form applications. The problem im currently facing is when im updating the datagridview. But my update doesnt work. IM using dataset and databinding source. I want to udpate the datagrid view and automatically update the database. [code]
View 1 RepliesIs there a way in vs2010 (vb.net) to create a form that has alpha transparency support?
And
How do i get a form similar to the splash screen in vs2010 AKA odd shaped and alpha drop shadowed?
I have a Visual Basic .Net form (launches after the splash screen tests database connectivity) and it is not focusing above other existing windows on launch. How do I get it to focus above all existing windows and Windows Explorer windows?
View 1 RepliesI have a windows applications. Form 2 is child form of Form1 . Basically when button on form2 (child form) is clicked, it raise an events, which writes something in testbox on form1 (parent form). This is my code
parent form form1
Public Class Form1
Public mycount As Integer
[CODE]..............
This is the first time I am tring to use events.. I am not sure what's going wrong.. the textfill event is never called from form1.
how to connect different vb applications to a database server.like accessing data from one database by different applications...
View 4 RepliesIs there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?
View 11 RepliesI made a quite big application and wanted to test it out on my other pc but it didn't even start and gave the system.InvalidException error.
I just the build-function to compile my project. It runs fine on the pc where i developed it. It has some dll's in it: mysql-connector, twitterVB and zipforge.
I've seen in a few applications now, buttons like this:
View 4 RepliesI'm a new programmer and I'm looking for some guides/series, or something like those, that basically walk you through building some sort of application. For example, I used to buy little sets/kits from radioshack that walked you through building a clock, radio, etc., or other little electronics devices. The kits came with all the parts and instructions so you just assembled them. Hence, I'm just looking for something similar to that for vb, minus the components obviously ;-). I like to learn through hands on experience so I'm just looking for some guides that have you build a program and briefly go explain the workings of the code.
View 8 Repliesis it possible to use same database for both vb.net appplication and asp.net??and if is possible, how can to connect it?now..i'd build vb.net application and asp.net in my laptop...it can connect..but i wonder how to make the database connect for vb.net and asp.net in real..
View 2 RepliesI want to code an app with recreational purposes. This should be a Desktop app that detects itself running on other computers on the same LAN and communicates with them. By communication I mean that I should be able to pass anything from on to another. note that although I'm not asking for code (that would beat my purpose, of course) I think some small snippets wouldn't hurt. In any case what I really want is the "recommended procedure", I mean what Microsoft recommends for this environment, and documentation :)
View 3 RepliesI'm wanting to program a few buttons to run programs. The only issue is that they are in different directories.
Directory Structure:
+Program Files
- Test 1
- Test 2
- Test 3
- MyApplication
The Program Files folder is located on a Flash Drive which will have a different drive letter per computer. How can I code this?
I'd like to know what the best way to communicate between two applications via a LAN would be? ..and would it work over multiple versions of Windows (XP, Vista, NT etc..)?
I am setup with Visual Basic Express 2008.
How can I get all of the running applications? If I have to use Process.GetProcesses, then how can I determine which are applications (appear in the task bar)?
View 4 Repliesi want skins for windows applications?
View 3 Repliesi wanna know how can i add nice skins or themes to my vb.net application. if u know pls let me know the steps.
View 9 RepliesI need to understand if I can integrate two applications... one which I purchase, and one which I will write in VB. What my application needs to do is to retrieve data from the purchased application form and then update back to the purchased form fields.
View 2 RepliesI am writing a basic little program. Amongst everything, my program will let you install printers remotely, To cut a long story shot I don't want to use the rundll32 shortcut to install as you can only remove the printer using rundll32 again which I don't want.
The way I wanted to do it is create a VBS script and execute it remotely using psexec. This didn't work for some reason, locally the script works fine but when executing it remotely the script runs but doesn't perform any of the actions inside the script.
The only other option I can think of is launching the VBS via WMI. I have done a bit of research and I cant seem to find any VB code that does anything similar.
i just recently moved to the windows-7 operating system from xp. (didn't like vista much)
in xp, i can load as many applications of the same app, multiple times.. windows -7 does not allow my app to do so..
if it has something with checking "Make Single Instance Application" from the app's properties, definitely explain what that does, since i don't have a clue.
I need some assistance in creating a program that logs all the processes that the Application does. I want the program to log every process, the Username, any error messages,the date the process occured to a textfile. I attached is the code that I have put together. Have issues getting the processes to be Logged.
View 2 RepliesDevice : USB Scanner
Application : A
Application : B
Let's say there are two applications are running, which are A and B, on windows XP and they all have only one simple form with a text box to receive a data from the scanner. Is it possible to read a number by the scanner and write the number for those two text box on A and B at the same time?
Can we use our normal vb.net applications over the net?
I mean if I try to make my windows based application, that registers students to School record using Access Database,
will it work on the internet in the same way as it does on my local computer?
I want a tool to create database applications. I think that the Microsoft product for this is Visual Basic. I would like to ask:
1) Why Visual Basic is better than Delphi ( from Borland )?
2) Where can I see the Versions and Prices?
3) Visual Basic allows to put applications on the Cloud? How this works? In which Cloud services works?
4) Which database can be accessed directly - without having to install third- party components - from Visual Basic? Which of these databases works on the Cloud?
5) Does Visual Basic allows connections to Microsoft Office and/or OpenOffice?
6) Where can I find a version to test it?
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 Repliesim using ms access 2003 and vb 2010, i already have 3 different vb apps, and i want to access a single database over the lan. but i dont know how. is this possible using a client-server type or is there much simpler way to access the database?
View 4 Replies