-
- Date format at DTPicker
by Kapalic
- 3 Replies
- Last post
by Tall Dude
- Hi
How can I dispaly the date format at a DTPicker as DD/MM/YYYY
Regards
Kapalic
-
- 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
-
- A Bunch of errors when Making MediaPlayer, straight from tut!??
by MazterzDemon
- 10 Replies
- Last post
by MazterzDemon
- I folowed the entire tutorial, for wmp, and i got teh COM and everything, but a list off errors show up after i insert the code, and it wont build.
heres my code help me correct please.. (i redid the hole thing and posted a new code, but now i get only 23 errors)
Code Snippet
Option Explicit On
Dim GenresTypes
Dim Min As Integer
Dim Sec As Integer
Dim Fil
-
- SDK Installation
by Moise
- 3 Replies
- Last post
by orcmid
- Hello, I am trying to do a web install of Microsoft Platform SDK for Visual C++ 2005 Express Edition. When I try to install it I get the error "This installation package could not be opened. Verify that the package exists and that you can access it or contact the application vendor to verify that this is a valid Windows Installer package" I have downloaded the latest Windowns Installer v
-
- How to execute a funtion after completion of another funtion??
by Tapojjwal Mandal
- 12 Replies
- Last post
by Tapojjwal Mandal
- I have done one function which is compressing the Files into a Zip file.
I have one more function which is able to Upload the Zip file into the FTP server.
Now, as to make the Zip file is taking some time, before generating the file The upload Function is executing and giving File Not found Exception....So I have to start the Upload function after the completion of the Zip file completely.
-
- How do I convert .NET 2.0 Coding into VB 2005 Express Edition coding?
by brottmayer
- 14 Replies
- Last post
by ReneeC
- How do I go about understanding and converting the coding of .NET 2.0 into the coding that Visual Basic 2005 Express Edition can understand
-
- My if statemement is being skipped...why?
by FooFighter560415
- 3 Replies
- Last post
by js06
- I have the following piece of code in my app. For some reason it works on one of the if statements as it should, but it skips the other if statement even when the variable is true. Can someone look at this and tell me where I'm going wrong Please see my comments as to where it's not working.
If tmrDouble.Tag = 0 Then ' If the timer tag is 0 I want it to check the following if statements
-
- VB Express 2005 controlling USB2.0 ports
by Paul Rumbaugh
- 3 Replies
- Last post
by nobugz
- I would like to use Visual Basic Express 2005 to access, control, read and write to the two USB 2.0 ports on my Compaq Presario V2000 laptop. The laptop has a Generic USB Hub and five Intel 8280 IFB/FBM Universal Host Controllers # 2658 through 265C each with it¡¯s own I/O range and IRQ. On one of the USB ports I have a Radio Shack model 26-183 USB2.0 to RS232 serial adapter which is what I really
-
- Help!!! This code is killing my Computer.
by AngelinaPerez
- 14 Replies
- Last post
by ReneeC
- I am writing to kindly to ask you guys for help. I have been working with the lines of code below which merely locking up and disabling the computer: Private Sub Alert_btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Alert_btn.Click Dim conn As New SqlClient.SqlConnection(My.Settings.CSTConnectionString) Try If conn.State <> ConnectionState.Open Th
-
- Saving and loading text in/from a textbox
by adam01
- 14 Replies
- Last post
by adam01
- Hi, I know how to make commands for opening the load file window, with the .txt extention only, but how could i make it so when a text file is loaded, a textbox displays the text in the file
-
- starting to use- how to create a program at visual C++??
by israelsaba
- 3 Replies
- Last post
by israelsaba
- My question is simple:
How can I create a program at Visual C++ and use that in my computer with Windows XP SP2
Please give detailed information i just started using and I know a few about programation.
I really apreciate your answer!
-
- This is puzzling, well it is to me?
by Whoisit
- 12 Replies
- Last post
by Whoisit
- I open MSWord and create a document with formatted text Red, Blue, underline etc I then copy it to the clipboard, then paste it in to my program where it appears with exactly the same formatting as it had in word, so far, so good. I now switch back to MSWord and save the document, back to my program and open the document but now all the formatting has gone, so it must be the way that I am opening
-
- Visual Studio Web keeps opening Firefox...help???
by tvance929
- 1 Replies
- Last post
by Figo Fei - MSFT
- I am trying to learn Visual Studio Web - but it kept opening Firefox when I went to Debug.
I set IE to the default and it still did it, so I uninstalled Firefox altogether and now I get an error when I debug that the studio cannot find Firefox!.... any help
** I have already closed it out and reopened, but no help there.
-
- Textbox won't accept null value
by js06
- 2 Replies
- Last post
by js06
- I have a gridview of my dataset and under that i have a details view (textboxes). If i enter a dollar amount in the cell and then delete it, it will accept that there is nothing in the cell.
When i do this with the textbox it will not leave the box unless i put a zero.
That is ok but i am trying to keep my cells clear of a bunch of zeros.
And it only does thi
-
- Trying to update 1 table in VB.net with table adapters
by ccarter554796
- 5 Replies
- Last post
by Raj Bajpai
- I am new to the whole idea of table adapters and the .net programming scheme so I am in need of some help. I have an access DB with just one table that I want to build a front end to update. I have tried everything I know, read every post and for the life of me can't get the table to update with the infromation that I inpurt from VB. I would think that the wizard and the controls built into vb wou
-
- Mouse Enter, Mouse Leave Event Problems
by paoloTheCool
- 7 Replies
- Last post
by Ray Wilfong
- Im trying to make some buttons start out disabled, but when u put your mouse over them, they are unabled....
private void toolStripButton2_MouseEnter( object sender, EventArgs e)
{
//EnableHOMEButton
toolStripButton2.Enabled = true ;
}
private void toolStripButton9_MouseEnter( object sender, EventArgs e)
{
//EnableSTOPButton
toolStripButton9.Enabled =
-
- Self closing msgbox, sort of
by Tall Dude
- 1 Replies
- Last post
by Tall Dude
- For those wanting a self closing message box see
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2387361&SiteID=1
Not perfect, but semi-cool.
-
- Format List Box output
by geoff_1707
- 3 Replies
- Last post
by geoff_1707
- I know the answer must be very simple but I am very new to this and would appriciate any help
I have a table that contains nominal codes such as
0586120
0586120ASD
0586120TES
The list box works fine but the users want the codes displayed as
058 6120
058 6120 ASD
058 6120 TES
How can I do this
Public Class formNominalMaint
'Define Dataset
-
- Can I replace 7 chars with 5 chars at the beginning of a string?
by DOSrelic
- 7 Replies
- Last post
by iccle
- #include <string> using std::string;
s.replace(0,5,"12345"); // replace the 1st 5 characters s.erase(5,2); //then delete the superfluous 2
or is there a better way
-
- How can a Class be built that Inherits from another, but changes data type?
by GrandpaB
- 8 Replies
- Last post
by GrandpaB
- Hello VB Programmers,
I¡¯m looking for some advice. I have had several projects in which I created a Class that used one basic data type, say Double, but then needed another implementation of that Class that used Single. I¡¯m relatively new to OOP and don¡¯t fully understand Inheritance and Polymorphism.
Here is a piece of a Class Library project named Matrix that contains one cla
-
- convert C++ to VB
by PDE
- 1 Replies
- Last post
by nobugz
- How can I convert C++ code into VB I have one program written in C++ and all others in VB. For me C++ is like reading chinese. So for maintanace reasons I would like this transferred to VB.
Any ideas
Patrick
Here's the code:
#include <afx.h> #include <fstream.h> #include <direct.h>
class Timer { int value; public: Timer(void); Timer(const int aValue); void Set(
-
- Remove File Path
by Cameron D
- 5 Replies
- Last post
by Cameron D
- Hi.
I am trying to figure out how to remove the path from a file name.
Example:
I have C:\some_folder\somefile.txt
And I want to make it: somefile.txt
How would I do this
-
- How do I connect to an IP?
by dill333
- 6 Replies
- Last post
by Pace
- Hi, I need to know how I can connect to an IP for my program. I want to make a program that lets me IM other people when they connect to my IP or I connect to theirs. I have a text box and a button so I want to be able to take the text of the textbox and connect to that when I press the button.
-
- Installation error
by Arsenal_robert_1886
- 9 Replies
- Last post
by Arsenal_robert_1886
- I have tried to instal C# express 2005 online and from cd and it doesn't work. It has to shut down the installation beause of the error
-
- Over write a file?
by MLyons10
- 4 Replies
- Last post
by IsshouFuuraibou
- I am trying to get an application to overwrite a file and can't seem to get it to work. I tried to read up on this on the net, but the suggestions I found didn't work either. The code I have now is as such: File.Copy(File to copy, File to replace); How can I get it to overwrite this file Any help and information is greatly appreciated. Thanks,