Difference Between Window And Web Application
Jan 15, 2012what is difference between window-application And web-application?
View 4 Replieswhat is difference between window-application And web-application?
View 4 RepliesWhat is the difference between window form application and WPF application?Also i want to know about WPF application.
View 3 RepliesCan anyone explain the following immediate window behavior:
Debug.Print mDb.DatabaseOptions Method arguments must be enclosed in parentheses.
Debug.Print(mDb.DatabaseOptions)Value of type 'DatabaseOptions' cannot be converted to 'String'.
? mDb.DatabaseOptions
{Microsoft.SqlServer.Management.Smo.DatabaseOptions}
AnsiNullDefault: False
UserData: Nothing
According to MS documentation The question mark (?) is an alias for Debug.Print This is clearly not 100% true, as the two statements exhibit differing behaviors in the example above. If it makes any difference, I am using the Express Edition of VB 2008.
explain what is the difference between worker process,application pool and application domain?or application domain and application pool are same?
View 2 RepliesExcuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 2 RepliesI would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 4 RepliesIf you have ever noticed in the Task Manager, when you right-click on the running task, you have many options which include 'Minimize' and 'Maximize'. Is there anyway to do achieve this in vb?
View 1 RepliesI've got a WPF application (the WPF part shouldn't make a difference i don't believe).
It loads fine, however whenever I click into a textbox it crashes.
What could be the problem? how can I troubleshoot this?
modify console application below to window form application for me.I've tried by myself for million times, but i couldn't console application.rar?
View 2 RepliesI am in need of a small application, that will allways be topmost and will send keystrokes to the last active application (typically notepad or an explorer window). My problem is retrieving the current active form (or application), when my application is started up. Every search seems to return old and rather complex solutions using Win32 library functions, but I was kinda hoping, that .Net allowed for a neater and more simple solution.I need a code example or link on how to retrieve the currently active application window from another application just starting up.
View 2 RepliesI am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?
View 1 Repliesa small question: what is the difference between sync and async connections in a tcp/ip client/server application?
View 1 RepliesI need to run an external JAR file (which is minecraft) within the window (form) of a VB.NET application, so like having the program in the center and additional text I like around it.
Is this possible, and if so, how?
I was studying visual basic 2008 and had reached almost 60% of it when I was told that my course curriculum included visual basic 2005. I will now have to reinstall visual basic 2005(.net framework 2) instead of visual basic 2008(3.5 .net framework). I was wondering- will it be completely different vb2005 and vb2008? I really wanted to stick to vb2008, I was getting the hang of it. Also, I was wondering, can I run my application vb2008 in .net framework? Is there any way around? Also, I used advanced installer to build a setup file for my application? Now the question is will the other computer(the one which will install from the set up) need .net framework of 3.5(since I built apps in vb2008)?
View 1 RepliesI am not able to find the Exclude Command in VB 2010 Express. I have no idea which version of Visual Studio it is working with. I've got one 217MB VB 2010 Express file and many 2008 VB Express files with one of them measuring 31 MB. There many other SQL files and .Net Files.
View 4 RepliesThere doesn't seem to be anything about it.
View 8 Repliesi want to launch the calculator within my vb main window.i have used this before in another app but can't figure out how to duplicate it using vb.net 2010
hCalc
= FindWindow(
NULL
"Calculator"
)
SetParent(
hCalc, MyMainFormHwnd
)
I use VB with Visual Studio 2010.I have use the example code from the Microsoft Homepage: [URL]Its work fine!Now I have an application on my computer, there I want to send keys via SendKeys to another application.In the sample code is listed:
Dim calculatorHandle As IntPtr = FindWindow("SciCalc", "Calculator")
How to use httpUtility.encode and decode in window application. I implemented a window application. This application use web request to web server. The web server response http encode version. So, How I decode in window application.
View 1 Repliesdeveloping chat server which as a console application but i want to open that console when i click on to the window form button and another button to close that console application. so how to do that in window form to open console
View 2 RepliesThere three way to open PDF in .Net Window Application
1) Process.Start
2) MS Browser Control
3) PDF Com Copmonent
I do not want to use process.start (coz it not open in same window)
in 2 and 3 there is a big issue with focus. Both the control grab the focus
i have a window form application, now i want to run it into browser on server so that user can run it on server. What is the best way to do that The language is vb.net
View 1 RepliesI need to write a program that works like a parent midi form to an external windows based application.The reason is that the application needs to be in a kiosk mode when running, and my wrapper midi form will manange the launch and closing of the windows based application.
View 1 RepliesIs there a way alter the window of a 3rd party application? Resize, Minimizie, Make Transparent..
View 14 RepliesI have a VB.NET form that takes up the whole screen. On Windows XP, the taskbar is not displayed when moving the mouse to the bottom of the screen. I have auto-hide set, and the taskbar is not locked. I tried the same thing on a Vista computer and it works fine. What am I missing on Windows XP? I need the auto-hide feature to work for my app like it does for other Windows apps.
View 1 RepliesI am developing an application for the first time and need guidance.Developement Env: Visual Studio 2005 Pro, Visual Basic 2005 , Windows XPApplication Target: Windows XP & VistaI developed the application under a screen resolution of: 1680 x 1050 pixels. When the application is installed on any computer with lower resolution, my application window does not size properly and many of controls end up "messing up". How can I fix this issue?Also, I have noticed when I resize my application by dragging the bottom right-hand corner the application does not really re-size, it just gets covered. I am attaching 2 skeleton snapshots of my application below....Image before resize (1680 x 1050 pixels) Image after resize (1680 x 1050 pixels)
View 4 RepliesI want to create a button that can hide an exe application. As example: this application will start spider.exe when page loads. I need a button that can hide & show the spider.exe. How can I do it with VB.NET, C#, or Java?
I tried to use:
myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal
myProcess.Start()
in page load part, and use
myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden
in button part but it does not work.
I am trying to implement a blackout window for a application that I am developing. What I want is the run the task when the time is outside the Blackout window.Here is what I have developed so far, but I am not sure if there is a more efficent method of doing this.Blackout window goes from 10pm at night to 7am the next day...everyday.
Dim Time As Date = DateTime.Now
Dim BlackoutStartTime() As String
Dim BlackoutStopTime() As String
[code]....
In my solution I have 3 project and I want to create the single config file for all project, I mean instance of creating config file for all the 3 project I am creating one config file in the solution level that serve the purpose of all the project.
Now when i am reading the config file I am writing like this , in one of the project-
System.Configuration.ConfigurationManager.AppSettings("CREATEDBY")
but this return me noting always.
App.Config file location - D:ProjectCommunico_SCEPMS Outlook Add-in
and the project location where I am to accessing the app.config file- D:ProjectCommunico_SCEPMSFileViewEPMSFileView
This is my config file
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
[Code]....
I'm creating window application with VB.NET and Access2003.the problem is : how do i store the connection string in the app.config file that include the application.startup path? Dim connectionString As String = "Provider=Microsoft.jet.oledb.4.0;data source=" + Application.StartupPath + "db1.mdb;Jet OLEDB:Database Password=hello"
i connect it in each form but i don want this as i want to change it in one place.
[Code]...