Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Carmine_XX

@Carmine_XX
About
Posts
16
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to build a IP LAN Scanner in .Net
    C Carmine_XX

    Mhm but that program displays only PCs based on Windows. Is there a way to display all network devices? (network printers, routers, PCs with Linux/MAC etc.)?

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    .NET (Core and Framework) csharp question sysadmin tutorial

  • how can I test my FTP application?
    C Carmine_XX

    There are a lot of free hosters on the net, and also there are many FTP Servers freeware that you can install on your workstation. An example, a excellent freeware FTP Server is CesarFTP. Besides, try to search "free hosting services" on the net, almost all of those provide FTP access. ;)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    C# question sysadmin testing beta-testing

  • How to build a IP LAN Scanner in .Net
    C Carmine_XX

    Hello, How can I build a IP lan scanner in .net(vb.net/c#)? It should give the list of all computers/devices in the network, and their relative IPs and (eventually) MAC Address and device/computer name. Thanks in advance, ;)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    .NET (Core and Framework) csharp question sysadmin tutorial

  • Windows NT Standard Service
    C Carmine_XX

    Mmm I think that you are OT... This forum is about .Net. However, you may use the API RegisterServiceProcess to do that. But I don't know if it works also in Windows NT. Bye,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic

  • I am facing following problem, Please Help
    C Carmine_XX

    Firsts, enable the details of errors by write this in Web.config: So, write the full details of the error so that we can help you. Bye, ;) Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    ASP.NET help csharp asp-net sysadmin

  • Setup Poject
    C Carmine_XX

    A bootstrapper is only a simple program without user interface, this program only extracts the MSI file from an integrated resource and executes that. So, you can make a bootstrapper that englobe the MSI files that you want, and then extract (and run) these. Bye, ;)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Studio question workspace

  • Very Urgent
    C Carmine_XX

    I forgot, if you intended instead really to create a web page, you only have to use the FileStreams and FTP classes to upload the webpage (or, if the permission of the web-site allows that, you can create directly the page on the web space). Bye,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    ASP.NET csharp asp-net database tutorial

  • Very Urgent
    C Carmine_XX

    Start with learning ADO.Net... So you can read the information by DataSet or DataReader and print in labels on the web page... 1. Prepare the database 2. Open a connection 3. Execute a SqlCommand (or OleDbCommand if you don't use Sql Server) 4. Get the datareader 5. So print the information that you got. Or use the DataSet and DataBindings. Bye, :)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    ASP.NET csharp asp-net database tutorial

  • Check Database after every 10 Seconds?
    C Carmine_XX

    You can simply use an AJAX timer that manage the hidden postbacks that check if the record exist, interrupts the video. AJAX timer is a component of Microsoft AJAX framework (Atlas) and it's completely freeware. Enjoy ;)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    ASP.NET csharp database tools question

  • window opening
    C Carmine_XX

    You can use a variable in the Session object to store what the user choose in the popup. So, in the main page you check what the user chose (an example, a AJAX timer that checks the value of the variable in Session object) and open the appropriate popup. Or else, you can simulate a pop-up window by using DIV(s) and AJAX. Bye,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    ASP.NET tutorial

  • Setup Poject
    C Carmine_XX

    Strange... You could create a exe "bootstrapper" that extract and run all MSI files contemporarily.

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Studio question workspace

  • Implement a class
    C Carmine_XX

    It's simple. For example, You can just provide a simple class that have a List that contains the grades of students (an example, a List of custom classes that provide name/surname of student and the grades) and simple methods to calculate the average/highest/lowest grade. Another way may be to use a database, DataTables, XML etc... To test the class you can provide a windows form in that show the grades for each student (for example). Enjoy,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic design help

  • COPYING FILE
    C Carmine_XX

    It isn't hard... You only have to use the simple methods (copy, move, delete etc) of System.IO.File and System.IO.Directory classes to do this. Bye,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic question

  • Automated Program for getting downloadable files
    C Carmine_XX

    You can use the System.Net.HttpWebRequest() and System.Net.HttpWebResponse() to do this. Do the login and navigate the web page with HttpWebRequest, then parse the HTML code (got by HttpWebResponse) and get the link for download file(s). Bye,

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic csharp career

  • Project help
    C Carmine_XX

    Obvious... Vs2005 projects aren't compatible with previous versions of Visual Studio.Net...

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic help csharp announcement

  • Uploading a file.
    C Carmine_XX

    I think that AOL doesn't support HTTP uploads. However you may use the FTP Upload, .Net framework provides a class for this. Bye,

    Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    Visual Basic com help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups