Full Time .NET Trainer Position?

Aug 3, 2010

Webucator is looking for an experienced .NET Trainer who is certified to teach 2310, 6461 and related Microsoft courses. This job is ideal for someone who has been a long-time road warrior and wants more time at home as the trainer teaches from his/her home office. Most of our classes are delivered live online using WebEx, although there would/could also be occasional onsite classes. See[URL]..

View 1 Replies


ADVERTISEMENT

Full Time Part Time Salaries?

Jun 7, 2011

building a program that displays full-time and part-time employees names and salaries when the user uses a radio button to choose either full-time or part-time employees.It's a program from the Getting Started with Visual Basic 2010 but I can't determine which part of the chapter specifies what I need to do to write the program. ?

View 3 Replies

Making A Game Trainer In .net?

Dec 17, 2009

I am making a Game Trainer in vb.net, this is the current code I have.

Imports System.Runtime.InteropServices Public Class Form1

[Code]...

I can read from the memory address fine, but when I try to write to it nothing happens, no errors and the value does not get written. What am I doing wrong?

View 2 Replies

VS 2008 How To Put A Progress Bar That Will Get Full As Time Goes To Zero

Nov 15, 2009

So i have timer that counts down from 5 mins and how can i put a progress bar that will get full as the time goes to zero
Form example [code]

View 3 Replies

Make A Game Trainer For A Play Station?

Aug 20, 2009

How hard would it be to make a game trainer for a Play station 1 game (on PC) ?

View 5 Replies

Asp.net - Display Full Server Date And Time?

Nov 20, 2010

How to display full server date and time in vb.net ?

i want to display server date as 20-Nov-2010 in textbox1 and time as 08:11:00 AM in Textbox2 on page load event

View 3 Replies

Get Cursor Position In Real Time?

Nov 17, 2009

What would be the proper way to get the cursor position while the mousebutton is held down? I've tried using a do while loop with a background worker, but it freezes up the application.

View 1 Replies

AxWindowsMediaPlayer - Current Position And Play Time Difference?

Jan 10, 2012

I'm using VB 2010 Express with two instance of AxWindowsMediaPlayer in order to sync two videos (the videos are of the same thing but from two camera angles). Because the videos were started at slightly different times I've manually set the start time of each one using the following

AxWindowsMediaPlayer1.Ctlcontrols.currentPosition = 314.5093196
AxWindowsMediaPlayer2.Ctlcontrols.currentPosition = 237.1639908

The problem I'm having is that whilst the WMP clock initially displays the above times in each AxWindowsMediaPlayer, when I play the videos each starts a few seconds out from the stated currentPositions.

The video files are around 300MB each and when testing with smaller video files the problem does not seem to happen. I'm guessing the large file size is causing some delay and hence causing the problem.

View 1 Replies

Selection Of Multiple Folders At A Time / Scrollbar Position?

Jun 1, 2010

A couple of questions about the FolderBrowserDialog in VB .NET Express 2005...
1. How can I make it so this control allows selection of multiple folders at a time?
2. It remembers the folder I selected last time (in the same session), and highlights that folder, which is good, but that selected folder appears near the bottom of the window. Is there a way to make it so the previously selected folder appears in the middle of the window (i.e. the scroll bar is further down the window)? See screen shot attached for how it currently looks when the window opens.

View 2 Replies

Added A Full Main Menu To Game And A Full Splash Screen

Apr 29, 2011

I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make it better.So far i have added a full main menu to the game and a full splash screen. I would like to add in a section for recorded high scores but have no idea how to attempt this at all.

View 3 Replies

Saving Window Size And Position Multiple Monitors Toolbar Position Etc.

Aug 24, 2009

I have looking for a tutorial or class that demonstrates more than a trivial example of saving a windows position on closing. The ones I have found don't seem to work on all systems because of:

1. Multiple monitors. (and resolution between those monitors)

2. Toolbar size and position (toolbar is only on the primary monitor, well sometimes)

3. Sometimes the programs dont open on the right monitor they were closed on.

Is there an extensive class or tutorial on all the stuff a programmer needs to get right to have a window size and position persisted between executions?

View 1 Replies

VS 2008 BindingSource.Position - Event To Fire Only Once After The Position Command

Dec 5, 2010

I am using the following code to populate data in Textbox1:

[Code]...

I have few functions assigned in TextBox1_TextChanged event. The problem i am facing is this event is fired twice, once after the Fill command and another after the Position command whereas i want the event to fire only once after the Position command. What should i do?

View 6 Replies

Get Closest Position To Specific Position?

Mar 9, 2010

I also have a function that returns ALL tiles on the map and they're X, Y position. How could I find out which one is closest to the position I specify? I can't figure out how to go about it. how to implement it with this. Heres a MADE UP example if what I'm trying to do:

Dim MyPosition as New Position()
MyPosition.X = 400
MyPosition.Y = 400
Dim tList as New List(Of Tile) = MyMap.GetTiles

Now, I can already do the stuff above, but what I need to make is something like this:

tList.GetTileClosestToPosition(MyPosition)

View 2 Replies

C# - Convert A Date And Time To UTC Time Based On The Time Zone Of The User?

Sep 6, 2009

I have an ASP.NET application with a SQL Server back end. I am storing all my dates in UTC format and doing the appropriate conversions to the local time zone of the browser viewing it. One of the pages asks for a start date and end date (no times).

I am taking the start date and setting the time to 00:00:00 hours (midnight) and I'm taking the End time and adding a time of 23:59:59, so that the date range covers the whole day. Now what I'm trying to do is do a SQL query to do a search for records in this date range. The problem is, the data in SQL is in UTC time and the user is typing their dates and times in their local date and times. My quickest solution was to convert the date and time to UTC, then search the records. However, by doing this, I am to believe ASP.NET converts the given time and date to UTC based on the server time zone. How can I convert a date and time to UTC time based on the time zone of the user?

