People Bash VB As A Language?

Apr 18, 2012

im brand new to VB.The only previous language i have knowledge of is HTML. Just curious, why do people bash VB as a language ?

View 9 Replies


ADVERTISEMENT

Localization - Menu Strip To Select An Other Language - Doesn't Change My Menustip Text To My Selected Language

Mar 29, 2010

In my winform app in VB.NET I want to use the localization option. But i have a few questions/problems. I'm using a menu strip to select an other language. But it seems that is doesn't change my menustip text to my selected language. It does change my labels, buttons, and textboxes but menu strips don't seem to change when I choose another language. Also is it possible to get those resx files such as MyForm.fr-FR.resx compiled so it isn't an external file outside my app? Or to get those files in an Language folder at the same location of my app, so i don't have all those fr-FR & nl-Nl folders in the same location as my program?

View 4 Replies

Migrate From .net Specific Language To .net Framework Language?

Mar 11, 2010

What reasons are there to migrate from vb.net specific language to .net framework language?
Examples:

VB.net
ubound
msgBox
.Net Framework
array.getUpperBound(0)
messageBox

View 4 Replies

IDE :: When Localizing A Form / Select Language In Form Properties But IDE Automatically Selects Different Language

Nov 29, 2010

I have multilingual application that was done in VB2005.We recently had a request to translate the application to Arabic (Egypt), so I have been happily running through all of the forms and changing the layout for Right to Left format.I have 2 forms that are problematic though.On one form, whenever I select Arabic (Egypt), it will automatically switch the selection to Arabic (Saudi Arabia) and try to add an ar-SA resx file.On the other problematic form, if I choose Arabic (Egypt), the IDE will automatically select Chinese (People's Republic of China), then copy the contents of my ar-EG resx file into the zh-CN file, overwriting all of our Chinese translations and layout changes with the Arabic ones.

View 1 Replies

Anyway To Have Bookmarks Option For People

Mar 15, 2009

i want to make a custom instaloler for my ProjectI made a web browser and well.I want to add tabs Make it so you do not have to click go you can hit the return Key falso i want to make it where they have to enter a free 10 diget code i make and give out. iks this possible?one last thingi cannot figurel out how to print save or open a Text Box that i want to make kinda my own simple version of the notepad?sorry so manny questiuon kind new but kinda notIf you want one of the webbrowsers i made email me or tell me i made a couplewow i feel stupid is there anyway to have bookmarks option fr people

View 5 Replies

C# - LINQ To SQL Group People By Age?

Nov 3, 2011

Sample in C# and VB.NET are OK.

I have a table "People" with the following columns:

-FullName (nvarchar not null)
-DOB (datetime null)

I want to write a LINQ to SQL to group the people by age, like following result:

Age 19: 4 ppl
Age 20: 5 ppl
Age 21: 6 ppl
Here's my try:
Dim query = From ppl In db.People _
Select New With {.Age = DateTime.Now.Year - CDate(ppl.DOB).Year, .CountAge = ppl.Count}

Notice that there are no DOB record for some people in the tables, so these shall not be included. The DOB column has record like this 1982-10-24 10:12:45 AM because it's a DateTime column.

View 4 Replies

How To Format Much String For People Name

Feb 25, 2012

I've a question about string.How to format string in VB.NET like this :

old string : "okta viani|anna viona|.....(more like this)"
into :
"Okta Viani"
"Anna Viona"
(and many more)"

the old string is splitted by "|" character but the name is lower. How to format just the first title name to Upper and other to lower in vb.net but the data to change is two thousand or more..

View 2 Replies

How To Show People That Are Online

Feb 13, 2011

i got a question i making a app and i have my db running on localhost but now i need to show witch people are online (i thought to show them in to a listview) and on that database i got a colum named active if the colum is 1 then you will be shown in to the listview if not then you will not be shown but how to do it i got some code but it wont work here is my code for loading the people in tho the listview :Imports MySql.Data.MySqlClient

[Code]...

View 14 Replies

Open Other People's Outlook From Asp.net?

Jul 11, 2011

I am using

Dim Outl As Object
Outl = CreateObject("Outlook.Application", "localhost")
If Outl IsNot Nothing Then

[code]....

to open outlook but when i host application in iis i got error "Cannot create ActiveX component."

View 2 Replies

VS 2008 Linking Two People Together?

May 26, 2011

I'm designing a sign-in program that will give kids points if they invite people to come to the weekly events, and if those guests come then the kids who invited them will get extra points every time a guest of their's signs in. I really need help with this as technically I've only had one semester of programming.

View 5 Replies

VS 2010 People Can't Use Program?

Dec 21, 2011

VS 2010 People can't use program?

View 5 Replies

Let People Download Software From The Internet?

Oct 31, 2010

How can I let people download my software that i have made. the furthest I have got is that people can go to google docs and download the .exe file. But they have to choose a place to save the file and create a desktop shortcut themselves. How do I do this: Can I use SharePoint?

View 2 Replies

Online Software For Blind People

Nov 3, 2009

i want a software for blind people to perform online exams.here i want to use text to speech and speech to text converting techniqye.example the questions should de heared to the blind and the answer he says should be clicked(objective type questions) automatically. at least just give me the idea how i can implement it using c# language or java langauge.please this is my last hope

View 1 Replies

Prevent People From Sharing Program?

Apr 16, 2009

I want to make it so my VB program can be registered to be used with only one computer & possibly be registered online.

(Yes i searched the site but i saw no useful program registering guides that i uderstood and worked with the newest version of Visual Basic .NET)

View 35 Replies

RuneScape App - Loading People Stats?

Aug 3, 2009

Well, I want to create an application that can load peoples stats from Runescape, when you typed in the username in a textbox, and pressed a button.. How is this possible?

View 7 Replies

What Ways Do People Know How To Speed Up Browser

Jun 12, 2011

What ways do people know how to speed up vb browser??

View 1 Replies

Application For People With Disabilities X WebBrowser Component?

Mar 11, 2009

I'm working on a VB.NET application for disabled people which uses the WebBrowser control to capture the HTML content from an webpage (just to present, after some code treatment, in a textbox) and trying to solve the following three problems:

1) I'm using the WebBrowser control just to load a web page, but some pages provide a refresh after some minutes. Is it possible to avoid/disable the WebBrowser refresh (important: I need to keep the WebBrowser instance alive, so I can simply dispose it) or I'll have to rewrite my application to use WebClient control instead? (solution that will be provide much more work in my case).

