Quantcast
Channel: VBForums - Visual Basic .NET
Browsing all 27466 articles
Browse latest View live

VS 2005 How to solve this problem"the identity of the application is not...

I have this code in the form load Code: If My.Application.Deployment.IsFirstRun Then                 My.Settings.usage = Now.Date                 My.Settings.Save()             End If and I'm getting...

View Article


VS 2010 Tcp Chat Program Show the Connected Chatusers

Hi, I have a Tcp Client/server chat program. But i wonder, if a client connects to the server, he should see the active users in the chat (including him) in a textbox. Any ideas how to do this? Thanks

View Article


VS 2008 Construct date from string

Hello, I have situation with datetimepicker where I try to set a datetime value (or maybe text) from string. Such this: Code:       With dtp_datum1             '.Text =...

View Article

Image may be NSFW.
Clik here to view.

Help with math.tan

I am trying to use the math.tan function but it is using the radians as the answer and I need it to use degrees. Here is an example: My calculator on my computer shows this in degrees Attachment 94903...

View Article

If Then Statement

My overall goal is to have text be displayed in a label based on the random image that is displayed. I would then like to have the user pick a button that has an IF Then statement analyze the text and...

View Article


VS 2010 Listview Question

I have a listview that is populated by a list of "Drawing Sheet Numbers" that can be selected for printing. I have tried to add sub items for Sheet Size and Orientation Is there any way I can add...

View Article

Reversing this code?

looking at some legacy code, this is trying to "encrypt" an input string. Not the best way: Code: rawData=lcase(rawData) encrypted="" for iIdx=1 to len(rawData)         encrypted=encrypted &...

View Article

Right way to download web pages asynchronously?

Hello This is a newbie question. I'm using VB 2010 Express and need to write a small application to download a few web pages. To avoid freezing the UI, I use WebClient asynchronously, but the...

View Article


How to tell the computer a question and it types back

Hi, I need some help or some ideas how to make the computer talk back when you ask a question, is there a way to do this.:wave: thanks everyone for looking at my post :)

View Article


Were is the data of the exe.config files stored.

Hi i decided to have a go at using the my settings to save applications settings, the problem is I find were is this data stored? I have a file in the same folder called zoo.exe.config but the settings...

View Article

VS 2008 Add db in application

Hello I am playing with database first time so i have made a database with sql server 2005 Ques is should i go with sql server or sql server file when adding data source.which option is good...

View Article

VS 2008 ODBC and Oracle connection string with IM002 error

Got help with the parameters, but now having problems with the connection string. Currently it is this (which is the value of My.Settings.DuoLive_ConnectionString) DATA...

View Article

Reading ANSI OR UNICODE

Hey So I just wrote up a quick program that checks if a file is encoded in Unicode or not. If it is then it reads it using the unicode format if not the ANSI Code:     Private Sub Form1_Load(ByVal...

View Article


Windows 8 - Program Has Stopped Working - Incompatible Program

My vb.net software wont work on windows 8 :blush: I'm running windows 8 x64 on a virtual machine When i open the program, it crashes and a message pops up "myprogram has stopped working" I've tried...

View Article

VS 2010 Editing a PDF File VB .NET -iTextSharp

Okay so I go on this website, I click a few buttons, and at this last button I need to open a PDF file. There is a button on the website that will open a PDF file in the browser. Right now I am using...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 Windows 7 Components?

How can I get these components (Windwos 7 components, like this one? ^)

View Article

VS 2008 [RESOLVED] make text disappear from a text box when clicked

What is the simplest way to make text disappear from a text box? I have a text box, txtName, and I want it to display 'Enter your name here', but I want that text to disappear from the textbox when the...

View Article


fileopen to filereader

Hello again, I am going to be on a question streak for sometime, but hopefully I will be able to return to the community aswell. I am in the process of modifying someones code and have run into a...

View Article

VS 2010 obtain whith geckowebbrowser, webpage source code html to string variant

Hi! i have a webbrowser project whith geckowebbrowser, i need to analyce source code of webpage, can you help me?? thanks

View Article

VS 2010 Array.Sort help

I have a text box with a seven card poker hand (2 hole cards + Flop + Turn + River) Example: 41C 37C 29D 17C 13D 13C 05C - - (I'm using the first 13 prime #'s for Rank) I'm working on determining if...

View Article
Browsing all 27466 articles
Browse latest View live


Latest Images