What Site Has Independant ASP.Net Consultants That Are For Hire On Hourly Rate / Can Communicate Via Internet

Jun 11, 2009

Does anybody know what site has independant ASP.Net consultants that are for hire on an hourly rate and can communicate via the internet? I only need this consultant for a couple hours. I cannot recall the site that I used previously where I would ask questions for a price and get the solutions.

View 2 Replies


ADVERTISEMENT

Create Pay Calculator Where Would Enter Total Minutes Worked And Hourly Pay Rate

Mar 27, 2009

I have this homework assignment where we have to create a pay calculator where you would enter the total minutes worked and the hourly pay rate. and then i have to create the code to show what the total weekly pay would be. I have to display the Hours Worked: and the Leftover minutes: I also know that the formula to calculate the weekly pay is totalMinutesWorked / 60 = hoursWorked and i have to use the Mod operator. [code]

View 2 Replies

Internet Explorer - User Click A Command Button To Open IE To A Financial WEB Site And Download Informaion From The Site?

May 19, 2011

I'm deploying a VB.Net app (VS 2010 Pro) that requiers the user click a command button to open IE to a financial WEB site and download informaion from the site. The app works fine in every detail when installed on the development computer. But, on the target computer when the command button is clicked an unhandled exception occurs which says: System.IO. FileNotFoundException:File Not found.My code behind the button is Shell("C:Program Files (x86)Internet Exploreriexplore.exe www,fidelity.com",AppWinStyle.NormalFocus)

