Answer Questions
Preky C# express Deployment
I am currently working on a small application using c# express. I created the program and deployed it using the one-click deployment and it worked fine. My problem is that this application is supposed to by run on a stand alone computer which will be unable to connect to the internet and download the pre-requisites, SQL express in particular. Does anyone have any ideas on how to deploy SQL express on a CD with my application. Any help or suggest ...Show All
CapTain BLue Connecting visually with SQL SERVER 2000. C #2005 Express Edition Beta 2
Hello. How can I connect to SQL SERVER 2000 visually from C# 2005 Express Edition Beta 2 The options that display the DataSource wizard not include SQL SERVER 2000, or other servers. I just see options for select .MDFs files, but no instances of SQL SEVERS installed in local machine. I have intented by selecting Northwind.mdf file, but the connection fails. Thanks. Hi, unfortunatly I'm not experienced enou ...Show All
Hermis How do I send email with VB?
I'm writing a Windows Application for a client, and I wanted to have my program email me if an error was thrown, nothing complicated. VB Express does not have predefined Code Snippets, and I haven't found anything on the MSDN Forums that really answers my question. Here is a sample code one of my friends used to send an email in ASP 1.1: Dim mail As New MailMessage mail.To = sendToAddress mail.From = """ John Doe"" < ...Show All
drsmiley Server Error in '/' Application Failed to map the path
Need some help on this error. Everything was working fine for me. I had one site up and running with the Visual Web Developer 2005 Beta 2 and Microsoft Framework 2.0. I created a second website and put it in its own directory, configured IIS to use Ms Framework 2.0. Everything should work being the same just different directories. Unfortunately, now both websites are down. I have posted the error below. I have attempted creating the folder that ...Show All
RCroft Making EXE files and testing applications
I am new to this version of visual basic. I am making a Active:Win32 application (just a little one, does nothing) and I want to make a application exe. I don't know how to. There is no thing that says make exe or anything. I used MS Visual Basic 3.0 once and it was easy to create. No debugging or anything I just want to create an exe application and the ability to test it. ASAP Yes Build -> Build Project / Solution will be the command ...Show All
SolPub Reference an Array using a String Variable
I want to be able to pull an array using a string that I built. Is there any way to do this Here is my example code: dim ary1() as string dim ary2() as string private sub test() dim totalLength as integer dim i as integer totalLength = 0 for i = 1 to 2 totalLength = totalLength + getAryLength(i) next i end sub private function getAryLength(i as integer) dim ary as string ary = "ary" & cstr(i) 'This is the part wher ...Show All
Holden Inserting ComboBoxText, StartTime and EndTime into SQL Express table
Hi I'm trying on a tabletennis applications which save playernames,playernpoints,startTime and EndTime into a sqlExpress table, I've also created in c#express. The MatchTable contains following colums: MatchID int (isIdentity) PlayerName1 nvarchar(50) PlayerName2 nvarchar(50) PlayerPoints1 int PlayerPoints2 int MatchBegin datetime MatchEnd datetime (here I want also the seconds) For the playernames I'v attached 2 comboxes to the matc ...Show All
Toady MessageBox return
Hi In C# I write: if ( textBox1.Text == "" ) { MessageBox .Show( "You must enter a name." , "Name Entry Error" , MessageBoxButtons .OK, MessageBoxIcon .Exclamation); } When the uer clicks the OK button, I want the program to return, rather than to continue executing. How to do this Many thx Yuelin hi, you can try something like ...Show All
Rama Satya Jagan K formating Numbers in Text Box
If I format ("##.0") or use VB express formating "f1" then when I type number like 45, text box willl show 54. How do I change that. Without formating function, textbox input works fine. Any help is appreciated! KCtin KCtin, If you want to format input numbers, you should use the MaskedTextBox. If that doesn't meet your needs, you should post the code and ...Show All
Fizban vb2005 xpress, sql2005 xpress and two computers
I want to share a database with another computer. The computer that has the db is "SOBREMESA" and the other client is "PORTATIL". I have this code in my program 'CREO El OBJETO FACTORIA E INDICO EL PROVEEDOR QUE VOY A USAR factoria = DbProviderFactories.GetFactory("System.Data.SqlClient") 'CREO EL CONEXIONBUILDER PARA PREPARAR LA CONEXION Dim parametrosConexion As DbConnectionStringBuilder = fac ...Show All
hda How do you create a telnet interface using VB 2005 express
I have read about the options of using (TestIPEndPoint, TcpListener, TcpServer, TcpClient, BufferedStream and GetStream). I don't know hope to get started. Like those who used procomm plus, or a telnet window program. Expect without the entire features. I believe for what I have read is: 1) TestIPEndPoint =tell it to build communication like the ip address and port 2) TcpListener =will be listening to the receiving d ...Show All
TSAlessandro New to express
Calling all vC++ users, I am brand new to express and I have a problem already. I have made a sample app that just has a toolbar drawn on it. It worked on the PC that i made it on, but when I emailed it to my other PC and tried to open it it came up with an error saying that the "Application" wasn't "configured" correctly. Can anyone help please Could it be because I need to make it standalone some how Chri ...Show All
CalvinK HAD Beta 2 But do not have uninstaller
I had beta 2 of VB.net Express and Web Developer. I don't have the uninstaller anymore, but I do have a lot of registry items to remove. Some of them are easy, of course look for v.8.0 and for Express 2005, but I want to make sure I get them all. Does anyone have a list of what I need to remove And to make sure I didn't forget any files, anyone have a list of the files to delete Or, even better, if anyone has the beta 2 to install so that I can ...Show All
Alagappapillai about rich text box so i will ask once more! please help!!!!
thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad, no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty Dim MyFileStream As New FileStre ...Show All
Jonathan Freidin Character comparison
Ok,here's is my question as a new C++programmer.I want to make a character comparison but when I run the program I get the last printf whatever I type.Can anyone tell me what is the mistake I have done Should I make a loop for comparing it's character separately Here is the sample code. #include <stdio.h> #include <string.h> #include <ctype.h> #include "readwrite.h" #define MAX_LINE_SIZE 30 ...Show All
