-
- Tilde Key Help
by Ravencraft
- 4 Replies
- Last post
by Ravencraft
- I've been working on a project that will be utalizing the keyboard. Thus far, I have no problems with getting the A, S, and what not working flawlessly using:
If e.KeyPress = (Chr(Keys.A)) then
'do something
end if
while this does work, I am having difficulty in trying to get certin keys, namely the tilde key (as well as lower case keys and key combinations such as SHIFT + some
-
- receive strings from com port (reliability problem)
by mNero
- 5 Replies
- Last post
by mNero
- hello
i have a code that receive strings (it works), but sometimes the strings dont show all, or show later when i send another string. any idea what is wrong do i have to set some other things please help
im sending AT comands to a GSM modem. i have already seen the microsoft example but i dont understand anything there.
my code:
Dim mySerialPort As IO.Ports.SerialPort = New IO.Po
-
- Error Installing Application
by R-Learning
- 4 Replies
- Last post
by Bruno Yu - MSFT
- I am installing my first .NET app, and it is being installed from a network drive. Unfortunately, I get an error about half-way through. It is: System Update Required Unable to install or run the application. The application requires that assembly Microsoft.stdformat version 7.0.3300.0 be installed in the Global Assembly Cache first. Any ideas as to what I need to do Thanks.
-
- Textbox - Formatting
by Heinz09
- 2 Replies
- Last post
by Heinz09
- Hi, I just want to know if anyone has ever had this "problem", localized currency text boxes.
Is there a way that you can edit your textbox to detect the local currency and then display eg.
$5 ; R5 ; Euro 5
-
- How to know the page is loaded (100%)
by zerodevice
- 5 Replies
- Last post
by Papajamboo
- Hi, i;m building a program that will automatically download images from a specific site. I am using the C# component (WebBrowser). however, it requires several steps and pages to be loaded, e.g. differrent catagory and differrent sections. so, my program has to do: 1. load page A. 2. after page A is loaded, the function "CollectImages" will then search the page for related links. 3. once
-
- Timer
by Thelostcircuit
- 11 Replies
- Last post
by Thelostcircuit
- I have a Problem, I have a timer that runs and a event has to be run within this timer. The event is triggered by a button. My question is how do i get the brogram to "ask" if the specific timer is still running The event can be run before or after the timer is ended but it will be maked as early or late. Any help would be cool Thanks Thelostcircuit
-
- basic commands help
by techguy52
- 1 Replies
- Last post
by ReneeC
- Hi, I'm making a program like Wordpad but I need the code of it. I need the code for: Open, Print, Save, Save as, Cut, Copy, Paste, and select all. That was for the Menu strip here is what I need for the Tool Strip: Open, Save, Print, Cut, Copy, and Paste. The info I want it to save is in a RichTextBox (all controls have their default name) On the save file box the formats to
-
- Inserting Data into a DataBase "NewDataRow"
by Sjas
- 1 Replies
- Last post
by Bruno Yu - MSFT
- Hi all...
Im learning ADO.Net, from a video at VTC.com. And i am trying to figure out the part about inserting data into the database.. And it seems to be going along quite well, until im reading the data back out of the database. The only thing that is inserted in the database is: "System.Data.DataRow". Why is that It looks like MyNewDataRow doesnt contain the data that i ask it to c
-
- Image Transitions / Fades
by PatRedmond
- 7 Replies
- Last post
by rwerner
- Hi Everyone,
I am pretty new to VB, and have spent hours looking for a solution before posting here.
What I want to do is create a screensaver that has transitions between image changes, rather than having one image disappear then the next image appear.
I am absolutely certain this was possible with VB6 (see http://www.vbkeys.com/ctl18.aspx ), but I cannot find any support for VB 2005 E
-
- Problem when closing form.
by Highwayman
- 3 Replies
- Last post
by Highwayman
- I have a form with a number of textboxes each have a validating event like:
Code Block
Private Sub ScreenNameTextBox_Validating( ByVal sender As System.Object,
ByVal e As System.ComponentModel.CancelEventArgs) Handles ScreenNameTextBox.Validating
If ScreenNameTextBox.Text.Trim.Length = 0 then
MsgBox(ˇ°You must enter a Screen Nameˇ±)
End if
End S
-
- No disrespect intended
by js06
- 6 Replies
- Last post
by ReneeC
- I have seen quite a few posts that give answers but don't really answer the direct question that is asked or lacks detailed info to support the answer.
see these for examples:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1559879&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1562692&SiteID=1
As i said i mean no disrespect i jus
-
- Scrolling Question
by Puntor
- 6 Replies
- Last post
by nobugz
- Hello to everyone again :-) I again have no clue on how to make this so if anyone could help me i would greatly appreciate it i need to make my program using the least lines of codes to get when a user scrolls he's mouse scroll bar downward or upward once not continue like when he feels he scrolls downward only once and make it increase a textbox number....i do know how to do this but am lost at t
-
- Padding and Paddingconverter
by _Nightblade_
- 5 Replies
- Last post
by _Nightblade_
- I want to no the differance between Padding And PaddingConverter
Everytime I try to reduce the margin I need to remove/correct.
Sample
Me.PictureBox1.Margin = New Padding(0)
Butt when i'm type
Me.PictureBox1.Margin = New Pad
dingconverter
Is already placed behind it butt ,
Me.PictureBox1.Margin = New Paddingconverter(0)
-
- Adding sound, linking to a text file and disabling buttons
by Hannah_12345
- 3 Replies
- Last post
by js06
- I'm having lots of problems with a game I am making in vb.net. It is a game not unlike hangman but instead of adding to the picture, each time the user gets a letter wrong one of the 10 pictures disappear. When this happens I want to play a sound file and I am just unsure of how to do that.
Another problem I have is when I am trying to record high scores I can get it so that the program kee
-
- a newbie question...
by Janilane
- 4 Replies
- Last post
by Solitaire
- Hi,
I've created a simple vb.net application and compiled it. My questions are:
1. will this run anywhere as long as windows OS
2. do I need only the .exe program to run it just like VB 6
3. what other consideration do I need to have in mind if I want to deploy this to user pc
Thank you.
-
- Converting a form to a file
by frxstrem
- 10 Replies
- Last post
by ReneeC
- How do I convert a form to a file
-
- Need a parameter for saving an image
by WidgetWorking
- 5 Replies
- Last post
by Tall Dude
- I can't use b.Save("C:\MyPic.bmp") here because the user specifies the location and name when saving the image. I have no idea what parameter to use.
Public Class Form1 ' Controls: Button1, Button2, PictureBox1, OpenFileDialog1, SaveFileDialog1
Private myImage As Bitmap
' User opens an image of his choice. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e _
-
- Assuming I know nothing
by Dmac721
- 10 Replies
- Last post
by element109
- Where do I start to learn VB This website is a buffet of information that seems to have me going in circles....
-
- Adding Networked Computers To A TreeView?
by mjwsoft
- 3 Replies
- Last post
by Martin Xie - MSFT
- Hello, I am trying to make a Instant Messenger that will allow you to talk to people connected to same LAN as you. My main idea is to show all of the LAN Computers, these will be shown in a TreeView. However how do i populate a TreeView with all of the computers connected to the LAN and then show what ones are turned on or online Thank you - Sticky.
-
- MSDN Examples
by JDChapman
- 2 Replies
- Last post
by DMan1
- The examples at this URL cannot be used. They cause an error because the "New" cannot be before the "=". ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_vbalr/html/502dcf8b-d86c-46f1-ad7d-3ce809645774.htm
I wasn't sure how to get this info back to Microsoft.
-
- find string in text box and then copy entire line
by Krayzie_dude
- 14 Replies
- Last post
by Krayzie_dude
- Hello! I have founded string that I need in a textbox, but I want to know with which code can I copy entire line were this string is located. Thanks..
-
- help please runtime error
by adorable
- 3 Replies
- Last post
by kaytel
- Every time I go on the computer an error appears and it say:
Microsoft Visual C++ Runtime Library
RUNTIME ERROR!
PROGRAM:C:\WINDOWS\LIVING~1.SCR
This aplication has requested the Runtime to terminate it in an unusual way.
Please contact the application's suupport team for more information....
What can I do.
PLEASE I NEED HELP.
THANK
-
- Xpath query executor function --
by Parvez
- 2 Replies
- Last post
by Parvez
- Below is my function which runs an xpath query on a Xml Doc and returns a string with the xpath query results. The problem I am facing is, the result returned by the XNav.Select consists of all the text on the XML doc (And when I check the values with the iterator XNav_query , it returns all the values one by one.) Can someone please let me know how the to use the Xpathiterator or show me a sampl
-
- How to get a value from a radio button
by spranto
- 3 Replies
- Last post
by spranto
- I have several text boxes and two radio buttons to gather data to a listbox. Now I don't know how to get a value from a radio button to insert in a list box. Can someone give a little help. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox5.Text = "" Then Dim Aviso As DialogResult Aviso = MessageBox.Show
-
- 4 lines of code = error LNK2019: unresolved external symbol
by blinkkoenkamp
- 8 Replies
- Last post
by Bite Qiu - MSFT
- Code
#include <iostream> using namespace std; int main(){ return 0; } I am working with VC++ 2005 Express Edition and am attempting to resolve the following error caused by this code above. The error is resolved if I remove the line #include <iostream> Any suggestions would be greatly appreciated.
Output
1>------ Build started: Project: test, Configuration