This works fine on the development computer. Do I need a way to code this as a relative path? If so,can you tell me how this is done?Throughout the app I have written relative paths to needed files using paths like (Open(Environment. GEtFolderPath (Environment. SpecialFoldder.Desktop) + "File Name). They all work fine when deployed.

View 7 Replies

Asp .net Communicate To Application Using Internet?

Apr 17, 2009

I have a problem I have a project that needs to have a communication of asp .net to vb .net my project is i want to access or control(like a remote control) the vb .net application(server) using asp .net(client side) asp .net is like a remote control and the vb .net is the application that needs to control i need to use internet to do that.

View 1 Replies

Communicate With Internet Explorer?

Aug 2, 2009

am using vb2008, and i was wondering how to to get the content in an input field in a webpage displayed in Internet Explorer, so when i hit a button for example, i get the content of the input field(usually texbox) in a textbox inside my app. note that am not talking about using the web browser component, but a running instance of ie

View 1 Replies

Communications :: Can WCF Be Used Communicate Through The Internet

Mar 24, 2012

Can WCF be used communicate through the internet? All the examples I have found show it being used on a local network.

View 10 Replies

Can Have Two Copies Of An Executable Communicate With Each Other Over Internet?

Sep 7, 2010

In VB .NET, how can I have two copies of an executable communicate with each other over the internet? For example... similar to how and instant messenger might work.

View 1 Replies

Socket : UnAble To Communicate Through Internet?

Sep 26, 2009

I have started socket programming since last few days. I'm able to communicate when the server and client programs are run on the same computer (by specifying IP as 127.0.0.1) or on different computer which are on LAN(192.168.x.x .... etc.). But the problem is that i'm not able to communicate through internet when i provide Internet IP Address (assigned by my ISP) of computer on which server program is running.

Here's my code :
Server :
Imports System.Net.Sockets

[code].....

View 7 Replies

Way For 2 Programs To Communicate Over Internet Instantly

Dec 4, 2010

Is there a way for 2 programs to communicate over the internet instantly. I have one program were the use enters their email address and when they press submit that email will show up in another programs textbox on a new line.

View 5 Replies

How To Communicate Remote System Using Win Sock Control Through Internet

May 28, 2009

how to communicate remote system using win sock control through internet. this is possiple give example or any idea in vb.net 2005

View 1 Replies

Logging Internet Explorer Visited Site?

Dec 2, 2009

i want to now how to start creating program that can record in a text fileor in a listbox all sites visited by internet explorer or firefox in any pc.

View 2 Replies

VS 2010 Sending Variable Data To A Internet Site

Apr 19, 2011

I am looking for some advice on how to proceed with a little project I am doing envolving sending data to an external site. So the rough situation is I have data stored in variables in a VB program (and corrisponding excel sheet working as a storage place for variables after the project closes) and I need to some how get this data to a portal site and have it entered automatically :P. I current have a button on my VB program that opens to the specific site and the users navigate to the data entry portion of the site and enter the data manually but my eventual goal is to hopefully have this all automated through a single button on the form.

View 1 Replies

DB/Reporting :: Calculate Rate For 3 Days In Different Rate Like Public Holiday,weekend And Normal For 1 Room?

Aug 19, 2009

how to calculate rate for 3 days in different rate like public holiday,weekend and normal for 1 room

View 2 Replies

Call It Frame Rate Or Refresh Rate Of A Process?

Mar 25, 2012

How can I speed up a process? I see I should use timegettime, gettickcount, and queryperformance counter, but I have no clue where to start.

I guess you can call it Frame Rate or Refresh Rate of a process?

View 1 Replies

Payroll Calculator : Indicate If The Tax Is At Single Rate (18%) Or The Family Rate Of (15%)?

May 7, 2009

i am trying to indicate if the tax is at single rate (18%) or the family rate of (15%)This is what i got so far i could do the rest but just cant do the Mstatus part.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim Name As String 'Name of employee
Dim hrWage As Double 'Hourly wage
Dim hrsWorked As Double'Hours worked this week

[code]....

View 1 Replies

Internet Explorer - Programmatically Adding A Site To The Allowed Sites Of The IE Pop-up Blocker

Jun 16, 2010

A few more details. I need to programmatically (Winforms, VB.NET) check if a site is in the Allowed Sites list of the IE Pop-Up Blocker (IE 7 and 8 and Windows XP, Vista and 7) and if not, add it. The application is fully trusted and I don't want to disable the Pop-Up blocker entirely. To clarify some things, this is for a web-automation application with several users across 3 countries. I want to avoid receiving tons of emails and explaining each time how to add the website to the Allowed Sites manually. Also, some of the users have Google Toolbar installed, which also has a Popup Blocker creating trouble to my app. Can this also be done programmatically?

View 1 Replies

Car Hire Management System ?

Mar 23, 2011

I want to learn by resolving a problem i have been having with my small car hire business.

I want to develop a system which will enable me manage the business efficiently, the solution should be able accessible to more than 1 users, on my LAN and i would also like to have a web reservation system.

How easy/difficult is this when using VB.Net and what things must i do at the onset to achieve my goal.

View 3 Replies

Making Web Browser Independant?

May 18, 2011

Ive been working on my browser for a while and it seems to be dependant on internet explorer for downloading playing windows media player stuff and general history...

View 2 Replies

Private Taxi Hire System For Use By The Company Secretary?

Apr 2, 2010

i'm doing my last year computing project for A Level (using vb.net) and i just need a bit of advice on how to implement something.My system is basically a private taxi hire system for use by the company secretary. They add customers, new drivers, new bookings etc.Add the moment that is all basically coded, with connections to my database etc.

However i was advised that in order not to slip up i need to have a way by when making a booking if one driver is already booked up at the same time he/she is not available. Basically an intelligent booking system that takes into account cancellations, time clashes etc instead of just simply typing in details of a booking and clicking "save".

View 35 Replies

VS 2010 Place 2 Hire Coder/tutor To Project?

Apr 26, 2012

I'm in college & in my part time I have been working on some automated web task apps. Just real basic stuff to automate my own personal account tasks on small social networks (not facebook!) to keep up with fan's for my 'soon to be' record label....nothing multiple accounts & it's not any kind of unsolicited spam functions. I know I could obtain most/if not all the info/code I need on this forum... I guess some people just need their hand held more than others, in order to stay focused.

Basically I've just got some things I'd like to add to my application that are above my ability & I need someone to help me out with my code. REALLY SIMPLE STUFF..like I've still yet to figure out for example:

1) How to simply pause between functions, as opposed to having to use a timer for each function. And using 1 timer to enable another timer...and so on in that fashion. Which becomes incredibly confusing & hard to edit after adding more than 3-4 timers reliant on each other LoL

2) Figuring out a way to not have to rely on 'webpage has finished loading' to move onto the next task. When many times on social networks, pages don't load properly, especially during peak hours, thus stopping the function of my web browser based application.

