Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Webwzrd
  • Content: Threads
  • Order by date
  1. Webwzrd

    How do you Encrypt .dll file?

    Hello, I was wondering if any one knows how to securely encrypt and decrypt a DLL file? Thanks!
  2. Webwzrd

    How do you binde a dataSet to a DataGridView in windows???

    I am building a windows application and need to bind the data in a dataset to a DataGridView. I keep getting a grey screen. Can someone please help me with this??? Dim ds As New DataSet Dim BS2 As New BindingSource() BS2.DataSource = ds dg1.DataSource = BS2...
  3. Webwzrd

    Help with DataGridView !!!

    Here is my problem: I have populated my dataset from an XML document. I have verified that the data is in the dataset. I have set the datasource for the databindingSOurce to be " BS1.datasource = ds.Tables(0)" I then set the Datasource for the DataGridView to BS1 And All I still get is a...
  4. Webwzrd

    Does Windows Server 2003 support DotNet applications?

    I want to use vb.net to write some services for our Windows server 2003. Does any body know if Windows Server 2003 supports DotNet applications? Without any major changes to the server that is. Thanks in advance! Webwzrd
  5. Webwzrd

    Wireless Network Data?

    Anyone know how to progmaticly get the information from the wireless network that a computer is connected to ie(SSID, Signal Strength, etc.)? I know that it's possible, but I just can't figure out how to do it. Any help would be greatly appreciated.
  6. Webwzrd

    Setting the page background color progmaticly ?

    I haven't needed to do this in DOT.NET until now. Anyone know how to change the page background color using the code behinde???? I had the folowing code sample, but it dosent seem to work: bodyElement.Attributes("bgColor") = "Gainsboro" I also set the page Body tag to run at server. Any...
  7. Webwzrd

    Traping the Print Command from the browser?

    Anyone know how to trap the browser print command in .NET using VB?????? THought I had it figured out, but I guess not. Any help would be appreciated! :-) Thanks!
  8. Webwzrd

    How do I get a list of current session variables ?

    I hope someone can help me with this. I need to get a list of current session variables and their values for each page. I need it for bug tracking. Every thing I have tried has failed. Any ideas would be greatly appreciated! Thanks! Bob
  9. Webwzrd

    How do I Accessing the Settings in Web.config from an HttpModule???

    I have writen an custom Error Logging HttpModule and successifully added it to the web.config file. the trouble is that I can not seem to pass variables (Keys) to the module. In this case it is a database connection string. This is the code I' using in the web.config file: <configSections>...
  10. Webwzrd

    How can I display an html page inside a windows form?

    I need to be able to display an html page in a windows form, but what control would I use, and how would I use it? Thanks in advance!
  11. Webwzrd

    ASP.NET and FoxPro ?

    Can someone please give me an example of a connection string for a fox pro database located on another server? I have tried &quot;\\MyOtherServer\D:\ My.DBC&quot; I keep getting an invalid Path or file name error. I have verified the path several times. Any help would be...
  12. Webwzrd

    VFP connection in ASP.NET

    Could someone please give me a sample of how to connect to a VFP database located on another server using VB.NET ? Thanks in advance! WebWizard
  13. Webwzrd

    Advanced .NET programming ?

    Any one know where I can find articles on Advanced .NET programming? It seems like the only articles you can find are for beginning .NET programmers.I was hoping to find some place where thay catered their articlesto the advanced programers. Any ideas?
  14. Webwzrd

    Connecting to FoxPro database ?

    Could someone please give me a simple example of how to connect to a foxpro database ? Thanks in advance !!!
  15. Webwzrd

    Adding totalst to a Datagrid?

    Any one know how to add totals to the bottom of a DataGrid? I have built a datagrid with amounts in different columns, but I need to total them at the bottom of the grid. Any ideas would be very much appreciated.

Part and Inventory Search

Back
Top