Search results for query: *

  1. T

    Displaying Picture in dataBound Form.

    Ok if this is a local database ie your not trying to uploafd the file you dont need to save you jusy need to tell it where the image is and update the record or save the record then it should work
  2. T

    Font Dialog Box

    where any of these code goes m on msn now and will be the rest of the day just wooke up but that was e you messaged earlier
  3. T

    Font Dialog Box

    I dont understand if you have a minute can you get me on msn
  4. T

    Font Dialog Box

    Any one here that can help me?
  5. T

    Font Dialog Box

    Full current Project http://www.ucandevelopments.com/A/Chat.zip
  6. T

    make datagrid editable

    Ok if you have already made a data grid add a save button and use the following as an example you will need to make sure that the data adapter and data set are named after your own. Private Sub btnSend_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSend.Click...
  7. T

    Font Dialog Box

    Tryed it but nothing I tired to implement this ideah not sure if i did it write or not but still gettiing the same effect
  8. T

    Datagrid binding and updating

    Heres A video that will Help You http://www.ucandevelopments.com/BEGIN1_19.zip
  9. T

    "Save As..." dialog box needed

    Webdav Possible Im not sure if the questio is to keep the database secure but if it is the i would sugest using webdav instead of ftp if you are using a windows box then you have the ability to set a drive path to that folder. This would also give you the ability to use windows authintication...
  10. T

    make datagrid editable

    Heres A video that will Help You http://www.ucandevelopments.com/BEGIN1_19.zip
  11. T

    Font Dialog Box

    how in the world would i do that ?
  12. T

    Font Dialog Box

    ok Il explain what im doing Baically this is a chat aplication fairley simple but all the same a chat app now what i want to do is allow the users of this chat to control there font and color of the text they type now i can get it to change in the box as they are typing thats easy the problem...
  13. T

    Instant messenger IP Help

    Sounds to me like you bes bet is to create a server and a client and let the server do all the directing this way the server knows the ip of each individual rather then trying to setup a peer to peer conection
  14. T

    Font Dialog Box

    Not the problem :) I know that portion but thats not the problem the problem is sending the font data from client to the server then back to the client so that it only effects the text you type....
  15. T

    Font Dialog Box

    Help Can any one please help me with this. IF some one can help then ide be happy to compinsate you with a year of free hosting on my server with unlimited bandwidth asp etc... Thanks in advance please contact me here on my irc or my msn @ blackrose_1100@hotmail.com
  16. T

    sending seperate data streams

    Wrong client code here is the correct client Imports System.Text Imports System.Net.Sockets Public Class Form1 Inherits System.Windows.Forms.Form Public Delegate Sub DisplayInvoker(ByVal t As String) #Region " Windows Form Designer generated code " Public Sub New() MyBase.New()...
  17. T

    sending seperate data streams

    ok so Im still a complete noob to vb and trying to build this great aplication any ways heres the problem i have i have put toghter a basic chat aplication using sockets now the problem is when i tell it to send the font to the server and then back to the client it goes to the server in a text...
  18. T

    Font Dialog Box

    Wow well that was simple but i still have one issue when i click send on the chat aplication although the text shows up in the area ment to type it shows up normal in the recive window unless i tell it to add the font to the recive window as well now the problem is i want people to be able to...
  19. T

    Font Dialog Box

    Hello all i am new to vb.net and at that any programing out side of pgp mysql and html. Anyways the problem that i am running into is as follows i have set up a basic socket chat aplication and am now trying to add font options a can get the font Dialog Box to apear but cant seem to get the...
Back
Top