Build Applications With Program?
Oct 14, 2010I'm looking for some good tutorials for building applications with visual studio 2008
the programming language i prefer is VBA
I'm looking for some good tutorials for building applications with visual studio 2008
the programming language i prefer is VBA
is it possible to build webpages / applications with VB?
and wich one do i need in order to do that
I have been working in GIS development for around 10 months now. I have been doing all the development in Javascript. I now want to build some GIS based vb.net projects!
View 1 RepliesI have a solution that currently has about 20 class libraries, and a dozen different web apps. Each web app shares a site-wide master page, as well as share js and css files.
I need to be able to build & deploy one app at a time, or occasionally update the entire suite. How is this possible with TFS and MSDeploy?
I would like to convert a VB.NET 64-bit desktop application to a desktop WPF application and also to web-based Silverlight application. Can you write 64-bit applications using WPF or Silverlight using
VS 2010?
If not, can you write 32-bit WPF and Silverlight programs that act as the presentation managers that interface with the user and have them use 64-bit class libraries? Or do all modules have to be either 32-bit or 64-bit?
How can i connect two VB.net applications together so that they can send each other informations ???
View 3 RepliesI've looked around and I haven't found anything that fits my needs.I wish for the program to be able to intercept the Win32 (?) messages that are being sent to my own application, which is written in Visual Basic.As a side note, is "intercept the Win32 messages" the correct phrasing?Either way, an elaboration won't hurt; I wish for the spy tool to intercept the same messages that I would programmatically intercept with WndProc, i.e: the SendMessages and PostMessages.
I wish to make it clear that I am not seeking a program that intercepts the .NET framework events.
Edits:I can see my window and the handles of its child controls, but I do not receive any messages.I am using Windows 7 64 bit.My Spy++ version is 8.00.50727 Semi-solved; I have got a Spy++ alternative ([Window Detective][1]) to work on my virtual machine, which I am most certainly happy with, and would definitely not mind settling for. Although I am still wondering why all the "spy-like" programs I found did not work on my "main" PC... but I guess I needn't care.
Is it possible to run VB applications on a mobile?
View 2 Replieswhen i publish my applications in visual studio 2008. when it is installed i only see the entry in the programs list at the start menu and the application folder is thrown some where else(wonder where). So i was wondering is there a way to publish an application so that when it is installed, it gets installed in the program files folder on C:\
View 2 RepliesHow I can generate barcodes in my vb.net applications?
View 3 RepliesIs there any real point to learn VB besides as an introductory to grasping the concepts of programming? You never (at least myself) hear of any apps like, Winamp, Windows, Firefox, etc. that used VB.
View 2 RepliesI am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
I want to develop a DLL in VB.
How do I "expose" the Functions and Subs contained in the DLL such that they are accessible from another application ?
For example, in Fortran the "DLLEXPORT :: MyFunctionToBeAccessed" attribute is given after the declaration of the Function; it adds the name of the Function to a table at the beginning of the DLL, name which can be referenced after to access the functionnalities of the function in the DLL.
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
Is it possible to make applications for the Android phone using VB .NET?
When I searched this, I found stuff where people talked about it, But I didn't find any guide on how to do it or anything that I'm looking for.
CAN ANYBODY GUIDE ME HOW TO USE CSS IN ASP.NET APPLICATIONS USING VB.NET.
View 1 RepliesI am trying to build an IM program i found one (see attachment) but it is network only and i want to build one that goes over the internet?
View 6 RepliesWhen my program is installed, I need to place a folder in the directory path of "C:\" in order my program to work. How do I include the folder in my project, and then durning the install Place the folder where it needs to be? Could someone be so kind as to point me in right direction to read up on something like this?
View 3 RepliesI have made a smtp client in c# and I use this code to split a string that contains multiple recipients.
foreach (var n in txtSendTo.Text.Split(';'))
{
mail.To.Add(n);
[code].....
I am trying to build a program that has a Dropdown menu (Combobox) where you select between a list of items like
xbox
ps2
ps3
wii
then once you select one of the options the program will bring you to a new window (In the same window) with a new box that has a list depending on which word you chose earlier. As an example.
If you chose xbox on the first window it will bring you to a window with a new list like
fighting game 2009
fighting game 2010
fighting game 2011
then if you select fighting game 2011 you would get another window that showed a list that had a list of characters from that game.
Guy One
Funny Hat Guy
Big Nose Guy
Dead Guy
Beast Thing
Funny Turtle Thing
Then in the new window you get a selection of options for the character you selected.
Special Skills
Combo Moves
Unlockable Content
Then if you select one of those you get a new window that has the lists. for example.
If you chose Special Skills show the list of special skills like the following.
Uppercut: Down + Y
Face Smasher: Back, Forward, B
and maybe beside the list of moves it could display an image of a Screen shot that shows the move (Or not if it is too complicated).
I've been tasked with converting an old c++ service to vb.net
View 4 RepliesI am trying to build a simple app that will start another program.The command line that works in a dos batch file is c:program filespixellWall Controlwallctl.exe -layout=c:1.lay with my code below this works, c:program filespixellWall Controlwallctl.exe but the switch info above doesnt get passed, I get a run time error.
Public Class Form1
Dim layout1 As String
Dim layout2 As String
[code]....
I find a lot on the internet about how connecting from a vb.net application to a mapi application on my system.
But i would like to build an application which is the other side of the MAPI so when an application is calling a mapi service, my application handles the message.
I'm trying to build up a multidimensional array which will hold two bits of info for each record in a database e.g. id, description.[code]...
View 2 RepliesI need to loop through a very large collection of images and resize them all to 400x600 pixels. Is this possible?
View 5 Repliesi'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested if there is a way to recover the program solution from the last build or a othe way that i can undo the error?
View 3 Replieshow is the best way to build a database program using vb?
View 6 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]...
When i add a backroundimage to my form and run the program i see the buttons build one by one.I have a form with two panels over eachother. On each panel there are 10 buttons. On the form is a button to bring a panel to the front or send to the back. When i click on that button isee the buttons build one by one. When i have no backroundimage this problem does not occure.
View 1 RepliesI want to build a recent files list into my program.
The hiearchy I currently have is "MenuStrip>File>Recent Files>File1".
I have a function which saves the files and opens them. It also stores the file name and file path in sperate variables:
CODE:
I would be able to change the text property of the File1 (File1ToolStripItem) to the SaveFileName easily, but how would I make it so that when you click the File1 (File1ToolStripItem) it opens the Savefile file?
I would also need the program to save this list so when I open the program again they are still there.