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 ArticleVS 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 ArticleVS 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 ArticleHelp 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 ArticleIf 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 ArticleVS 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 ArticleReversing 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 ArticleRight 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 ArticleHow 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 ArticleWere 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 ArticleVS 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 ArticleVS 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 ArticleReading 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 ArticleWindows 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 ArticleVS 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 ArticleVS 2010 Windows 7 Components?
How can I get these components (Windwos 7 components, like this one? ^)
View ArticleVS 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 Articlefileopen 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 ArticleVS 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 ArticleVS 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