dim

  1. E

    Read and Write 3D array to a file in VB.net

    My Problem is i have a 3d integer array which i havenot been able to save successfully as a binary file. My code is somewhat like this (including a serializable class of which the array is a part) For i As Integer = 0 To 4 For j As Integer = 0 To 9...
  2. D

    Run-time errror

    Hello guys! Good Day! I need your help guys and expertise. I made a small program for our Prelim examination video rental system. I just stated with the search command button as we required. No the code that i made is almost running. When you first time searching for a category it will work...
  3. RBX

    RegEx Syntax Highlighting in RTB [VB.net]

    There are numerous examples of Syntax Highlighting using RegEx floating over the web but all are way too length and complicated codes for someone fairly new to Vb.net. I found this code which uses Strings Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As...
  4. Chetan1991

    Noticeable Dim Edge on O1!! What should I do??

    BIG TROUBLE!! I noticed that the bottom edge of the mobile's screen is very dim compared to other edges. It is noticeable especially when viewing books in landscape mode. I have the same problem with my laptop, but thats not very noticeable on the large screen. Please see the attachment to...
  5. cute.bandar

    monitor for a very finicky user

    Hi My CRT is finally dying and its time to upgrade to a LCD. Things I require in my new monitor: 1. must be matte 2. the best viewing angles that Rs. 8000 can buy. I generally lie down on the bed while the desktop is sitting on the table. So viewing angle is very important to me. 3...
  6. deepakgates

    Textbox in gridview asp.net

    So I dynamically added textbox into gridview in page load event Dim r, c As Integer For c = 0 To GridView.HeaderRow.Cells.Count - 1 For r = 0 To GridView.Rows.Count - 1 Dim tb As TextBox = New TextBox tb.ID = "tb " +...
  7. deepakgates

    Syntax error in UPDATE statement

    Hey im trying to update field password in a access database but obviously i cant thats why i am here here goes my effort end then error on da.update statement says "Syntax error in UPDATE statement."
  8. A

    need help in this code (vb6)

    can someone please assist me with the code. its not working. :confused: '------------------------countdown timer Code----------------------------------- Option Explicit Private m_StopTime As Date Private Sub cmdGo_Click() Dim fields() As String Dim hours As Long Dim minutes As Long Dim seconds...
  9. M

    Cabinet LED dim

    I have the NZXT apollo cabinet which as 2 front LED's (apart from power LED) which light up when i start the PC. Here is the picture, the red circle is where the LED's are located Today when i turned on the PC the left side LED is not lighting up and the right side LED is dim. I have a...
  10. saurabh.sauron

    VB 6 Query

    I am facing problems in connecting VB To Oracle. Here is the code that i have used Public Sub Conn() Dim cn As New ADODB.Connection Dim constr As String Set cn = New ADODB.Connection constr = "Provider=MSDAORA.1;user id=scott;password=tiger" cn.Open constr End Sub Dim rs As New...
  11. speedyguy

    HP notebook backlight problem

    i hv a tablet pc...ts supposed 2have a dim screen wen runnning on battery n full backlight wen on plugged in supply.....but since a couple f days i observed ts alwez showin a dim screen n thrs no change wen i plug in out the power supply..... is it a hw issue or sw.??? thanx Enjoy~!
  12. K

    power LED of cabinet busted?

    im using a zebronics marco cabinet and the power LED which lights up the power button and the front grill has suddenly gone quite dull it worked perfectly for about a week, all of a sudden it seems quite dim. i called zebronics and asked them what the prob was, they said that the LED's got too...
  13. Thor

    Determine if a credit card number is valid using VB6

    Courtesy : Techrepublic Newsletter. Or See Link at : www.snipurl.com/ccheck
  14. N

    RAM

    I've got a 5-yr-old HP Brio with 2 slots for (PC-100 SD)RAM (max 256x2). One's got the original 64 Mb dim. I desperately need more RAM. Where can I get it from? I've tried Nehru Place. Where does all the old, discarded RAM go to?? Does anyone here have any old DIM still lying around...
Top Bottom