Answer Questions
ormistons making the program starting with windows via registry
Hi there. I have a question. I want to make an Option in my application so the user can decide if it should be put into the startup folder. so, how can i write into the registry, or create a shortcut into the startup folder - and how can i delete it, if the user uncheck the option I already opened a thread like this, but i forgot that the english name for the startup folder is different from the german one ( autostart ) which may cause irri ...Show All
N8WEI HTTP Error 403 - Forbidden
I've been playing around with VWD 2005 Express and when I "View in Browser" with IE, everything works fine. But when I try to "View in Browser" with FireFox, I get a HTTP authentication prompt and then I get the following message: Server Error in '/TestParts' Application. HTTP Error 403 - Forbidden. Version Information: ASP.NET Development Server 8.0.0.0 I've tried entering USER and MACHINE\USER local accounts and still get 403 Forbidden ...Show All
jm0rd3tsky SQL server2005 express table is not updated with vb project
Hello Hi am new to this and from Belgium so sorry for my languish I gave build an simple VB 2005 express program with 1 form and a few textboxes bound tot data in a SQL sever 2005 express database. The database just has 1 table Customers with en customerID as primary key, Name and Last name. When I run my project everything works just fine. I can insert en add new customers en even delete them. After I push the save button on my f ...Show All
Scott Lloyd how to Use a SQL select for a variable
I am sure this is not the easiest thing in the world but, I would like to do a sql query to get information for a variable and I have no clue where to start. Dim Rate As Decimal Rate = 78.81 "This is what I have now" But I want to do something like Rate = Select Price From Product Where Product_No="300" I have the Product table setup up in my DataSet how do you code this Thanks, Terry ...Show All
whoisfritz Form closes but doesn't free memory.
Is there a certain way you have to close a form to free memory up I'M currently using formname.close but i never notice my memory go down. Any Ideas I agree with Spotty - go do some research - there's more than you'd care to know . Although .NET brings us many wonderful things (and Garbage Collection is one of them), it also requires us to take more care with objects. Because of the way the garbage collector 'collects' stuff, ther ...Show All
bieblsoft Did I mess up?
I created a project, unchecking "precompiled header" and checking "empty project" because I simply want an empty page to work on. I finish the creation process and it says it's all good, but it won't automatically open. I thought that was kind of weird, so I try to open it manually from within VC++. It won't open. Then I try manually opening it from My Documents and here's what comes up: "IntelliSense information will no ...Show All
FM52 Deploying a Web Developer 2005 web site with a database connection
I have developed a web site project in MS web developer 2005 express based loosely on the clubsite starter kit. The application works without error using the development server on my local machine, however when I FTP the aplication to a remote machine, all the database connections are lost, because they're still pointed at mdf files on my local machine (which is not running IIS). I have FTPed the databases to the remote machine, but cannot figur ...Show All
Arnab Saha Rich Text Formatting Help
How do I create rich text formating buttons like centering text and making it bold/italic/underlined, also changing the font, font size and font colour Please help. With Fontdlg . ShowDialog () ' Apply the settings in the ' Font Dialog Box to the selected text rtfCode . SelectionColor = . Color rtfCode . SelectionFont = . Font End With MyRTF . SelectionAlignment = Hori ...Show All
tlbong How do I press enter to activate a button click?
I have a login form and what I want to be able to do is press the enter key to click my "okbutton" without having the button selected like it is in nearly every login screen you've ever seen. Look in the form1, properties window, under 'misc'. If you set the AcceptButton property of the form, then the form will click that button when you press enter. I think that's what it's called. There's d ...Show All
kqu LINK : fatal error LNK1104: cannot open file 'oleaut.lib'
I am trying to write a simple windowed program. When I build it gets the msg above. I have searched my disk and "sure nuff", no oleaut.lib. There is a oleaut32.lib. I have no idea where or why either is called. Anyone have an idea what's going on this is my first attempt to build anything with Visual c++ Express. The SDK is installed.... Further info: When I use the search function for oleaut, I get zero references. What is this thing ...Show All
Debra18139 Creating an independant application
Hey there, I've been playing around in Visual Basic Express 2005 and I have a question. I want to take my program from Visual Basic and turn it into a standalone executable file. Something that I could send to my friends (Who do not have Visual Basic Express on their computers) and let them open the file up and use the program. How would I do this I have tried the "Build Program" command but it doesn't let me open up the executable fil ...Show All
TBurrowsNZ Network Applications with VB2005 Express a few simple questions????
Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network serve ...Show All
David Kanz How to number a item in ListView ?
Hi I have listview to which I add items and icons(imagelist) in runtime. Now I want to have numbers in bold size below or in right hand side of the Items how to do it Maybe this is a bit too obvious, but have you tried putting the desired labels in the Text property of the ListViewItems You can set the Font properties to set it to desired size and boldness. Then monkey around with the View property until ...Show All
Kusuma133649 sql express database
Hi, I've created databases using sql 2000 etc, but how do you create databases and tables on sql express There is no Enterprise Manager or query analyser that I can see Do you have to create them through Visual Studio intead Glad it helped Jimmy_fingers. Could you please mark this post as "Answered" (instructions below) This helps other users that are searching know that this post provides an ans ...Show All
Chan Nyein Zaw What is the best book for Visual Studio C# 2005?
Hi, I can program in C++, and I would like to know more about Visual Studio C# 2005. Could you tell me what is the most suitable book available nowadays Eric hi, i totally agree with Ali those are the best books i see till now also at the top of this forum there is FAQ a thread has some free online tutorials as a quick guide best regards One of my fav books are the Wrox's one http://www.wrox.com/WileyCD ...Show All
