Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Comatose

One of the most important things to understand when automating office, is that it's heavily [search]OOP[/search], and therefore you are forced to work with objects. In order to create an object that is external to your application (for example an office application, whereas a button or textbox would be internal …

Member Avatar for DJ-DOO
2
1K
Member Avatar for expvice

Hi All, I'm developing a new seo tool.I began my tool by converting aspx pages to html pages.I'm doing this by [code] mywebReq = WebRequest.Create(pageURL); mywebResp = mywebReq.GetResponse(); sr = new StreamReader(mywebResp.GetResponseStream(), System.Text.Encoding.UTF8); strHTML = sr.ReadToEnd(); sw = File.CreateText(filePath+"temp.html"); sw.WriteLine(strHTML); [/code] codes.But didn't get the exact page html from my …

Member Avatar for elaek
0
197
Member Avatar for sham
Member Avatar for vjeshemv2000

hai all, i have created a vb project and stored data into a databse named faculty. now i want to extract the details from the database. the fields included in the table are slno,faculty,subject,batch,ctr1...ctr6,overall per... my requirement is when i selected any one of the faculty then the report will …

Member Avatar for elaek
0
77
Member Avatar for elaek

Hello all; I'm using VB5 and Crystal report 4.1. My problem is how to add a line (or delete a line), in execution mode, from a report. Is there someone who can help me; Thanks

0
63