3) Implementing my application using a superior web browser framework. For example Gecko, or some other 3rd party browser that can perform simple tasks like filling forms, submitting them, clicking links/clicking javascript links.Right now using I.E. web browser, after my application has loaded about 75 web pages, it's using about 200mb of ram (from its initial 16mb) because of a memory leak in I.E. to which there is no solution (documented in several threads on this forum).Where in your opinion, would be a good place to look to hire a programmer/tutor for something like this? Because I am not looking for just code, but hands on, like on IM messenger/talk me through help too. I wonder if there is even a place offering services like that?

View 1 Replies

Write A DLL Logger That Is Independant Of The Executing Application?

Jun 8, 2009

Trying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?

View 11 Replies

Make A Bunch Of 2d Arrays To Access The Independant Values Easily?

Jun 18, 2009

I need to make basically a bunch of 2d arrays, that I can access the independant values easily. Like multiple properties As an example:

[code]...

Because later I have to access Value1 in a manner that spells out each independantly. I have used some basic Structures to define 1 property and does something with it. But not 2 properties, and I am out of my norm on creating a Class to do something like this.

View 14 Replies

Build An Application That Will Login To A Web Site, Navigate The Site And Download Files?

Mar 26, 2010

I am not sure if this is possiable but I am looking to build an application that will login to a web site, navigate the site and download files. I would like to do this all in code and able to run multiple instances of the program to get information from many different web sites. Is something like this possiable in VB.net?

View 3 Replies

VS 2008 - Threaded Ping - Click Another Site While Its Still Pinging Them It Doesn't Wait Before It Switches Site

Feb 9, 2010

Ive got an app that holds a list of site we have, At each site there are a few devices. The idea is when they click on a site all the details for the site are loaded and then a second thread sits and pings each device to see if its live. Im trying to do this in a seperate thread so if they click another site while its still pinging them it doesn't wait before it switches site. This all seems to be workling fine except if you click through the sites quickly, when you do that it will eventually come up with

Quote:

{"Collection was modified; enumeration operation might not execute."}

The error flags up on the "Next" line in "ThreadedPing"

Thread stuff

Public Sub ThreadedPing(ByVal dt As DataTable)
Try

Dim dr As DataRow

[CODE]...

View 2 Replies

User Can Change The Update Site With Out Building The Program Again With The New Site?

Oct 13, 2010

When i publish my program i choose to let the application check for updates via a website and if their is one update automatically when the program starts. Is their a way were on the main user form i can make it so that the user can change the update site with out me building the program again with the new site. I want to do this becuase the site i use goes down alot so when i changed the update url no one was able to download the update for the new update server.

View 16 Replies

Label Staging Site To Prevent It From Being Used As If It Were The Production Site

May 18, 2012

I'm being asked to maintain several internal-only web apps for my company. For testing, after making my changes, I've created some staging sites which make use of separate databases. As such, if my users were to mistakenly use this site as if it were the production site, they may enter important data and wonder where it "disappeared" to thinking it was the production server.

I'd like to create a big banner of some sort across the top of the staging site (which ONLY appears on the staging site) to remind my users that they are on the test site. I'd like recommendations on the best way to do this, with the following considerations:

IDE: Visual Studio 2008
Server: Windows 2003 with IIS 6
Language: VB.NET 2.0

View 2 Replies

Open Site When Click (Visit Site Button)

Jan 8, 2010

i want to know how can i code my button when i click it will open my site ... i Think i was clear.

View 1 Replies

Login Directly From One Site Another Site?

Oct 21, 2010

when i am surfing in one site,i want to see the another URL...without going URL directly access the login......for example this is the login page url i want know automatic login to this page [URL]

View 1 Replies

Change GetFWT Procedure To Independant Sub Procedure?

Aug 10, 2007

Well i ran into some problems changing my getfwt to a independant sub procedure. This stuff is so confusing to me.[code]...

View 14 Replies

VS 2010 Temporary Internet Files - Get The Internet Address Property?

Jan 31, 2011

I've been looking for a way to do this for like two days now, and no luck.

What I want to do is get into the temporary internet files, find a certain file....

(^^^ I can do that just fine (using specialfolders, etc) ^^^)

and get the internet address associated with it.

See the attachment if you don't get my meaning.

View 1 Replies







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