Answer Questions
Anagoge system.net.ipaddress.parse
I've searched everywhere and tried it on two computers, and I'm completely stumped on this one. I'm using VB Express Edition with .net 2.0 on Windows XP SP2 attempting to create a simple telnet client. According to the documentation and all the web searches I've found, the correct way to connect to a (named) internet server is to use system.net.ipaddress.parse("theaddress.com") which returns an ipaddress I can then combine with a port ...Show All
ASharif clocks and Excel, or ?
Hello all, I need to present 2 labels based on the time of day, ...eg, It is now time1, or it is now time 3, I'm having quite a "time" trying every way from Sunday to make it work. I also need to do a VLOOKUP type function in an array, or in an actual excel file (I'd prefer to do it in a SQL way from a local database file. It sort of like a mileage chart on a map. I have a form made up with a list box of 85 sele ...Show All
Carlos Guzman Alvarez Problem with .Net syntax from VB6
Hi guys, How do i do this in VB.NET Code: d = CDate("01/" & m & "/" & Y) + i - 1 It keeps saying 'Operator + is not defined for types 'Date' and 'Interger' Thanks Flex.Col = Weekday(.Fields( "DateFrom" )) - 1 iRow = DatePart( "ww" , (rs!datefrom)) - DatePart( "ww" , DateSerial(Year(rs!datefrom), Month(rs!datefrom), 1)) + 1 Ok, so what am i doing wrong here this works in VB6 ...Show All
RonBonBon Trouble with opening a new window
Recently I've been handed with a project that requires a window to open another window. The problem is that I can't find a way to open a new instance of itself. The client should click a button and a new window of itself should open up. Is there a way to accomplish such thing Thanks Perhaps, but as a generic piece of advice, it should be a member, or modal. Hi JinMaster, Try this: Assuming you ...Show All
petdoc Error Message...please help
I'm getting this error message when trying to build my program. I've looked in this forum for similar problems....tried those, but am still getting the same message. Would someone please shed a little light on what the problem might be and how to fix it Here's the error message: ------ Rebuild All started: Project: blackjackbet, Configuration: Debug Win32 ------ Deleting intermediate and output files for project 'blackjackbet', co ...Show All
Chris Nyberg insert filename into SQL Table
Hi I'm just not getting this but how can you insert the filename into a table. I managed to upload a file from website to my hard drive but now what to save the filename to a field in the database. Can someone please help Here's the code for aspx file and following the code for aspx.vb file: <% @ Page Language ="VB" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFil ...Show All
TheJCMan demo projects
Hi, I installed VC++ Express yesterday (including the platform SDK) and (I believe) succesully made all the changes to built native applications rather then .Net. I can't find any demo projects in the installed folders. Are there any If not, someone knows where I can download these Thanks! Thanks guys! That will get me started Dr. Pastor. wrote: 1>------ Skipp ...Show All
Ed Allan Saving table
Hello I am fairly new to this, I have been creating a small application that has come together fine and works, however all data that is stored in my table is lossed when the user exits the program and loads it back up. I presume that I need to have some way of saving the table and loading it up when the program is opened again. I have tried a few things so far with no success, can someone tell me what the best way of doing this would be, and ...Show All
kevingpo Updating a database using a TableAdapter where a column was added programatically
First time a data application, I need to change number of columns in runtime programatically and save it back to the database. I managed to read data from a manually filled database using a TableAdapter as shown in the examples. I used the dataset design tool to create the TableAdapter methods (GetData() generated by the wizard) and filled a DataTable object. Data got there correctly. However I tried to add a column to the DataTable ...Show All
Andrew Mayorov total newbie: how do i create a logon form?? HELP!
hi i would like to know how i could supply 2 textboxes and 1 button to logon a user to a website like myspace.com and it would use the input in the textboxes for the username and password, and once the button is clicked it would log them onto the myspace.com and myspace would appear in webbrowser1 i have the code for webbrowser1 to navigate to myspace.com after the clicking of the button but how do i submit the username and pass in the ...Show All
jhin already defined function error
When using the form designer I get an error saying " ------ Build started: Project: Sketch Pad, Configuration: Release Win32 ------ Compiling... stdafx.cpp C:\Program Files\Microsoft Visual Studio 8\VC\include\KamReg.h(20) : warning C4172: returning address of local variable or temporary Compiling... Sketch Pad.cpp AssemblyInfo.cpp Linking... stdafx.obj : error LNK2005: "char * __clrcall ReadKey(char *,cha ...Show All
Pinky98 How can I get UML from code?
I have Visual Studio 2003, Visio and Visual Studio Express. I am doing a proyect in the Express edition and I would like to get the UML out of it. I am stuck because I cannot open the proyect in the 2003 version, nor in Visio. Is there any plugin to convert 2005 proyect to 2003, to reverse-engineering to Visio or any external tool I think MS is doing a great job having this Express editions but I think they should have provided a way to work ...Show All
bopritchard VS C# Express hangs during install
I have Visual Web Developer Express succesfully installed along with Sql Express, .NET 2.0 Framework & SDK. But when I try and install C# Express it gets about 3/4 through the "Setup is loading installation components, this may take a minute or two" and then just hangs there, no errors or dialogs. Any suggestions on how to diagnose this I have cleared out temp folder and tried to re-install to no avail. Thanks. ...Show All
dr Davide Bombarda Starting Over?
Ok. I have had VB express for about 3 weeks now. I have 0 experience with programing. Sorry, all you techy people. But I have learned some cool things. But as I tried to jump into the fire ( and its hot ) i found nothing but frustration. Hence, I have improved on my "google" searching abilites and might add found "never before patience." Says my wife. Any way. Too bad for all of the very nice people that have put up with my & ...Show All
SmugX What is VWD Trying to Tell Me?
Using Visual Web Developer on a remote machine and connecting through FrontPage extensions to an IIS server I receive this message every time: Visual Web Developer 2005 Express Edition Beta cannot detect whether the site 'http://...' has been configured for use with ASP.NET 2.0. You may need to manually configure this site for ASP.NET 2.0 in order for your site to run correctly. Does this mean the server is missing som ...Show All