View 5 Replies

Setting Start Position For A New Form To Another Form's Position

Mar 24, 2010

I have two forms: Main and Options.Main can be moved around the screen (like a normal window).When the user clicks a button, the Options form opens up and the Main form HIDES.How do I set the Options form to open in the exact place that the Main form was last on the screen (to give it the effect the MAIN form never went into hidding)I was thinking to set Option form's StartPosition to Main's current position, but I don't know the syntax for that or if it's even something you can do.

View 4 Replies

.net - Get Full Name From AD?

Oct 27, 2011

I am trying to get the full name of a user given their user id "domainusarname". Tried a couple of different examples, but none seem to work.I am using Visual Basic .Net 2010.I had originally found the following code in VBS and ported to VBA and worked nicely. If I try to use the same code in VB.NET 2010 I get multiple errors and the LDAP path not found, even if I enter it manually.

Function FindUser()
On Error GoTo Err
Dim objRoot As Variant

[code]....

View 3 Replies

Get The Full URL From A SPWEB?

Dec 20, 2011

I have a VB console application.

I would like to get the absolute URL of the page.

Here is my current code:

Using siteCollectSPSite As New SPSite("http://mySite")
Dim blogPostSpList As SPList
'Get only the subsite of <locale/blogs>

[code]....

Right now, what I get is: [URL]

What I want to get is the full URL: [URL]

How can I get the "default.aspx"?

View 3 Replies

How To Get Full Path

May 8, 2010

Im working on a Dll Injector. But that is not my problem. I am using a picturebox to display the icon of a running process.E.g. If google chrome is running. The picturebox should display the icon of google chrome.I can extract the icon to my picturebox only if I know the full path of the process. That API was easily found and works very well.But know I want my application to get the full path of a running process automatically as soon as I order it.Like in a textbox is write: chrome.exe, and press the button next to it. What do I need to write in the button to get the full path of that running process.(of course only if its running, I if its not running I dont want anything to happned)

View 4 Replies

IDE :: Breaking Apart Full Name Into First And Last Name In .net?

Mar 17, 2011

I have an Input box that allows users to enter their full name. How do I break this input apart into first and last name to display tham into seperate boxes?

View 1 Replies

.net - Run A VB Application In Full-screen?

Dec 28, 2011

How do you get an application, using Microsoft Visual Basic 2010 express, to run in full screen mode. You know what I mean, like a game would but an application.

View 2 Replies

Asp.net - Convert Full C# Project?

Dec 30, 2010

How to convert full C# project to vb.net ?

View 2 Replies

Cannot Find The SP / Get The Full Path?

Aug 3, 2009

There is a field in the database whose value is the StoredProc name with full path.for example test01.test.dbo.spGetData

test01 is the server name
test is the database
spgetdata is the SP

I am storing this in a variable

Session("GetSP") = objReader(1).ToString() (test01.test.dbo.spGetData)
Dim Command As New Data.SqlClient.SqlCommand(Session("GetSP"), conn)
Command.CommandType = CommandType.StoredProcedure

I always get an error cannot find the SP and it shows like this test.dbo.spGetData It is cutting of the servername test01 always.how can i get the full path.

View 1 Replies

Cannot Post DLL Names Or The Full?

Dec 14, 2009

I am upgrading a project from VB6 to VB.NET. Due to my non disclosure agreeement I cannot post DLL names or the full code here.Here's the situation. I am making a program that works with a USB scanner. In VB6 there is this function:

vb.net Public Declare Function GetCode Lib "MyDll.dll" Alias "myAlias" _(ByVal DeviceID as Long, ByVal CodeLine as String, ByVal Length as Long) as Long So, in VB6, to get the code from the scanner, you would do this:

[Code]...

View 8 Replies

DVD Player Full Screen

Feb 17, 2009

I,ve been making this DVD Player everything is fine all the codes are fine but I can't put Full Screen on my DVD Player. I have been trying to work it out for a while but can't seem to do it. I have this button that says Full Screen and I'm trying to work out how i can click on the button and the dvd player goes full screen.[code]

View 10 Replies

Error - The Event Log Is Full

Dec 21, 2009

When I try to use the databse explorer I get a message:

"The Event Log Is Full"

how can this be fixed?

View 4 Replies

Full Screen For All Resolution?

Sep 5, 2011

I have a program and I want this to be full screen for all resolution.

How i can do this ?

Current program resolution is: 1000, 780

View 2 Replies

Get Directory Name Without Full Path?

Jul 16, 2009

How do i get the directory name, without the full path?[code]....

View 8 Replies

Get Full Path From Combobox?

Nov 15, 2011

My combobox is filled with file names (without extension) of all the .txt files in folder "c:/files". When I select one file name from that combobox, how can I show that files full path in textbox or label?

View 2 Replies

Get Full Path To File?

Mar 3, 2010

how to recourse through a directory and find all files beneath it.The only thing I'm missing is how to prepend the full path to each file, so that I can locate it later:

Imports System.IO
Public Class Form1
Private Sub RecursiveSearch(ByRef strDirectory As String, ByRef array As ArrayList)
Dim dirInfo As New IO.DirectoryInfo(strDirectory)

[code]....

How can I get the full path to a file before adding it to the ListBox?

View 2 Replies

Get The Full Directory Of A File?

Mar 18, 2011

I am trying to get the full directory of a file. The file name is "GraphFix.txt". I know the directory up to a certain point and then in between the directory and the file there is a folder that is different on every computer and i need to get the full directory with that folder in it. I was thinking if i know the directory path up to a certain point i can just search the directory for that specific file and in return it will tell me the full path including that folder.

View 14 Replies







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