Answer Questions
Automater to upload image in visual web developer express 2005
i really need a very simple process to upload images using the fileupload tool provided in the (vwd) software into my database (microsoft sql server2005) i also need to display these images later and would like to know how in a simple process. here is what i really dont want: 1) ur replys in c# codes or links to pages that contain them (coz converting them back to vb is a helluv a job.) 2)also no stored procedures please (i simply want to upload ...Show All
Nick DeJacimo Sample Program for Serial Port Communication
A small sample program for serial Port Communication including the Visual Basic .Net source code is now available in the knowledgebase on our homepage. http://www.innovatic.dk/knowledg/SerialCOM/SerialCOM.htm If you have any comment or suggestions please send me an e-mail. You will find the e-mail address on the frontpage. Good luck with serial port programming. Innovatic Carsten Kanstrup Ne ...Show All
Hans Preuer Configure machine.config
How to configure machine.config or web.config to use visual studio web developer express with sql server 2005 standard. I create aspnetdb in sql sevrer 2005 with aspnet_regsql.exe, but o dont know konfigure AspNetSqlProvider in asp.net configuration utility. This group is for the support of install and registration problems for the express products. You should try posting in the http://forums.asp.net gr ...Show All
David Rudd Release or Debug Problem with WriteFile API Function
Hello, i tried to test my programm wrote in Visual Basic 2005 Express and following happened - when i compile and test in the IDE (Debug) it works great but (Release) doesn't work 100% - when i use the .exe files in debug or release folder both don't work 100% this is my code snippset: the problem is writefile , out the IDE after the command writefile i become the win32 error "invalid handle"! i wonder because in the ID ...Show All
STreml SP2?
Is there any way I can install Visual Basic Express 2005 on my XP SP1 computer or do I have to upgrade to SP2 Could I just use an earlier version of Visual Basic Express. What Microsoft don't seen to realise is that there are users out there that STILL can't use SP2 on there PCs due to driver incompatibilities. - thus they can't use Visual Studio 2005 or Visual Basic 2005 To solve this problem the ...Show All
gwc Windows SaveFileDialogs
Hello, I'm working on a VB project, and I'm trying to use the Savefiledialog boxes so that users can... well save files, but i want to send the name of the file that they are saving to a text file. Just the name, not filepath EX: i want it to send: name.txt But it sends: C:/somedirs/name.txt The code that I'm using is If Me.SaveFileDialog1.ShowDialog() = DialogResult.OK Then Dim sw As StreamWriter = New StreamWriter ...Show All
Matt Goswell Prefixes for tools
Hi! Does anyone know where I can get a list of the prefixes for all the tools in VB.NET 2005 Express For example: "lbl" label or "txt" text box http://www.visibleprogress.com/vb_coding_standards.htm#control_tags_page http://www.visibleprogress.com/vb_naming_conventions.htm ...Show All
pure159112 The resource editor
I have downloaded Visual C++ 2005 Express Edition and it generally appears good but one feature I am missing is the resource editor. Which version of Visual Studio would I need to buy to get the resource editor. Mog0 AFAIK there is no resource editor in the VC++ Express. You need the standard version at least. Maybe its possible to add a exiting resource file into the project and it will compile. AFAIK tis work ...Show All
Honestas Repost on problem with debugger reporting wrong values
Saturday I posted a question about problems I was having with VC++ 2005 Express debugger. The thread I started has disappeared but the debugger problems have not. So I'm re-posting. The debugger is intermittantly showing wrong values for variables and faining to single step correctly through code. For example: in main: bool x = true; someFunc(x); void someFunc(bool x) { if(x) do A do B, etc. Inside someFunc, the debugger shows the ...Show All
PFI error C2632
A header I am including has: typedef unsigned char bool; but it causes this when compiling: error C2632: 'char' followed by 'bool' is illegal How can I get around this Look the error up on MSDN Library, it tells you how to fix this. Basically bool is now considered a real type, so you can't create aliases for it. ...Show All
Branco Medeiros Storing Value from SQL Queries
Hi The current project I'm working on involves me to retrive and generate new ID from my SQL tables. I have already worked out an algorithm but is having problem with the implementation. The algorithm involve me to have a custom query to retrieve the highest ID in the table and then storing it as a variable (int) in VB Express. Then using that variable, I can generate new ones by incrementing it. My question is, how do I store data from SQ ...Show All
byx45 Command window
I have just started using Visual Studio C # Express Edition.I wish to use the command window for some console applications and for building DLL but I m just not able to open it.I can see it when I run an application but it is not present in View->Other Windows as suggested in the tutorials/help documentation. Please help !! Thanks Thanks for replying. might be it is not present in express edition.But still, ...Show All
martin911 opening apps
Basically my question is how do I open applications when someone, for example hits a button. Need to open Access databases and excel spreadsheets. Access and excel both expose COM interfaces that allow you to either embed them within your .Net application or open them with a COM call. Look at this article for help . Otherwise you can just use the CreateProcess method to start an instance of the a ...Show All
Jeaux DataAdapter Update Error :Syntax error in INSERT INTO statement
I am trying to add a record to an Access DB Table, everytime I try to update the DataAdapter with the updated DataSet I receive the Error: Syntax error in INSERT INTO statement. Here is the code: Dim da As OleDb.OleDbDataAdapter Dim ds As New DataSet Dim con As New OleDb.OleDbConnection Dim sSQL As String con.ConnectionString = "PROVIDER=Microsoft.jet.OLEDB.4.0;Data Source=Alarms.mdb" ...Show All
ALK problem publishing my app...
this is a c# express app... i build the solution without any issues... i can build the publish portion without any issues but, when i try and run the program i get: Cannot Continue.. the application is improperly formatted. now, i have seen this posted already so, i changed the name to exclude spaces. there was no change. please help. this is published to a network directory and, is a basic application (if you could even call it that).  ...Show All
