-
- Reading a web page...
by robertje
- 14 Replies
- Last post
by ahmedilyas
- I have been trying to read from a Web page inside of a WebBrowser control. I can read the entire page code, but can not specify certain areas of the page to read, like a text box. I would like to be able to read just the text box in my web page and have it write the context of the web page text box over to my application textBox...
This is the closest I've been, but I can not get it to work at
-
- cannot instantiate abstract class
by agiltinan
- 11 Replies
- Last post
by fchen
- Hi All, I'm a bit of a newbie at VC++ and have run into the following problem. Having looked at other related posts, i still can't solve the problem. The following is a sample of the code struct __declspec(uuid("9b7024e2-bd35-11d2-8ee4-0080c70a9c3d")) IPlate : IDispatch { // // Property data // __declspec(property(get=GetSolved)) VARIANT_BOOL Solved; //Raw methods vi
-
- Custom shaped buttons
by stallion_alpa
- 8 Replies
- Last post
by bassamimam
- I've made a form that has a custom shape and now I'm wondering if I wanted say a round button, do I have to do the same thing or is there a proper vb way
-
- Retriving Cursor Bitmap
by CooPs.se
- 1 Replies
- Last post
by jo0ls
- How am I to proceed if I want to return the curent bitmap of the mouse Note that It's enough to only get a value that can indicate that the cursor was changed. I'm not looking for drawing the mouse somewhere or anything, I just need it to determine when the mouse pointer changes. Like when you're hovring it at a sizable window edge so it turns into an arrow for example.
-
- File Path Naming Conventions
by BlueMoose
- 3 Replies
- Last post
by Bruno Yu - MSFT
- I saw a MSDN help video that showed an example of creating an XML file in source code. The example used a file path similiar to "..\filename.xml". I am wondering what this means. Does the ".." refer to a particular directory within the project file Is this statement similar to the App.path statement in VB 6 Also when the program was run using the debugger, the file was writte
-
- Combining projects (menu or button)
by Anonymousaaaaaaaaaaaaaaaahhhh
- 7 Replies
- Last post
by Anonymousaaaaaaaaaaaaaaaahhhh
- hi,
this might be simple but how would i go about joing two projects togeter like for example i have two or three seprate projects,
project one has one form what taks through comports and creats charts
the second project streams viedeos
and the third is a mp3 player
so how would i go about intergrating them together, how would i call them what processes do i have
-
- How to make a case sensitive string encryption on VB.NET for a more secured Login Form.
by rattlesnake316
- 12 Replies
- Last post
by Martin Xie - MSFT
- How to make a case sensitive string encryption on VB.NET for a more secured Login Form.
-
- vcredist_x86
by Icywind2
- 14 Replies
- Last post
by Icywind2
- I packaged vcredist_x86 with my application, but it doesn't work. I am trying to install my application on a computer that doesn't have C++ Express Edition installed. They click on it, it seems to install but the application still won't run. Also, when I try to run it on another computer (that I own) it gives me this error when installing: "Error 1723. There is a problem with this Windows Ins
-
- Need help in Boundary check
by haran14
- 14 Replies
- Last post
by Spartex
- Keep in mind that i named my label to box
1. If we want to keep the box within the boundaries, then we must have a way to test whether the box is moving out of the boundaries.
a. Which properties of the box would you use to
-
- Many Threads Logging to Same File(?)
by mollensoft
- 4 Replies
- Last post
by mollensoft
- Hello All,
I am trying to figure out a way for many threads in my app to log to a single logfile. Here are the details...
a. I instantiate a client class for each incoming socket connection... service the connection then log the result.
b. I am using a User Selectable Threadpool ranging from 1-10 threads
c. The string being written is very short (about 90 bytes)
Problem is the debug
-
- I am running a Public Sub Function and it is not working properly
by robertlamour
- 2 Replies
- Last post
by spotty
- in my Main Form I have a btnPronounce...
This function pronounces the word in a textbox using audio files of each individual sound...
the input is strWord(intCount) = "s ŠĆ t"
For intCount2 = 0 To strWord(intCount).Lenght
If strWord(intCount).Substring(intCount2, 1) = "s" Then
My.Computer.Audio.Play(My.Resources.s, AudioPlayMode.Background)
End If
-
- How can I distribute the application the I created using Visual C++ Express
by tharris
- 2 Replies
- Last post
by Bite Qiu - MSFT
- I would like to know how I can distribute the application that I create with Visual C++ express edition. I checked the menu options to find a deploy option similar to the one found on the Visual Basic Express Edition but could not find one. I have even searched the help files and could not find anything useful for me. I want to simply package my application so that I may install it on another comp
-
- How to play sound
by Anonymous573254
- 2 Replies
- Last post
by Feng Chen - MSFT
- How do you play a midi sound in a windows app
-
- How can I have my program link to MyApp.msi on my website?
by furjaw
- 5 Replies
- Last post
by furjaw
- Visual Basic 2005 Express:
My app checks the website to see if a new version is available.
How can I have it link to MyApp.msi on the website to download and install it if a new version is available
-
- Looking for C# Code to collect a List of all users for a Local (Vista) Machine
by toryr
- 1 Replies
- Last post
by ChunSheng Tang - MSFT
- I am looking for a way to collect a list of users for a local Vista Machine. I have code for WinXP which doesn't work at all in Vista. Any samples of how this is done for Vista in C#
-
- Variables From Form1 Displayed In Form2
by GAtkins
- 4 Replies
- Last post
by Dave299
- Greetings:
I have a bunch of variables in Form1 that are either loaded from TextBoxes directly or calculated from TextBoxes.
I would like to display certain of these variables in a DataGridView on Form2 with the click of a button on Form1.
I have researched this and can't figure it out.
I have a variable array in Form1 like this:
For i = 1 To Iterations
For j = 1 To Yea
-
- Published program does not work on other computer without VB5.0 or VB 6.0 installed. What is wrong?
by Nianzhu Luo
- 14 Replies
- Last post
by Martin Xie - MSFT
- I made a program with Visual Basic 2005 Express Edition. In the program, there are a few forms using DirectX components "MSChart". The program runs great in both my desktop and laptop. When I installed it to other computers (computers without VB 2005), It only works on the forms without DirectX components. When it tries to open the form with DirectX components, the following error appear
-
- concerning media player
by clint 2
- 14 Replies
- Last post
by cheyenne
- renee
where do I post pause button code
-
- Using a Where clause when binding data to form controls
by Shodin
- 4 Replies
- Last post
by Shodin
- Hi all, Is it possible to use some sort of Where clause when binding data to form controls In a nutshell, I'm needing to get 3 contacts (all different types - main, alt, emergency) that are related back to a customer. Each of the contact's information is shown in their own tab on the form, so when someone clicks on a tab, they'll see the contact information specific to that tab. The way I was thi
-
- .Net Publishes a Setup file, deploy and manifest File; what do I really need?
by BobS777
- 1 Replies
- Last post
by BobS777
- Hello,
I am new to .NET and still trying to find out exactly what to give to my customers
When I publish an windows application project, I get:
a project folder that contains both a .deploy and a .manifest file
Two application manifest files--one that has a version number on it
setup application file
I noticed that if I strip off the .deploy, the file becomes an executible and ru
-
- ListBox
by ShawnieBrown
- 1 Replies
- Last post
by nobugz
- Im using a ListBox to display the files in a directory and FileStream to read bytes for file transfer.
name of ListBox: listFileItems
name of FileStream: fstFile
// The file stream will read bytes from the file that the user has chosen
fstFile = new FileStream ( listFileItems.FileName , FileMode .Open, FileAccess .Read);
The underline red fonts is not declare
-
- Creating Reports with Express
by Stephen Burke
- 2 Replies
- Last post
by Stephen Burke
- Does anyone know what would be the easiest way to create a report in VB Express, using the form tools provided For example, is there anyway to make a regular form look and act like a report I've tried a variety of methods, but I can't get anything to work, and need reports for my project. Any help would be appreciated.
-
- Very easy Q about StreamReader
by dopamine5
- 7 Replies
- Last post
by Spidermans_DarkSide - VSIP
- Imports System
Imports System.IO
Public Class Form1
Private Sub btnOpenIt_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpenIt.Click
'Get the file name
OpenFileDialog1.InitialDirectory = "c:\"
OpenFileDialog1.Filter = "txt files (*.txt)|*.txt|All files (*.*)|*.*"
OpenFileDialog1.FilterIndex = 2
Op
-
- i cant find where to put my regestarion key?
by punker789
- 1 Replies
- Last post
by Bapa
-
- Visual Basic AND C++ registration key not working, at all.
by Link Gray
- 4 Replies
- Last post
by Link Gray
- Both Visual Basic express and C++ express asked for a registration code, so I registered on both. And both codes did not work. I've noticed other people have this problem too...Let me guess, Microsoft is just going to ignore this exactly like they ignored the problem with the 360 Seriously. Someone please help.