-
- process kill
by clint 2
- 14 Replies
- Last post
by ReneeC
- Hi guys
can you help me out here
if I do a
Process.Start( "c:\program files\super mp3\smrpro.exe" )
smrpro opens in the middle of my form........
how do I reposition it, or dock it....and how do I kill it
Process.GetCurrentProcess.Kill()......just kills my project
any help please
cheyenne
-
- Copy a Form?
by Bob Heitzman
- 8 Replies
- Last post
by Bob Heitzman
- This should but stone simple but I can't figure it out.... I have an exiting form that is being loaded/referenced by other forms. I what to clone the form to start a new one based on that form. I don't want inheritance, just a new form that contains my work up to that point. File, Save As... messes up the existing reference. Ditto for changing the form name property. No help for this in the help f
-
- Collision
by Forcecast
- 2 Replies
- Last post
by Forcecast
- Hi, I know this is becomming a cliche topic right now but I'm totaly new to collision dection.
I know there is XNA... but that is for C# and I use the Visual Basic Express Edtion. So I basicly want to know who to get started with this. Some methodes I know are boundery box checking and sphere checking, colour based checking and pixel based checking and probably more... But I don't really know h
-
- Simple Question
by xplosiv_1
- 2 Replies
- Last post
by ReneeC
- Hi,
How do I access variable across forms
Say in form1 I have a variable called Fred that does something:
-
x-axis = fred
how do I change the
value of fred from form2
Many Thanks,
Andy
-
- 'Stringbuilder' issue or question - not sure which?
by skitron
- 6 Replies
- Last post
by skitron
- Hello all - my first post here. I'm a VB newbie building an app that relies on generating csv files and later reading them into a SQLServerCE 3.5b2 table.
While debugging, I discovered that all csv files generated include hex: ef bb bf at beginning of string and this is causing havoc when attempting to read the file into the table (works fine if I edit them out first).
I narrowed t
-
- Why am I getting "End of statement expected"?
by kennm
- 14 Replies
- Last post
by kennm
- Hello,
Why am I getting "End of statement expected"
Thanks for the help.
Ken
Private Sub txtReadRegValue_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtReadRegValue.TextChanged
if txtreadregvalue.Text not txtreadregvalue.Text then
cmdOpenPort.PerformClick()
End If
End Sub
-
- Read data from serial port .. ?
by daikeechi
- 3 Replies
- Last post
by Resander
- hello guys ..
i need to communicate two PC¡¯s using serial communication ( connect via serial null modem cable ).. i managed to write and sent data to serial port but how to write loops to read data from serial port i'm using visual c++ 2005 express editon and my OS is windows XP.. below is my code .. can anyone help me
#pragma endregion
public: System::Void button1_Click(System: bj
-
- combobox dropped down
by rod_r
- 1 Replies
- Last post
by js06
- how can i display a combobox that has been placed in a tabcontrol page 2 to display all items when i click the tab2 button on the tabcontrol. kind of like looking at a listbox Thanks
-
- Overwrite Picture Question
by MLyons10
- 9 Replies
- Last post
by nobugz
- Hi everyone. I was playing around with this, and I'm not sure of the best approach. I have a pictureBox that I load with a local file (C:\, etc...). It isn't an embedded resource or anything. I would like to have the ability to overwrite the image and repopulate the textBox, but it says that the file is in use. I thought that the pictureBox would just load the image into the pictureBox and close t
-
- Video file attributes?
by Freelancer77
- 9 Replies
- Last post
by JohnWein
- Is there a method for extracting the native aspect(width/height) ratio value from a video file (.swf, .avi, .mov)
General file info doesn't include this attribute.
-
- How to Print an RTF Document.
by Joseph Stalin
- 2 Replies
- Last post
by Lowell the Novice
- This may have been answered previously (if so I apologise for the redundancy). But how do I go about making a button that, when pressed make the RTF box in my application print out. please be detailed or link me to somewhere that is...as I'm still not that great at VB.net Thanks in advance to anyone who answers my call.
-
- Compiling Maya Plugins error
by anafar
- 3 Replies
- Last post
by Bite Qiu - MSFT
- Hi,
I've installed VC++ express and Platform SDK for XP SP2.
I'm trying to compile a helloWorld plugin by using MayaPlugInWizard (that already seems to be set fine), but it give me an error:
1>------ Build started: Project: HelloWorld, Configuration: Debug Win32 ------
1>Compiling...
1>cl : Command line warning D9025 : overriding '/EHs' with '/EHa'
1>helloWorl
-
- unable to find .netframework 2.0.50727 on windows update
by rickyr55
- 9 Replies
- Last post
by Figo Fei - MSFT
- ATI grahics card update driver requires .netframework v 2.0.50727 Windows update only downloaded version 1.1. I built this computer and installed windows xp pro.
-
- Getting rid of the annoying strip on MenuStrips and ContextMenuStrips
by paoloTheCool
- 6 Replies
- Last post
by jrboddie
- Is there a way to get rid of the annoying blue strip things illustraited in the picture below:
http://s152.photobucket.com/albums/s194/paoloTheCool/ action=view¤t=Tyronxx.jpg
-
- MOUSE OVER help!
by CodeCorey
- 7 Replies
- Last post
by CodeCorey
- Hello, I was wondering how to do a mouseover in ASP.NET (I prefer client side coding for this). For example: If I want a simple image to change to another when the mouse is hovering/moved over the image. This image should also be a hyperlink. I assuming client side coding will be the easist... Any help will be greatly appreciated.
-
- saving background image
by cjk
- 14 Replies
- Last post
by ahmedilyas
- Ok, I figured out how to change my background image that i wanted from a button, but now i need to know how to save the background I chose so the next time i run the program the same background i chose will be there.
-
- Linking VB and C# solutions together...how??
by alphonso
- 8 Replies
- Last post
by spotty
- Hi,
I'd like to link two solutions together, one coded in VB, while the other coded in C#, but they're not yet published programs; they're still being coded. How do I do this Thanks
-
- Populate combo box based on choice of another combo box
by Shodin
- 5 Replies
- Last post
by Shodin
- Hi all, This is probably an easy question for you all, but being the neophyte that I am, I'm having some problems getting this to work. The end result of what I'm trying to do is populate a 2nd combo box based upon the choice of the 1st combo box. Both combo boxes grab data from two different tables. So here's where I'm at. When the form loads, I've populated the first combo box with the data I wa
-
- Attributes of Any file
by Kashif Ashfaq
- 1 Replies
- Last post
by Tall Dude
- What is the best method to get and set the attributes of any file(.exe, .txt, .mdb and etc
-
- dOWNLOAD MANAGER IN vb!!!!!!!!!!!!!!! i need alot of help with this!!!!!
by Amrykid
- 3 Replies
- Last post
by ReneeC
- I WANT TO MAKE A DOWNLOAD MANAGER FOR MY WEB BROWSER AND I ALL READY MADE TO POST ABOUT IT. mY PROBLEM IS that my progressbar doesn't move while downloading. i tryed the webclient Download Progress changed event but still no dice. Please help!!!
Code Block
Public Class Downloader
Delegate Sub ChangeTextsSafe( ByVal length As Long , ByVal position As Integer , B
-
- Need some help to copy data from one table to another table in acces database
by Anonymous196666666
- 6 Replies
- Last post
by Anonymous196666666
- Hello,
I'm using a database from a Point of Sale program. I'm missing some simple tools in this program so i want to make a program whitch will fulfill my needs.
I'm having a problem how to copy certain data from a table to another table. The database is a access database. This is what i want to do:
- I have a button to push to copy the data from a record in a grid to another
-
- Support for MFC
by Slugger25
- 1 Replies
- Last post
by Jonathan Caves - MSFT
- Does Visual C++ 2005 Express support MFC
-
- counting words in text box.
by Green Lantern
- 14 Replies
- Last post
by ReneeC
- I'm trying to count instances of words in a text box and display the count number and word in a listbox. Here's what I have now:
Private Sub SortUp()
Dim source As String = txtData.Text
Dim WordList As String = ""
Dim result As New System.Text.StringBuilder
Dim parser As New Regex( "\b[a-z]+\b" )
source = source.ToLower
txt
-
- how to fill datagrid through code?
by rattlesnake316
- 5 Replies
- Last post
by slonkshank
- how to fill datagrid through code
-
- Slide-Down MENU - What controls?
by Junner2003
- 8 Replies
- Last post
by bdbodger
- Hopefully someone can point me in the right direction:
I would like to create a 'slide-down menu' like the left bar under WINDOWS EXPLORER in XP. I looked around in the web but since I do not even know how it is called and what controls are used I have no idea what I have to look for ...
Can anybody help