y2k4life's Q&A profile
Visual Basic getting HTML from a website
Hi guys, I'm making a project that requires getting the HTML source from a website. I'm not at all sure about how to go about doing this. Any help would be greatly appreciated! Thank you so much in advance! -Robert Shoot....I don't know it as well. NO WONDER some of the things we suggested didn't work. Hey you can download either VBE which is quite comprehensive and free forever or something huger for six months and I would recommend that you do one or the other so I can help you. Otherwise, I'm going to be shooting in the dark. WHat's you pleasure ...Show All
Visual C# Problem loading web forms
I am new in C# and I am building a simple web form with just a label, but when I try to run it, comes a messages saying that the page cannot be loaded. What coud it be Is it user permissions or somethig Thanks I had similar problem but now it is ok. what i did is simple. the problem is with the configuration of Internet explorer, not with the server or code. do the following on internet explorere. Tools -> Internet Options -> then on Programs tab, click the Reset web settings button. Now it should work good luck ...Show All
.NET Development FTP & HTTP Classe Help
Hi folks, I'm interested in having an app upload files via FTP and also receiving web-page files via HTTP. I'm just wondering if someone can point me toward the classes/methods that are needed to perform these tasks Thanks, Zero Hi, you can use System.Net.FtpWebRequest and System.Net.HttpWebRequest classes. Good luck --mc ...Show All
Windows Forms Beta 2 Publish help needed
Hi all, I'm a student trying out VS.net C# express beta 2. I had created a simple hello world program. I'm using the "publish" feature that comes with vs.net, however I notice that when it's install on another computer, it takes a long time to install as the setup is downloading the .net framework 2 from the internet. Is there anyway to bypass the internet streaming and instead put in all in a cd-rom for the installation Thanks. Hi, I had the same troubles both with burning to cd and the bad link. I downloaded the good links but messed around with the bad one to get it to work. I looked at the other links, the ending # were all 3728* w ...Show All
Visual C++ printing
hi all i had made drawing on the dialog and then save these drawings as the bmp file and loaded them. now i want myapplication should print these drawings or the bitmaps loaded on the dialog. how to do that or anyother method of printing. i m using the visual studio.net 2003 and my application is MFC based application. Use BitBlt or StretchDIBits! Refer to the hundreds of code samples in www.codeproject.com there are enough samples to show how to print e bitmap. ...Show All
SQL Server Help building a #temp table
I have the following query: --build query for #temp table select 'L' as RECTYPE, identity(int, 1, 1) as JELINENO, max(i.jeno) + 1 as JENO, 'AJE' as JECODE, --build the fiscal year, when month = October, November or December add 1 to actual year FY = case when datepart(month, GetDate()) = '10' then datepart(year, GetDate()) + 1 when datepart(month, GetDate()) = '11' then datepart(year, GetDate()) + 1 when datepart(month, GetDate()) = '12' then datepart(year, GetDate()) + 1 else datepart(year, GetDate()) end, -- The PD starts in April and increases by 1 each month PD = case when datepart(month, GetD ...Show All
.NET Development how to draw barchart in c#asp.net
hi i am retreivind datas from my database and data's like students marks. i have to draw barchart for the marks, depans on the level of marks i want to draw the bar chart, so please give me coding to do this........... Two other options, use a 4th party control/component to do this, or use the extended YearIs2006PaintRectangle method. System.Object.Obfuscations.Components.WIndows.Controls.Item.Element.Object.Shape.Rectangle.X System.Object.Obfuscations.Components.WIndows.Controls.Item.Element.Object.Shape.Rectangle.Y System.Object.Obfuscations.Components.WIndows.Controls.Item.Element.Object.Shape.Rectangle ...Show All
SQL Server How To use Data Mining HTML Tree Viewer
Hi! I try to use Data Mining HTML Tree Viewer, but has some problem. In the Connection property, i can't set a new connection to this property. Help me!!! The Connection property should be used in the code behind the web page. When the web application already initialized an OleDb connection pointing to an Analysis Services server, that connection can be reuased by the web controls. An example (assuming a Tree viewer control on the page, named DMDecisionTreeViewer1) System.Data.OleDb.OleDbConnection cn = new System.Data.OleDb.OleDbConnection(); cn.ConnectionString = "Provider=MSOLAP.3;Dat ...Show All
.NET Development Is "Visual Studio" the only tool that generates typed DataSet?
Hi, I am looking for some alternatives for Typed DataSet generation. Do I have options other than VS2005 IDE for generating Typed DataSets Thank you, Alan Better question is HOW to make own data access or business object generator like MSDataSetGenerator. Any advice would be pleasant. ...Show All
Visual Basic Read a random Line From A File
I am attempting to write a BOFH excuse generator as a console app so I can run it's output into another program (an IRC client) but am having a problem figureing oput how to return a random line from the text file I am useing for the excuses. can anybody point me the right way thanks Wolf I think the best way to do this, is to quickly count the number of lines, perhaps storing them in memory in an array list or dictionary. Once you know the number of lines, generate a random number where the number of lines is the max and use the randomly generated number as an index for the lines that you ...Show All
.NET Development Web page filtering
Is there a class in .net 2.0 that can parse a page for its meta data, title, link For example, if I tried to parse google.com I would get its Title (Google), meta description (Something like "A search engine") and all the other goodies in a web page I don't feel like writting the class myself, too time consuming. Hello, I would suggest looking at the HttpWebRequest API: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfSystemNetHttpWebRequestClassTopic.asp You can also post your question in the Windows Forms Forum - as Windows Forms provides a WebBrowser control that you may be able to leverage. ...Show All
Visual Studio Team System Features in Data Dude
Are there any addition to supporting diagrams It's so difficult to use either the built-in diagramming feature or Visio to create usable physical diagrams; much less a logical one. Thanks very much. mailto: ttoennies@hotmailc.com For this first release there won't be any new database diagraming tools. Cheers, Brian Randell MCW Technologies ...Show All
SQL Server Changing SQL-command with a script
Hello I want to change the sql-command that is behind a ole db datasource with a script So that first the script is run and that the sql-command is changed Somebody who has any idea g4rc wrote: can you give me a link to the post I cannot find it Its at the top of this page i.e. The first reply on this discussion thread. -Jamie ...Show All
Windows Forms Formatting a textbox for currency
I'm stumped. This should be the easiest thing to do in the world, and yet there is no obvious choice here. I want a simple textbox that automatically formats itself for money with a $ and 2 numbers after the decimal. I've tried the new maskedTextbox and am not impressed, that is really not what I'm looking for. So far all tries at using the .ToString method, the .String.Format method have failed. They generally just don't work. Any ideas would be appreciated. I tried overriding a textbox and taking over the OnPaint method. However, it appears that the OnPaint isn't used! WTF ! Why is it e ...Show All
Visual Studio Team System Can work items be tie to share point?
Hello, Is it possible to tie work item to share point What I would like to do is update work items from share point. Thanks i working on win98 and vb6 i made app with it but when i try to make it to exe file the windows 98 give me an error (this program has prformed an illegal operation and will be shiut down) ...Show All