2) The DocumentCompleted event, that takes the HTML content and shows in the textbox, is called several times for some pages (like www.uol.com.br) and obviously beginning to execute the code on my sub method several times too. A friends of mine tell me that maybe it can be solved "setting the WebBrowser for HTTP 1.0 to avoid the load from Ajax content". Is there anyone who knows how to do it or simply knows a way/event more precise?

3) Is it possible to take the HTML content and convert the charset "on the fly"? If not, anyone knows an URL with a sample code?

View 2 Replies

Compile A List Of Things That People Can Read Up?

Jan 15, 2011

ometimes when you want to learn something its tough because you can't learn what you don't know exist so basically i was trying to compile a list of things that people can read up on to learn Vb.the list is located at [url]....right now the list only has the things that i know..

View 13 Replies

Emulate Input And People For Mouse Mischief?

Oct 27, 2011

Im trying to implement mouse emulation of multiple devices for mouse mischief from a vb.net application that will be run as a service in the background later. I just need to either simulate adding the mouse devices or pointers to screen and the send a left click for each user.

View 10 Replies

Make A Textbox So People Can Fill In There Own Ip To Connect

Jun 16, 2009

I want to make a textbox and a button, in the textbox you need to type a ip and with the button you need to connect,and a rdp remote session will be started with the ip that you typ in.I know how to make this with a button to click on and you will connect Dim RetVal RetVal = Shell("mstsc.exe /span /v 192.xxx.xx.xx")but now i want to make a textbox so people can fill in there own ip to connect.

View 3 Replies

Program Where Can Send Text Messages To People

Apr 20, 2009

