ASPFriends.com 'aspngvb' list Archive - April 2002
Messages
Page: 1
help Shell Execute (2 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngstart] to [aspngvb] by Devin devinr@drone interactive.com I know this question is not ASP.NET But I need help VB.NET I am trying to use ShellExcute, it does not return any errors, and it does not launch the application any ideas as to why ??? any replacements for Shellexecute ?? Thanks Gene shuten@lucent.com
Naming conventions? (3 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by James Avery javery@deluxeeng.com I am wondering what VB.Net naming conventions people are favoring for use in the web pages. I know MS has tried to discourage hungarian conventions for .Net. Are there discussions I could review in the archives? I am not sure how to access them. Thanks. Kel
Component on VB.NET (3 replies)
ASPFriends.com 'aspngvb' list
Does anyone knows how to create a component on VB.NET and use it on VB6 ??? Guillermo Rivero
Compiling .vb files (5 replies)
ASPFriends.com 'aspngvb' list
Hi all, Since I cant afford VS.net, I used the vbc.exe at the command prompt to compile my .vb files. But its a pin to type the command line everyting you want to compile or there is an error in your .vb file. Is there an esier way to compile. problem is my doskey doesnt work either on Win Xp pro. Any help wuld be appreciated Regards Srini Do not go where the path may lead, go instead where there ...
option strict as default for all projects ? (2 replies)
ASPFriends.com 'aspngvb' list
Is there a way to set option strict on for all projects by default? David Everything in this e mail and any attachments relating to the official business of Isonet ZA is proprietary to the company. It is confidential, legally privileged and protected by law. Isonet ZA does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of Isone...
Variable is not declared (3 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by devin devinr@drone interactive.com I have this extremely odd (and ultra extremely frustrating) problem where the command window tells me a variable "is not declared" when I've just declared it TWO LINES ABOVE in the code. Its like the debugger, or runtime, or whatever just skipped right over that line. And this is the second time this has happened to me...
Variables being shared across browsers/sessions/etc?! (4 replies)
ASPFriends.com 'aspngvb' list
Ok, I've completely lost it this time. I can't for the life of me figure out why this is happening...I'll do my best to explain the scenario: * All classes are in Namespace NMS, and are Public * File: Reports.aspx (class Reports). This class imports System.IO (for Streaming), System.Net (for spawning a web URL in the background), and System.Web.Mail (for email). * File: ReportsBL.vb (class Reports...
Acquiring DNS MX record? (2 replies, VIP)
ASPFriends.com 'aspngvb' list
Is there a way to use the System.Net.Dns class to acquire the MX record with a string from an email address (after the @ sign) ? If not, how would one go about doing this? Thanks for any thoughts... Al ALB
SV: Input string was not in a correct format. (2 replies)
ASPFriends.com 'aspngvb' list
Try to alter this line: lblMessage.Text " b Rs." & ObjAccount.getBalance() & "/b " to this: lblMessage.Text " b Rs." & ObjAccount.getBalance().ToString() & " /b " Observe also the closing BOLD tag is missing the left bracket. Hth Regards/Hälsningar André Colbiörnsen Sonnenburg Communications Bergsgatan 3, SE 211 54 Malmö Sweden Tel.: 46 (0)40 97 78 80 Fax.: 46 (0)40 97 78 80 Mo...
Option Strict Questions (2 replies)
ASPFriends.com 'aspngvb' list
Question One: Dim bTrace As Boolean IIf(Request.QueryString("trace") Nothing, True, False) Trace.IsEnabled bTrace I'm trying to implement the Option Strict feature and am receiving the following complaint, "Option Strict disallows implicit conversions from System.Object to Boolean" on the Immediate If statement (IIF(....)). How can I correct this syntax to achieve early binding? Question Two: I al...
Newbie Question (2 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by Jeff Widmer jeffwids@aspalliance.com Moved from [aspfreeforall] to [aspngfreeforall] by Kenneth Hor lists@vervesystems.ca Hello, I'm making a transition from ColdFusion to ASP.Net and am wondering how I would declare a default value for a variable (in VB) if it does not exist in the Request.QueryString or Request.Form scopes. For those of you familiar w...
Persisting variables across postbacks (10 replies, VIP)
ASPFriends.com 'aspngvb' list
Does anyone know how the rules for for how objects are persisted across postbacks? Is there anyway to garentee that a object will be? This has been giving me a lot of headaches lately. Thanks in advance Dot Net Guru Sieker
Dropdown List in VB.Net (3 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngibuyspy] to [aspngvb] by Bob Levittan blevittan@hotmail.com I am having a problem with the DropDownList in VB.Net. In my web form, I cannot get it to set a string when it selects a new item. Can anyone tell me what I am missing? In the DropDownList1 SelectedIndexChanged() Event Dim strID as String strID DropDownList1.SelectedItem.Text txtTextBox.Text strID Nothing gets put into th...
AppSettingsReader.GetValue - how to? (2 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by devin devinr@drone interactive.com Moved from [aspngstart] to [aspngfreeforall] by devin devinr@drone interactive.com How do I use the AppSettingsReader.GetValue Method to return values I've defined in Web.config? 20 web.config: ... appSettings add key 3D"myKey" value 3D"myValue" / /appSettings & 20 aspxpage.aspx.vb: Public strSetting As System.Configur...
FileSystemObject or .NET equivalent (6 replies)
ASPFriends.com 'aspngvb' list
Hi, Does anyone have, or know of a tutorial or examples for reading directory contents in VB.NET? Thanks, Dot Net Guruhew
Get Domain Users in .NET (5 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by devin devinr@drone interactive.com Does anyone know how, in VB.NET, I can get a list of a given domain's user names? After THAT, does anyone know how I might take one of those user names and then view the properties of that user (i.e. what groups (s)he belongs to)? Thanks! Send and receive Hotmail on your mobile device: http://mobile.msn.com
Starting .net (5 replies)
ASPFriends.com 'aspngvb' list
Hi all, May any one tell me how to start .net programming . any sites thats gives details how to start .net programming spacially vb.net br NM
Clear the clipboard (2 replies)
ASPFriends.com 'aspngvb' list
Hello How do i clear the clipboard with vb.net? TIA /Jo Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com
Search Function (2 replies)
ASPFriends.com 'aspngvb' list
Moved from [aspngfreeforall] to [aspngvb] by Marcie Jones marciejones@yahoo.com I am trying to upgrade some SQL search code to .NET from classic ASP. Having an issue getting the string into an array. Any ideas? If Instr(txtKeyWord.Text.ToString(), " ") Then Dim strSearch AS String txtKeyWord.Text.ToString() arrSearch Split(txtKeyWord.Text.ToString(), " ") For i 0 to UBound(arrSearch) If i UBound(a...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification