-
- Can't Open VB 5
by nbease
- 1 Replies
- Last post
by Chris Dunaway
- I am suddenly getting a "Unexpected error" message when I attempt to open VB 5 Learning Edition, and the program does not open. I tried to open the exe file on the original installation disk and got the same message. Any ideas on what I can do
-
- HTML design view
by Aljodav
- 1 Replies
- Last post
by orcmid
- Hi ! What should I do to see the design view of a html file I can't find a main or context menu to see the design view in MSVC++ 2005 EXPRESS EDITION . Also, I noticed some diferences from the from this version to MSVC++ .NET 2003 STANDARD EDITION . The 2005 version requires closing tags ( </img> </font> ) while the 2003 doesn't, and shows an error for </img> tag. Thanks.
-
- progressbar color....sussed
by clint 2
- 2 Replies
- Last post
by clint 2
- ok..I know how its done......
reneec said it was theme driven....
so I discovered if you set your pcs theme to windows classic theme the progress bar color can be changed
to any color from the property box
otherwise....the progress bar color can not be changed....without code
so at least I now know how its done
clint
EDIT
so the next question is...........guess.......
-
- windows services
by EzehM
- 1 Replies
- Last post
by ahmedilyas
- Is it possible to develop a Windows Service using Visual C# 2005 express edition Thanks
-
- line and shape
by clint 2
- 6 Replies
- Last post
by JohnWein
- I have just d/loaded vb2005 power pack v2
which is supposed to include line and shape controls plus a printer compatibility lib
but is does not seem to have line and shape controls included....
does anybody know about these controls and if they are included in vb express
thanks
clint
-
- VB.net Adding columns values for all rows
by CruzPedro
- 4 Replies
- Last post
by CruzPedro
- Hi,
Can someone help me out
I need to add, for all rows in a DataSet, the values of one specific column .
I'm using TableAdapter querys.
Can anyone help me
Regards,
Pedro
-
- private DateTime? marriageDate;
by AllTec
- 4 Replies
- Last post
by ahmedilyas
- Hi
What this statement signifies
private DateTime marriageDate;
Why there is after DateTime
Thanks
AllTec
-
- Using Properties and sub-properties?
by ChrisMentioned
- 14 Replies
- Last post
by nobugz
- Hello, i made a property which is not hard to make, at the moment i have: Dog.Bark; But now i want another properties IN bark, like: Dog.Bark.Loud; Dog.Bark.Soft;
i know it is possible, because the standard Coordinates, contains X,Y those are sub-properties to. I hope someone can help me, | Very much thanks, Chris
-
- moving from simple application into client server
by alm.technology
- 2 Replies
- Last post
by spotty
- Well i have developed genberal ledger(Accounting application)in vb6 .now i have to refine it i want that suppose there are 6 computers.
so i want is database will be located only on one computer which is known as server and other 5 computer will act like client only front are end are installed on them the problem is that what modification i have to done
-
- Richtextbox scrolling
by Cameron Kloot
- 2 Replies
- Last post
by Cameron Kloot
- hi, i have a richtTextBox that i want to be able to click then drag, and as i drag the text would scroll with the mouse. example: adobe acrobat's hand thing. thanks
-
- How To: Drag-n-Drop from iTunes?
by AmazingAnt
- 1 Replies
- Last post
by element109
- Well, the subject pretty much covers it, but to be a little more specific, I'd like to let users drag-n-drop songs from iTunes into my program, from which the song's title will be added to a listbox. Adding to a listbox being pretty simple, I just need to know how to get the drag-n-dropping to work. Anyone know how
-
- Student of vb + mysql
by Stu...
- 5 Replies
- Last post
by Martin Xie - MSFT
- Hey there,
Cutting a long story short I am a computing student(just turned 18) working with visual studio to complete various projects in my course. However, in this (my last big project) I have seem to run into a little problem.
System Outline:
(Software)
Vista 64-bit (And XP SP2 32-Bit + below)
Visual Studio 2005
MySQL Connector/Net 5.1.3
MySQL Administration Too
-
- 2 Problems: Saving a text file as <date>.txt and Listview text in the text file.
by Bort1980
- 3 Replies
- Last post
by Dave299
- Hi all, First of all, I'm trying to save a quote as a text file. I would like to save it as "quote ddmmyyyy .txt" where ddmmyyyy is the date the quote was produced. Here is the code for it:
Code Snippet
SW = IO.File.CreateText("D:\Documents and Settings\Me\Desktop\Quote" & System.DateTime.Now.ToString("ddmmyyyy") & ".txt") Now from w
-
- how do we get number of days/hours comparing two diff date/time?
by pinoyz
- 9 Replies
- Last post
by pinoyz
- how do we get number of days/hours comparing two diff date/time ... for example 12/05/06 to 02/01/07(number of days)......10:30 am to 20:05pm
-
- How to: Update a whole table in an Access database using oledbDataAdapter?
by Shreyasrulez
- 2 Replies
- Last post
by Shreyasrulez
- I have a DataTable, an oledb connection, data adapter, etc. Now how do I update a whole table in an access database with the DataTable I have Thanks.
-
- HOW TO: CDO.Configuration
by Cyber Junkie
- 1 Replies
- Last post
by Feng Chen - MSFT
- Hi,
I have a problem on my application. I usually used Visual Basic 6 without having any problem.
My program use to send mails, and it uses Microsoft CDO For Exchange 2000 Library. But I wrote the code below, I got an error.
"Error 1 Reference required to assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' containing the type 'ADODB.Fiel
-
- File and Directory I/O
by Anil Narayanan
- 2 Replies
- Last post
by Anil Narayanan
- Hi, What are the methods used to create files and directories and to traverse through the file and list the directory. Thanks in advance Anil
-
- Resizing a Form and all its Controls Proportionally
by Wibs2
- 1 Replies
- Last post
by nobugz
- I have created a 974 x 573 form, so that on my 1280x1024 resolution screen, at run-time, it sits nicely in the centre of my screen, with a largish border all around it. When I click on the Maximise button the form resizes to the maximum size of the screen, but the controls (labels, buttons, group boxes, checkboxes, picturebox etc) do not. Is there an easy way to make the form, and all the controls
-
- Pause application for x miliseconds?
by Zolomon
- 14 Replies
- Last post
by IsshouFuuraibou
- Hello! What can I do to pause my application for, let's say, 100 miliseconds I couldn't get it to work using timers, but I want my application, or at least the function, to pause for 100 miliseconds during the last step in the for loop. How can I do this (I've looked a bit at threading but I don't understand how they should pause the application for me ) Any help at all is appreciated! Cheers, Zo
-
- get sound hertz/waves in picturebox
by -ande-
- 5 Replies
- Last post
by Riquel Dong ¨C MSFT
- is it any esey way to get the waves/hertz of a sound file into a picturebox or something or is that like very very dificult
-
- ActiveX error when Searching for all shared folders and files
by JinxedPsycho
- 14 Replies
- Last post
by JinxedPsycho
- Hi
I need to search for all shared folders and files on another PC. Now I have code to enumerate the folders to search for files once I have the top folder names e.g. \\192.168.0.20\Docs . The problem is finding the names of all the shared folders in e.g. \\192.168.0.20\ . The code below does that, but only if I use my P.C.'s I.P. address. Once I use another network P.C.'s I.P. address the
-
- Problems with the RichTextBox control
by Atomican
- 4 Replies
- Last post
by Atomican
- Hi there,
I'm building a messenger client (not unlike Windows Live Messenger) for my own learning experience and I'm having problems with the RichTextBox control on my conversation form.
It's all about formatting see, my first problem is, I want to be able to insert messages in different colours, among other things (such as font faces, but I'll cross that bridge when i come to it). I've trie
-
- How to initialise an Array of structure elements
by Chrisso
- 4 Replies
- Last post
by Chrisso
- I'm switching from C++ to VB and trying to create and use an array of structure elements.
In C++ this works fine:
struct frac{ char name[30]; double x1,y1,x2,y2; } fracarray[5]= { {"Archimedes Spiral",-12,-9.0,12.0,9.0}, {"Bare Pythagoras Tree",-3.5,-2,4.5,4}, {"Binary Tree Structure",-2,-.5,2,2.5}, {"Brownian Line",-1200,-900,1
-
- Accessing header and footer text in MS word from VB Express
by Harpo
- 2 Replies
- Last post
by Harpo
- I am writing an application in which I have created an MS Word document (for a template), and then my program dynamically replaces keywords with data from my database. I have already accomplished this in the body of the document, but I am having trouble accessing the text in the headers and footers. I am a beginner with VB Express, does anybody have some code that can explain how this should be
-
- Control the computers audio
by MarcosL
- 1 Replies
- Last post
by Tall Dude
- hello. I need to make a program that lowers or stop all audio produce by programs. can someone tell me how to beging this project Note: I'm making this program for my school's library, where student use the computer to play loud music and disturb other student who are trying to consentrate on their reading.