-
- Reference to non-shared member
by Apple123
- 10 Replies
- Last post
by ReneeC
- I have a main patient registration form*( patient ).
When creating a new prescription for this patient, a presciption form( prescrip ) is being launch ( prescrip.show ).
When saving the the prescription in prescrip , I will need to access the patient_ID found in patient registration form (patient ).
However, when the code execute to the following code, it returns that Patient_ID is empty.
-
- show desktop
by clint 2
- 14 Replies
- Last post
by vbvb66
- hello there
is there a way that I can show the desktop in my form
-
- need help with arrays..
by a721019
- 5 Replies
- Last post
by a721019
-
- is VB is a programming language ???????????
by Mohan_Kumar_04d4b5
- 14 Replies
- Last post
by Spidermans_DarkSide - VSIP
- it's all about Drag and Drop , so can we call vb a prog language ... is that right
-
- Survey Manager Sample: Database Management Software Application Download
by Anonymous586146
- 1 Replies
- Last post
by Figo Fei - MSFT
- Hello,
I'm getting so lost just figuring out where to go I hope I'm posting this in relatively the right area. I'm looking for the actual download file for the 'Survey Manager Sample: Database Management Software Application' to practice with that was found at this link, http://msdn2.microsoft.com/en-us/express/bb403187.aspx
Does anyone know if it has been moved to another locatio
-
- How to get out from Sub and go to the second Sub and the first Sub will keep doing what it should?
by yanivpinhas
- 8 Replies
- Last post
by JohnWein
- Hi,
How to get out from Sub and go to the second Sub and the first Sub will keep doing what it should
and they both will work togther ( now if I call to the second Sub the first Sub is waiting for the second to finish
and then continue... I don't wat that to happend)
I don't want to use Load_form !!!
If it can't be done... maybe there is an option to exit or to close the
-
- Can I make a control truly transparent?
by C#Newbie01
- 4 Replies
- Last post
by C#Newbie01
- This is something that has kind of been frustrating me, and I have found absolutely nothing about it online (So I very well may be doing something wrong). I figured I would ask. I use .png images for all of the images in my application, as I like this format and it supports transparent backgrounds. When I set the pictureBox property to transparent, it just fills the pictureBox with the color of th
-
- Create a custom MenuStrip template
by Shodin
- 2 Replies
- Last post
by nobugz
- Is there a way to create a custom MenuStrip template The "add default items" option is nice, but there are items in there I don't need and others I do need, not to mention icons and such. So it'd be really nice to be able to create a custom MenuStrip template that I can load instead of the default one. Is that possible and of so, how is it accomplished
-
- Running Visual Web Developer 2005 Express Edition
by Robin Grantham
- 5 Replies
- Last post
by Citizen on the earth
- Hi,
I have downloaded and installed Visual Web Developer 2005 Express Edition and have received an email saying I've registered it (even though I haven't opened the application, gone to Help and asked to register and pasted in the registration code) but I don't know how to actually run the application --- it is not showing in Start Programs as a new program and I've searched my hard disk for '
-
- moving bitmaps on form
by cdx1
- 7 Replies
- Last post
by cdx1
- I created a small app which displays a bitmap in the forms MouseMove event. What I need to know is how to repaint the form before every new bitmap is displayed, avoiding the "smearing effect of a zillion bitmaps.
private void Form1_MouseMove( object sender, System.Windows.Forms. MouseEventArgs e)
{
int XPos = e.X - 8;
int YPos = e.Y - 5;
if (e.Button == MouseButtons .Left)
-
- VB.Net Forms creation.
by kamal kim
- 3 Replies
- Last post
by clint 2
- Hi all,
I'm new in development. I'm having problem with forms. I've created two forms under one project. When finish creating the 2nd form and Start Debugging, it keeps opening the 1st form. I'm unable to varify whether my 2nd form is to GUI expectation. I thought that I've corrupt the forms during my progress of building the form. But I realise when I redo the whole thing, the same happene
-
- Build a Program Now - Ch9, the Weather tracker
by exitRooster
- 2 Replies
- Last post
by exitRooster
- Seen a few posts on this, added my comment/question at the end of one, but fearing it's too old of an original post I thought I'd type up something newer.
Basically, in short, I'm wondering if this application 'should' still functino properly. I did everything "correctly" (far as I know, rofl) but I did note when I got my confirmation email from the host of the weather info, it m
-
- pass values
by sankarganga
- 3 Replies
- Last post
by sankarganga
- Hi,
how to pass values between form
thanks,
sankar.
-
- IF Statement help needed
by Alastair Q
- 1 Replies
- Last post
by spotty
- Hi there,
I have these if statements in the same private sub like ...
How can you improve this code so it will not do all the if statements. I wish to have it so only when the textbox is filled it will carry on to the next statement
Private Sub DOCOMPUTERMOVE()
If LU.Text = "X" Or LU.Text = "O" Then
Else
LU.Text = "X"
End If
-
- declared threads' scopes
by nate-d-o-double-g
- 7 Replies
- Last post
by Bruno Yu - MSFT
- i declared a threadstart and thread but i need the thread to be available (able to be aborted etc.) in other subs...
Code Snippet Imports System Imports System.Threading Public Class Form1 Public Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim w1 As ThreadStart = New ThreadStart(AddressOf game.gten) Dim t1 As Thread = New T
-
- Uninstalling Visual C# Express and it froze
by smellytim
- 1 Replies
- Last post
by Weston Hutchins - MSFT
- It appears that while I was uninstalling C# it froze because the bar isn't moving anymore. Its like a quarter of the way done. what now should I just let it be for a while or should I try closing it and starting over
-
- All links for the free 2005 Version of Visual are not working...
by models1
- 1 Replies
- Last post
by bdbodger
- http://msdn.microsoft.com/vstudio/express/downloads/
This page doesnt actually lead to any downloads...I've tried several times to download Visual Basic 2005
I also cannot download the complete lesson on Visualstudio Express for Beginners.
http://go.microsoft.com/ linkid=6143351
-
- ntddk.h and ntifs.h
by cadouthat
- 3 Replies
- Last post
by Bite Qiu - MSFT
- express says "ntddk.h no such file or directory" when i try to include one and/or both of these, are there any alternatives for these or any way to get them to work
thanks in advance
-
- Populating a Dataset from an SQL Database
by Captain Baz
- 13 Replies
- Last post
by Trucker
- I am using VB 2005 Express Edition!
Also - this is my first attempty at accessing an SQL database, so I acknowledge that I have probably done something very silly but at this stage I am stumped and need some help.
As a reference on how to do this, I used KB Article 301216.
I have basically copied exactly what was shown in the article changing names to suit my requirements and have come up
-
- missing debug setting "start external program"
by Holger Graudejus
- 2 Replies
- Last post
by Holger Graudejus
- Hi, now that I'm able to enter debug-mode I'would like to actually debug my DLL-project which is an MMC snapin-extension. To do so, the SDK-documentation tells me to edit the project properties, debug settings , select the radio button "Start external program" and enter the full path to mmc.exe However, there is no such radio button. =:-| Resetting all settings to default-settings via &q
-
- Toolbar line
by airsam
- 3 Replies
- Last post
by js06
- How can I get a thin line to display underneath the Menu Bar in my application Its color is MenuBar, but I want a small line underneath. Thank you
-
- Redirecting to an aspx page
by vjsakec99
- 1 Replies
- Last post
by Tapojjwal Mandal
- When I select one of the items from drop down box I want the page to be redirected to another aspx page. So I have two questions
1. what is the event raised in vb when I select one item from drop down box like I think C# has On Selection
2. what is the syntax to redirect to a particular page on selecting a particular item from drop down box
-
- telephony
by biopau
- 5 Replies
- Last post
by biopau
- hi,
i have a voice modem and i want to write a small program like a softphone ( using my pc as a regular phone NOT VoIP ). Can I do this with VB 2005 Express If the answer is yes can I put in my program some advanced tricks like Calling ID, phone numbers database, Bluetooth headset , ...
i need something to start with ... any help is great.
-
- How do I make my Application compatible with Vista?
by kaanuki
- 4 Replies
- Last post
by Chris Dunaway
- Hello, All. Some of my application users are starting to upgrade/buy new pc's with Vista installed. I am new to development, and was wondering if there was an easy way to upgrade/adjust my Visual Basic Express(XP) code to work with Vista. By the way - I do not own Vista. Is there a Lab edition / Developer edition or any other solution for doing whatever it is I need to do under a Vista environmen
-
- Where to start
by longorefisher
- 2 Replies
- Last post
by iccle
- Hi there, I've just downloaded VC++ Express 2005 as I was hoping to learn how to program with it. Unfortunatley every book I have tried has requested i use a "MFC" application which Express doesn't have. If it's possible could anyone give me some help on where I could find a resource to help me as I am a complete newbie (I don't know anything about programming) and have struggled