Answer Questions
Iainr += and conversions
I have recently switched to VC++ 2005 express edition, and noticed warnings in my projects which weren't there before. I'm not an expert, so I was wondering if the compiler is right in warning me about a conversion in this code: void main() { short a = 4; short b = 2; b += a; } test.cpp(5) : warning C4244: '+=' : conversion from 'int' to 'short', possible loss of data Where did the 'int' ...Show All
Raul Mendoza auto populate date and time columns in access database
ok this is my first app ever and im trying to enter some data into an access database. i can pass the data i want into the database but cant seem to get the date and time columns to populate with the current time and date. cheers in hope lol err ok so im very new how would i do that but more importantly i get this error when i pass the fill cmd i get this error Table1TableAdapter.fillbydate(ReceptionDataSet.Table1.T ...Show All
Muthu.R custom iterators
Hai, What is Meant by Custom Iterators Thanks in advance. hi, i don't know what exactly do you mean by that , but i guess its for, foreach, while, do ... while loops hope this helps Hai, Iterators are available in c#2.0.Through iterators we iterate through custom collection without implementing Ienumerable and Ienumerator.Then What is Meant by custom Iterators Thanks in advance. A "custom interat ...Show All
kilroytrout New to VB 2005 - Getting a file...
I had previously been teaching myself VB 5, and written a good number of programs, one, a very LARGE program to track lottery numbers, wheeling, printing reports and everything. I pretty much knew what I was doing then, and had many books to back me up in the evnt I got stuck. But that was then. All my hard work from back then is useless in VB 2005. Now, I'm trying to learn VB2005 all over again, and it ain't pretty, as they say. I am only ...Show All
Webdroid Creating a Database in Visual C++
In the SQL browser on Visual C++ the menu is greyed out to create a new database. I cannot seem to find out how to create a data base. VC++ is not the tool to create a database. Do you have MSDE or some other database program installed As someone else said, the Express Editions are very limited in this way. I have the VSTS edition, but I'd still create databases by writing SQL in Query Anal ...Show All
echu0123 Visual C# Express in Cybercafes?
Hi, Visual C# Express looks awesome, and I'd really like to be able to use it. I travel a lot, so much of my development is from cybercafes; laptops are heavy; USB keys are lightweight. As far as I can tell, there will be no way for me to use Visual C# Express in a cybercafe usage scenario, because I will need to reregister each time, and, in one year's time, will maybe need to purchase a product licence for each single usage ...Show All
tonic999 PLz tell me how to use Split function method in VB.net
Hi there friends i am having problem in spliting a string by the built in Split method in vb.net plz guide me and tell me the method how to use this function Thankyou plz tell me as fast as u can bye Here is a very simple example: Dim sourceString As String = "This is a string I wish to split into words" Dim arrayOfStrings() As String = sourceString.Split( " " ) Alternatively look in the help: Make s ...Show All
Chris Longo Add New Item: Search Online Templates... Are there NO templates available online???
Okay I will preface this by stating that I am just using Visual C# 2005 Express Edition (the kiddie version)... When I go to the Project menu and choose Add New Item... I am presented with a dialogue that resembles the following: I'm having a similar issue as well. I'm looking for a Visual C# template called Windows Service. Is there a download where i can get the rest of the C# templates as well Thi ...Show All
Nandagopal Cannot register Visual C# Express Beta 2
Links provided to register are not longer valid. I've tried it several times but result is still the same: page cannot be viewed. Can anyone help me please Do NOT use the links provided in Registration FAQ question #15 to obtain an registration key for your Express Edition; this is not the purpose of the links in that question. To register your product, click the Register Now link in the Help menu or Activation/Registration dialog box th ...Show All
jelo_1 Is Visual C# 2005 Express v50630 avalaible for download?
I saw that there is a new version of Visual Studio 2005 Beta 2 with the framework 2.0.50630. I'd like to know if there's a C# express beta avalaible for download. Thanks in advance for your help Thank you very much. I'll wait for next week CTP :) Thanks again luca - No. The 2.0.50630 version is the July CTP, and there was no version of Express released with the July ...Show All
Jimdbc-LLC Cannot create new projects
whenever I try to create a new project, the process (Creation) is failing. It appears a msgbox (vbcritical): "Absolute path information is required." importent informations: - OS: Win XP professional - no other releases installed before is there a option I didn't find until yet I only wish to create a new application. Please, can anybody help me ! I'd be thankful for each answer or idea. Hi, I tried everything but it doesn't wo ...Show All
newCinC Tiny app consumes lots of RAM
I just created a small app for my contacts and it uses a small database with one table and single Windows Form. IN the Vb IDE, all I did was a simple drag and drop from the data sources panel onto the form. I let the ide create the controls, on the form, to interact with the database. Other then the binding navigator, no other controls are used. No menus......nothing. I compiled and published the project and installed it on my pc and ran it. ...Show All
arpicheck Search Feature and Send Email.
Hi all !!! I want to create website that has a feature to search my database. Also, I want to make the website to be able to send email to my customers that are stored in the database. Is anybody outhere know how to do this Or maybe have some helpful link about creating these features in VWD 2005 Thanks a looottt in advanced. hi, vwd forums http://forums.asp.net hope this helps Were you able to find answer ...Show All
mentoche Run a C# program
Hello all I wrote a small C# (2005) program that reads data from Excel 2003 and create another Excel document. The code refers to Microsoft.Office.Interop.Excel. Now I want to run this program from another computer with Excel 2003 and .NET Framework 2.0 installed. What else I need to run the program, except copying over the EXE file thx Yuelin That's all you need! If the client machine has the ...Show All
Rasim_Yilmaz cannot inhertis Image class ??????????????????????
this is my code : public class ImageData inherits System.Drawing.Image end class when i write it, a error show : "Class 'ImageData' must declare a 'Sub New' because its base class 'Image' does not have an accessible 'Sub New' that can be called with no arguments." so, i wrote it then : public class ImageData inherits System.Drawing.Image Sub New() end sub end class then, a error next: "First statement of this 'Sub New' ...Show All