I am making a program where you can send text messages to people. And as you can see I ran into a problem. I am trying to load everything from text boxes because I want everyone to be able to use it. So dose anyone know how to fix my code? [code] When I run this it says it dose not work and it says it needs to load properly.

View 5 Replies

Protect Dlls In Project From Being Referenced By Other People?

Apr 30, 2009

How do I protect dlls in my project from being referenced by other people?

View 1 Replies

VS 2008 Encrypt Program So People Can't Hack It?

Aug 9, 2009

I am just wondering how to encrypt my program so people can't hack it. I have a program that has a spot where you can type in problems with the program and it will email it to me. But, when I release my program people hack my email and password that is used to send the problems.

View 7 Replies

VS 2008 Send Email - Go Out To A List Of People

Apr 12, 2009

I've got an app that manages estimates on jobs. When an estimate is loaded an e-mail has to go out to a list of people (different list for each job) that they should log in and approve the estimate. Least visible to the user making the estimate. Our should I research SQL mail and see if the sql box can handle it without the app user even knowing it?

View 2 Replies

Wunnell - Host The Server On A Vps And Allow Multiple People To Use It?

May 8, 2010

In a tutorial i found a chat using Wunnell. Which I guess is using TCP Client/Server stuff.I have got it setup so i can host the server on a vps and allow multiple people to use it. Here is the thing. On the server side, It allows you to send to everyone which works fine, using this code;[code]......

View 5 Replies

Create A Piece Of Software That Will People Develop There Ears?

Jan 18, 2009

I am trying to create a piece of software that will help people develop there ears, so that they can learn songs by ear.For this, I am creating a piece of software that plas a musical note and you have to answer what the note is. the plan is, the sound plays, but incase you miss it, you can tell it to replay, and on the page, there is a text box, where you type in the musical note and then you click accept, and you get a new sound, and do the same. and I want it to just loop and randomly play sounds up untill the user clicks end and then I want a score sheet to come up with there answers and what the actual answer was and basicaly what there score was.

I will be ok making certain parts of the program, but there are a few concerns. the main concern is how to get these sounds to randomly play. and have the answers with it too.

View 2 Replies

Create A Program That Displays The Height Of 3 Different People Via A Scrollbar?

Oct 31, 2010

I have been asked to create a program that displays the height of 3 diffrent people via a scrollbar. The problem i'm having is i don't know the code for getting the total from the scrollbar to display on the height labels .The labels are named lblheight1 lblheight2 lblheight3 Scrollbar is named vscheighttotal?

View 5 Replies

Create A Tool For My Group (6 People) That Tracks Tickets?

Apr 12, 2009

first wanna say, awesome forum here wish i'd found it sooner so basically im trying to create a tool for my group (6 people) that tracks tickets they work, basically we work jobs by ticket request and im trying to create a tool/program where they can enter:the ticket number if they completed,pending etc and notes of the job i figured it was gonna be easy, do a simple GUI that saves the info to a excel sheet or a access DB file.

that is basically how it looks. what im trying to figure out and hoping to get some help on is what is the best way to go about this? would a access DB work out better? (since i am hoping to expand it later like add a auto date/time function etc)how do i get it so when i hit the "submit" button it copies the fields and puts them into the DB file?

View 7 Replies

Show The Names Of The People Whose Birthday Is Incoming In A Richtextbox?

Jun 2, 2010

I want to show the names of the people whose birthday is incoming in a Richtextbox. To display maximum of 5 people only.

View 4 Replies

VS 2008 - Calculating Percentages Of People Passing Exam

Mar 18, 2011

I am trying to make a program that can calculate the percentage of people passing an exam. There are buttons for each letter grade, and working label counters for each time you press a button. Each button looks like this, except replace the letter with the appropriate one.

Private Sub btnA_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnA.Click
Static intA As Integer = 0
intA = intA + 1
lblA.Text = intA
lblPercent.Text = (lblA.Text + lblB.Text + lblC.Text + lblD.Text) / (lblA.Text + lblB.Text + lblC.Text + lblD.Text + lblF.Text)
End Sub

My problem is that the percent does not equal what I get when I put the exact same numbers into a calculator.

View 3 Replies







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