Answer Questions
wgkwvl casting help
i need help in casting some objects...in my program i have a treeview in which nodes(nodes are classes of various type...like organization(inherited from treenode)) has a context menu that could show a form...now..if i start a new project there is no problem in casting.....if i open a project when i try to show a form on a node there are casting problems...i posted some code...i hope someone will help me...i need to cast from TREENODE to ORGA ...Show All
Jukka Kivistö Build a Program Now! E-Book Question
Hey there, I just started using Visual Basic and I was wondering about that E-book. I went to the registration benefits and was told I can't register because I am not 16. Is there any way for a 15 year old to get a copy of the E-book You are obviously both too honest to do what I suspect a lot of people would do - LIE I have an original hard copy of the book if you wanna pu ...Show All
pritchi How do I build a dll from command line using C# express ?
I have C# express installed and would like to build a dll with following command : csc /target:library /out:bank.dll a.cs The windows Command Prompt responds with " 'csc' is not recognized ..." I know in VS 2003 I can use the .NET Command Prompt. How do I do this for C# express so that my above dll build command will be recognized thanks. hi, It is working. than ...Show All
onewebclick 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
BioSlayer How do I bring the animation in my form, to front of the controls?
Gents, I have an animation on my form, a bouncing ball. The animation is function good, but it is bouncing behind all the controls. Howe do I bring the ball to front of the controls Best Regards Cathrine Private Sub Timer4_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick If CheckBox1.Checked = True Then Dim grfx As Graphics = CreateGraphics() grfx.DrawIm ...Show All
John Bevan registering on Help menu of VB
Have gone through the registration process as far as getting the registration key. Now I am supposed to " From the Help menu of Visual Basic 2005 Express Edition, select "Register Product...." I am very new to VB and can not find a help menu with a "register product" menu choice. I went to create new project, but that help menu didn't have that choice. When you St ...Show All
52179apb Properties.Settings gives error :"0, 0 is not a valid value for Int32"
Happens everytime, don't know why... Take a form... In properties: ApplicationSettings...Location...new...opens up a standard window to pick a New Application Setting...Take the default value 0;0 or make that anything you want and then somehow that 0;0 turns into 0,0. Now when I edit it in the Settings.settings and type in 0;0 instead of 0,0 ...pop-up says cann't convert 300;00 to an instance of System.Drawing.Size... Am I missing somethi ...Show All
Vipul123 post asp.net in the net or microsoft Internet Explorer
Hi everyone I am kind of new in asp.net. please can you help me with this if I have a page or a web cite build by using asp.net. or an asp page in my visual studio, how can I put to the enternet... my quesion is how can see my page with out using visual studio run and debuging tools.. thank you.. Leader... Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was ...Show All
Stumkar MSDN Lib Express Question
hi, I have downloaded the VB Express full image and installed it fully including MSDN Lib Xpress. does the MSDN found on the install image only install docs for specific langauge the image is of OR it install docs for all languges and IDE like VBW & C# thanks, Abhishek The entire library is installed on your machine. The Express SKU you've installed then filters based upon the docs attributed for ...Show All
Kossori Creating reports in Vb Express 2005
Are there any type of reporting features in VB Express 2005 Tried Crystal 9.0 with no luck. Any help appreciated. John Williams Crystal doesn't come with the Express Editions. If you're using SQL Server, you can use Microsoft's reporting services. I think reports can be added from the new item... menu, and report controls are available on the toolbar. If you're not using SQL Server, you ...Show All
yestee How do i get Data Out of a List Box and Seperate it ?
hi im quite new to VB i have been asked to build a program that will ping a number of ip address. I have placed The IP Addresses in a Access Database and have bound the IP Address Field to a list Box. At present i can select a IP Address and it will work but i need some way of it doing it automaticaly The problem is that i don't know how to get vb to go though the list and ping each item on the list any help on this would be great. th ...Show All
u771381 How Export table as .csv file
I need export the data. Please help-me. Thank's Oh it works alright. The principle is sound but you obviously have to code it right. How about you post the code you tried and we'll try to work out the issues. You can use ADO.NET to interact with CSV files, although I've never used it to write on from scratch. I'd guess that it would be possible though. Alternatively, you ca ...Show All
Robert Heitkamp - Microsoft Problem Using bootstrap installer and registration
I read through the newgroup hoping to find a solution but ... Here's the system: AMD 64 dual core - Dual processor - 8GB RAM - 80GB free drive space Running XP64 Here's the scenario: 1. Was able to surf the web, start the download of VB Express but the bootstrap wouldn't download any data. 2. Followed the instructions and downloaded the .img file, then installed from the CD image. 3. VB Express installed fine, ran it and the Info window in ...Show All
Ken Powers How to turn off Overflow Checks?!?
Is there any good reason for not having the ability to turn off overflow checks in VB.NET Express I know that this is an "advanced" option, but lots of common code code doing some binary operations will break and not be usable for beginners to run and study . That's pretty bad IMHO. There's the workaround of course by putting the "RemoveIntegerChecks" XML element in the vsproj file manually, but why all this pain, Mic ...Show All
nkerkin Access - Autoincrement problem
I have some code to add a new record that I adapted from the Developer Tutorials as follows: If _ARecID = 0 Then Dim MyRecords As AUTORECSDataSet.AUTORECSRow MyRecords = AUTORECSDataSet.AUTORECS.NewAUTORECSRow() MyRecords.MFG = MfgComboBox.SelectedValue MyRecords.Model = ModelTextBox.Text MyRecords.Year = YearTextBox.Text MyRecords.DateDone = DateTime.Parse(DatePicker.Text) MyRecords.Mileage = Integer .Parse(Milea ...Show All
