Search Result

Collapse
5 results in 0.0022 seconds.
Keywords
Members
Tags
visual
  •  

  • BALLS
    started a topic RE: Visual Studio NOOB question - XML -

    RE: Visual Studio NOOB question - XML -

    RE: Visual Studio NOOB question - XML -

    I need to find/extract XML output from a VS 2010 "web project". I've inherited the project from somebody who vacated it without notice. I DO NOT KNOW WHAT I'M DOING IN VS... but have been told by my boss that I must figure it out. My understanding is that when a VS "project" is "Run" it will generate XML output. I'M A TOTAL NOOB. How do I "open" and "run"...
    See more | Go to post

  • Need help fixing my Login Code in Visual Basic

    My visual basic code is:

    Code:
    Public Class Form1
    
        Dim PasswordTrials As Integer
    
        Private Property TextPassword As Object
    
        Private Property TextUsername As Object
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim Login = Me.ClientsTableAdapter1.ClientQuery(TextUsername.Text, TextPassword.Text)
    ...
    See more | Go to post

  • ramilol
    started a topic how to create cursor using gdi+ c++
    in C

    how to create cursor using gdi+ c++

    i wanna create cursor but i have no idea how all i know is that ill use create cursor to do it but the last two paremters need a some 00xff values i have no idea how to use them can't i just draw something using eclipse than create cursor using it
    any idea would help me?
    thanks
    See more | Go to post

  • joel1102
    started a topic select the correct textbox
    in .NET

    select the correct textbox

    I'm designing a form to send e-mails , have 2 textboxs and a listbox with the list of my contacts, making double click to the item in the listbox , the item should be added to the textbox where the cursor is already , the problem is when i choose the second textbox , the item is still being added to the first textxbox , this is mi code

    Code:
        Private Sub lstcorreo2_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 12 '10, 08:26 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]

  • airboy
    started a topic How to handle an exe from visual basic through php
    in PHP

    How to handle an exe from visual basic through php

    Hi! Its my first question here and I really hope to help me because I run out of my mind!!
    My question is: I have an exe, created from a visual basic project. Is there any script, code, function to manage the exe and its functions remotely from my php code? I tried COM() function but doesnt works... Please help me!!!
    Thanks in advance!!
    See more | Go to post
Working...