Wcf+desktop App Or Website?
Nov 29, 2011
I am developing a school management system and I am struggling whether I should develop for [desktop app + wcf] or web app(website). Which one is going to be the best for the given scenario?The main goals for the "Integrated Web-Based School Management andQuality Audits Software Project for Secondary Schools are outlined below. In addition, specific objectives within each of the goals have been provided.Goal 1: To facilitate automated data entries in secondary schools
View 2 Replies
ADVERTISEMENT
Dec 13, 2009
This website "[url]..." contains currency exchange rate, and it's useful to my desktop application " bill system " .the question is: How to get data from this website to my desktop application textboxes ?
View 4 Replies
Jul 6, 2010
I just want to write code inside my assembly to detect whether it is running on a "desktop machine", or inside the context of an ASP.NET application. This is crucial guys, (licensing purposes), and I don't want to get fired because I did a mistake.So, please, be direct and if you please give me some code snippet.
EDIT v 2.0: What about using in the assembly:
[assembly: "AspNetHostingPermission (SecurityAction.RequestRefuge, Unrestricted=true)]"
to prevent the execution on the web?
View 2 Replies
Jun 11, 2012
We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?
View 1 Replies
Sep 5, 2011
Some of u already know I'm making a 'virtual desktop'- thing.Only one problem. When switching to a new desktop it starts a new instance of my app in that desktop (works) and on the form load event it says process.start("explorer.exe") <- here is the problem. It only shows a window not the actually bar.Also this may be important it shows the window, but when I navigate to explorer.exe 'C:Windowsexplorer.exe' and open it there. The explorer bar does show up.
View 14 Replies
May 17, 2009
I'm working on one of my applications and I'm trying to find a way to use the "Go To Desktop" function that goes directly to the desktop without minimizing any window (This can be achieved by clicking on the Win + D buttons or on the desktop icon in the quick launch toolbar), but how can I activate it using vb? I thought about sending keys but I guess there is more offical ways to do it.
View 10 Replies
Feb 19, 2010
What Im making is like a face book and tagged login from my app
1. I have Combobox with 3 urls in there ( Facebook.com Tagged.com and Bebo.com )
2. I have a Form2 with webbrowser
3. I have a Button when clicked it should open up my form 2 and preview of the website which I selected in my combobox in form1
All I'm trying to do is when I select lets say facebook in my form 1 and click load it should open up my form 2 with facebook website in it.[code]Now when I click my button in form 1 it will load Form2 ( named Explorer1) but my form2 is not showing me facebook or tagged page for some reason
View 13 Replies
Feb 26, 2011
i'm creating a website that allows people to upload images to the website in a folder called images on the Site. But I don't know how to upload a file and I'v searched everywhere Please Note: In this Website were not Using the asp:fileupload, were developing our own interface
View 1 Replies
Apr 6, 2009
What I want is: To scan a website every 15 mins or so, (craigslist in this case), and email myself any new posts that come up. I know I need to use WebClient, but I never used that before. Another question would be how to only email when a new post is up and not receive the same email every 15 mins.
View 2 Replies
Mar 20, 2010
I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.
View 2 Replies
Jan 25, 2011
I have a ASP.NET 2.0 website created in C# that acts as a completely independent site and I am looking to integrate this into an existing ASP.NET 2.0 website created in VB.NET. Unfortunately I just don't know much about the server management side of ASP.NET yet so too much I'm unaware of when it comes to IIS configuration etc. Does anyone have any advice as to how I can go about integrating this? Basically I want to host it in a subdirectory from root so when you hit example.com/myindependantsite/ it will pull up my C# site.
One possible solution I came across mentioned just dropping the project folder into the root directory and setting up that directory as an application virtual directory in IIS? A few other random questions were small things like would my application relative links (~/for-example.aspx) stay relative to my root subdirectory if it's made into an application virtual directory? Just trying to get this running on their site but like I said it's completely independent so want to preserve my websites environment.
View 4 Replies
Sep 9, 2011
I want to create a program to fetch information from a website (that's fine). However, you need to be logged in to get this information. I just want two simple textbox controls that I would type my username and password into and hit submit and the information would be returned to me so I can use it. (I don't want to use a webbrowser control)
View 2 Replies
Jan 27, 2012
Environment.GetFolderPath(Environment.SpecialFolder.Desktop)The main reason is we area talking about an Environment that has XP, Win Server 2003 (TS), Win Server 2008 and Win 7. Obviously different path depending on the OS. I need to copy a file to a users desktop and would like to do so without having to hardcode the path as it could change depending on where they are working from.
View 5 Replies
Jun 9, 2011
Being new to vb.net, how do i get a exec mod for the desktop ??
View 8 Replies
Sep 30, 2009
[code]This works just fine in ASP.NET (web app) but, how do i do the same from Desktop Aplication (vb.net) ?
View 4 Replies
Sep 30, 2009
im making a program which is a sort of mock OS, and im wondering if it is possible that, when i click a certain button, a picture box appears in the space which is the desktop. The picture box must act as a shortcut, for example if i click on new text file, a picture box with a text file picture appears on the desktop space, same for folders
[Code]....
you check the tutorials that you post! I am using Visual Basic 2008 Express, not any earlier additions! One of the tutorials was about how to make labels that tell you their screen location!
View 9 Replies
Oct 9, 2009
I want to move a file from the users desktop to the running applications folder.This is what i have which works for me - but the desktop path will be different for each user so am looking for the system path
Dim FileToMove As String
Dim MoveLocation As String
FileToMove = "c:usersmedesktop est.txt"
[code]...
View 4 Replies
Apr 11, 2010
how to POST to a php file form a vb.net app: http:[url].... So now I've logged in the user user by posting their username and password to the php file, the php file then does security/checks they exist/etc and if both username and password are correct is stores the user ID in a session variable.Now if the vb.net app tries to download data off a page which needs the user to logged in, it checks this by doing:
if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}
However after having logged correctly in the app the session variable is not set.How does session work with a vb.net app like this?When the user logs in successfully should I download the user id and keep it in the vb.net app and then post it to each page that requires authentication?
View 4 Replies
Feb 7, 2012
I'm making "Sticky Notes" and I want to be able to pin those stickies to the desktop. Sorta like a BottomMost function. Is there something like that I can use and if not, how would I even go about making a function that would keep my form on the desktop?
'Pins the program to the desktop
If saved = False Then
saved = True : PinToDesktopToolStripMenuItem.Checked = True : lblClose.Visible = False : Me.ShowInTaskbar = False
Else
saved = False : PinToDesktopToolStripMenuItem.Checked = False : lblClose.Visible = True : Me.ShowInTaskbar = True
End If
The reason I'm not going to mark it resolved is because if I click pin to desktop and the desktop isn't the application directly under my application then I have to minimize every program to get it to stay on the desktop.
View 10 Replies
Dec 8, 2009
In my application, when the main form loads, it also loads a second form.
This form has it's ShowInTaskBar property set to False, has no control box, and is not movable by the user.
This form is only used to show information about the PC, to the User.
I need a way to make the form pretty much completely inaccessible and appear beneath all windows. When the application loads, the second form loads above other windows and you can Alt+Tab to that form.
I was wondering if there was a way to get it to"set" itself on the desktop and no appear in the application list when you Alt+Tab.
View 8 Replies
Jul 25, 2009
i have two forms one is a text editer and the secone one is a big form and i want to save a file form the text editor to the secone form just like on a desktop would.
View 1 Replies
Oct 19, 2011
Is there anyway of searching for a file (shortcut file) on the desktop in VB? I've tried :
If My.Computer.FileSystem.FileExists("DesktopMYFILE.lnk")
doesnt return anything
If My.Computer.FileSystem.FileExists("DesktopMYFILE.exe")
doesnt return anything
[Code]...
View 3 Replies
Oct 1, 2011
I've spent a while searching around and I can't find a solution to this:I have a transparent, borderless form that displays a clock. I can load this just fine, but I want the clock to be part of the desktop, so it cannot take focus, is behind other applications, and is not hidden with Win+D (similar to applications like RainMeter).
I need the solution to work with VB.Net (I'm using 2010)
View 1 Replies
May 18, 2010
I would like to come up with a simple application that would add a specific phrase into a specific location on a desktop application. I assume this isn't very hard, but I'm kind of new.
View 1 Replies
Feb 6, 2009
Is there a way in VB .Net to add specific icons to a desktop like "Computer", "Network",Recycle bin", and "User" files? I want to be ablse to use it for XP and Vista, but Vista as a main priority. In vista you can Right Click the desktop select "Properties", click "Change Desktop Items" in the left hand corner, and then select the icons you want. I thought that maybe there is a way to do it by calling that, or maybe a way to do it in the registry.
View 1 Replies
Aug 25, 2011
I am having in VB.NET 2010. I am writing an app to change the background wallpaper kinda a little project I am making for my wife's grandma. It is a multiple wallpaper changer to change the wallpaper based on a list of images she adds. Anyways! I have everything setup except the fact that it doesn't change the wallpaper...
This code here:
Public Declare Auto Function SystemParametersInfo Lib "user32.dll" (ByVal uAction As Integer, _
ByVal uParam As Integer, _
ByVal lpvParam As String, _
[CODE]...
Will NOT change the wallpaper but the same code works in VB6 I tried it because I have made something like it before in VB6 but it was a game that changed the wallpaper. Anyways, using the above code in VB6 works(well with a change to the SystemParametersInfo declare to work within VB6. But it doesn't work in VB.NET. I have NO IDEA why everything gets set in the registry just fine from VB.NET but I just cannot seem to get it to update the wallpaper...
View 7 Replies
Oct 3, 2009
I want my application to sit on the desktop and not be minimised? Can I do this some way??? not showing on top either?
View 18 Replies
Dec 19, 2009
I'm writing an app in vb.net and was wondering wath the best way to store/retrieve data was?
View 5 Replies
Feb 17, 2010
Is it possible to change desktop background using VB.NET?I'd like to change the icons too plan on making a VB.NET program that can automatically make Windows XP look like Mac in just one click.
View 4 Replies
Jan 10, 2010
I am writing an app to change the background wallpaper kinda a little project I am making for my wife's grandma. It is a multiple wallpaper changer to change the wallpaper based on a list of images she adds. Anyways! I have everything setup except the fact that it doesn't change the wallpaper... This code here:
Code:
Public Declare Auto Function SystemParametersInfo Lib "user32.dll" (ByVal uAction As Integer, _
ByVal lpvParam As String, _
ByVal fuWinIni As Integer) As Integer
SystemParametersInfo(20, 0, Application.StartupPath & "Wallpaper.bmp", 1)
will NOT change the wallpaper but the same code works in VB6 I tried it because I have made something like it before in VB6 but it was a game that changed the wallpaper. Anyways, using the above code in VB6 works(well with a change to the SystemParametersInfo declare to work within VB6. But it doesn't work in VB.NET. I have NO IDEA why everything gets set in the registry just fine from VB.NET but I just cannot seem to get it to update the wallpaper..
View 4 Replies