Search:

Type: Posts; User: SwapsRulez

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Re: [2008] How do i limit my textbox to accept only perticular characters.

    Also not working for 0. i've tried enter event also. :(
    please help me.
  2. Re: [2008] How do i limit my textbox to accept only perticular characters.

    Private Sub Phone_Text_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Phone_Text.MouseClick
    Phone_Text.SelectionStart = 1
    End Sub
  3. Re: [2008] How do i limit my textbox to accept only perticular characters.

    None are working :(
    also you are doing right. also the your answers were right.
    but still its sticking with the same position. :( donno why ?
  4. Re: [2008] How do i limit my textbox to accept only perticular characters.

    Thanks so much working.... but i have one problem also...

    i have a Masked textbox in the project. when i click on that masked textbox. the cursor location goes to only the position. but i want it...
  5. Re: [2008] How do i limit my textbox to accept only perticular characters.

    Please can u explain in more detail with coding. i'm new here. dont anything about that. please help me... :(
  6. Re: [2008] How do i limit my textbox to accept only perticular characters.

    They are the controls. i want it done through the codes. like in VB6. thanks sooo much.... waiting for your answer.
  7. [2008] How do i limit my textbox to accept only perticular characters.

    [2008] How do i limit my textbox to accept only perticular characters.
    means suppose i want the email textbox, then i'll accept only keys having
    a-z,A-Z,_,0-9 only.
    for phone number, i'll accept...
  8. Re: [2008] [HOW TO]MS Access Database file Through Data Source

    hehe... :)
  9. Re: [2008] [HOW TO]MS Access Database file Through Data Source

    But you are the only one who help me :)
  10. Re: [2008] [HOW TO]MS Access Database file Through Data Source

    Huh.... solved Finally.... thanks... i'm damn sure its because reinstallation things & moving from Professional to Express Edition. :)

    Btw.. what it this

    You must spread some Reputation around...
  11. Re: [2008] [HOW TO]MS Access Database file Through Data Source

    When selected the Microsoft Access Database file & clicked OK, it showed me the box to Add the connection :(

    here is the screenshot

    http://img156.imageshack.us/img156/3269/60239351mm9.jpg

    &...
  12. [2008] [HOW TO]MS Access Database file Through Data Source

    Whenever i'm trying to add the MS Access database file to the datasource, its asking me to add connection. Where is that button to browse the .mdb file & connect it. i cant find it here. I cant...
  13. Re: [2008] How to insert the autonumber field in table.

    Thanks For that syntax,

    Also thanks to remembering me about that sweet MSDN library. I will use that in next reference. & even if i havent got there. I'll come here. :)
  14. Re: [2008] How to insert the autonumber field in table.

    Yeah, But how to get the time in that format ?
    i'm currently generating the news_ID like this.

    Dim NewsID As String = Replace(Strings.FormatDateTime(Date.Today, DateFormat.ShortDate), "-", "") &...
  15. Re: [2008] How to insert the autonumber field in table.

    Thanks & Sorry about the dumb about where to posting. Also my problem is solved. I'm storing the Current Date & Time as the News_ID instead of autonumber.
    My News_ID is now like this

    110208095849...
  16. Replies
    8
    Views
    975

    Re: [2008] Will autonumber help me ?

    Then how i'm gonna do that. Do i shift all records manually :(
  17. Replies
    8
    Views
    975

    [2008] Will autonumber help me ?

    Suppose if i used the autonumber fields, will it be indexed in correct manner again if i deleted the perticular row.
    e.g

    01 Steve
    02 Ricky
    03 Swaps
    04 Swanky
    05 San

    & here suppose if i...
  18. Re: [2008] How to insert the autonumber field in table.

    But if i'm not wrong, we can set like that in the MS access by using the FORMAT option for the Autonumber field. I've made there following entry in the FORMAT field.

    "01"000

    Then its working...
  19. [RESOLVED] [2008] How to insert the autonumber field in table.

    Hi guys,
    I have the News_ID field in the table, which is primary key & also autonumber field. But i want that field to be inserted in the following format.

    021008000

    Where 021008 is the string...
  20. How to Write the Format for Autonumber in MS Access 2007

    Hello friends,
    i've a little question, i've to create the News_ID field to be auto generated. But also it must have the following format

    02090801001

    02 - Current Date
    09 - Current Month
    08 -...
  21. Re: [2008] How to get last record in the table

    Thanks for the help mate... Now got the whole idea. Really appreciate your help. :)
  22. Re: [2008] How to get last record in the table

    But suppose if i want to change the order of the records to be displayed, then what should be the mechanism.... other than move up & move down ?
  23. Re: [2008] How to get last record in the table

    Sorry for being the less descriptive. Here is the whole concept.

    First of all, i'm doing the project to display the news in the frontend form one after another in the sequenced manner. I'm using...
  24. Re: [2008] How to get last record in the table

    Yups, I want exactly that. also there is a primary key for the table which is News_ID. I'm not sure how to make it auto generated. Though i think its not useful because i'm changing the positions of...
  25. Re: [2008] How to get last record in the table

    Yeah. That's the right query, but i need something to select the last record from the table without specifying its News_ID, coz in my case the rows are not sorted through News_ID that's why i'm...
  26. [RESOLVED] [2008] How to get last record in the table

    Here is my code... but the query is not supposed to work in some conditions. is there any possible query to retrive the last record without using the News_ID. Waiting for the answer. Thanks in...
  27. Re: [2008]Designer is not showing up for my form. My Designer form Lost. Help Please!

    Solved. I've written the

    Partial Class ACP
    Inherits System.Windows.Forms.Form

    in the ACP.vb which was not there. Thanks so much for the help mate. Really you saved my life. PM sent ;)
  28. Re: [2008]Designer is not showing up for my form. My Designer form Lost. Help Please!

    I've these lines at the top of the file...

    Imports System.Data
    Imports System.Data.OleDb
    Imports System.Windows.Forms
    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _

    &...
  29. [RESOLVED] [2008]Designer is not showing up for my form. My Designer form Lost. Help Please!

    I'm working on a project in VB.net 2008 Professional Edition.
    That has two forms
    1) ACP.vb
    2) Frontend.vb

    I've created the Control panel in ACP.vb & created one frontend in Frontend.vb

    But...
  30. Re: How to access the integer value in the table in VB.net 2008

    Thanks worked like a charm...... many many thanks!!!
  31. Re: How to access the integer value in the table in VB.net 2008

    How to do that ???? :(
  32. Re: How to access the integer value in the table in VB.net 2008

    But i want to retrive the value stored in the table. the value is the integer when i quick watched it as said by the jmcilhinney. The valus is also showing integer in the following line when added...
  33. Re: How to access the integer value in the table in VB.net 2008

    How to use those.... do you know any tutorial or something for handling the database operations. Which connection would you recommend to me. ADO.net or ODBC or something. also give me some links to...
  34. Replies
    17
    Views
    7,398

    Re: how to simulate a click by code vb

    Try this...

    If e.KeyChar = Chr(13) Then 'Chr(13) is the Enter Key
    'Runs the Button1_Click Event
    Button1_Click(Me, EventArgs.Empty)
    End If
  35. Replies
    9
    Views
    799

    Re: [2005] database help

    Tell him about the SQL Server... also i want to know.... :(
  36. Re: How to access the integer value in the table in VB.net 2008

    Still not working....
  37. [RESOLVED] How to access the integer value in the table in VB.net 2008

    I'm attaching the code here

    Private Sub Current_News_List_SelectedIndexChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Current_News_List.SelectedIndexChanged
    ...
  38. Replies
    14
    Views
    57,904

    Re: VB6 - Transparent UserControls for XP/Vista

    mate.... hurray..... it worked.... but what was problem with mine. also the buttons are not working properly in your project also. Its ok though, i've switched to now Visual Studio VB.net 2008...
  39. Replies
    14
    Views
    57,904

    Re: VB6 - Transparent UserControls for XP/Vista

    Can u send that project to me in the zip file. Really i swear... here its not working though i've tried with both the image & picture controls. Thanks in advance... :)
  40. Replies
    14
    Views
    57,904

    Re: VB6 - Transparent UserControls for XP/Vista

    it was set to false already, but i've set it once again. Saved the project. & Then run it. But still no chances, same output.
    After that i've closed the project & opened it again, as my bad luck,...
Results 1 to 40 of 57
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width