Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: Mistery1

Search: Search took 0.00 seconds.

  1. Question: Date Time format

    by Mistery1
    Answers
    2
    Views
    1,324

    Date Time format

    Hi there,

    I know MySql is already to take YYYY-MM-DD HH:MM:SS. Therefore I need to write code to change this format when saving into MySql database from my asp.net/vb application.

    I have this...
  2. Answers
    2
    Views
    1,146

    Hi there, Thanks for responding. When I change...

    Hi there,

    Thanks for responding. When I change the event handler to doubleclick, it throws me an error saying that doubleclick cannot be found. Please bare with me I'm new to asp.net/vb
  3. Answers
    2
    Views
    1,146

    Enabling textboxes

    Hi there,

    I wonder if anyone can help. I am looking for code to enable textboxes one by one. Basically I have 3 textboxes with the cell, home and work numbers. So when I double click on the cell...
  4. Question: Using ntlm

    by Mistery1
    Answers
    2
    Views
    1,224

    Hi there, I am creating my own site. A site...

    Hi there,

    I am creating my own site. A site that for our company only. I currently have a login in page where the user needs to sign on, and all the usernames and passwords are stored in a ms sql...
  5. Question: Using ntlm

    by Mistery1
    Answers
    2
    Views
    1,224

    Using ntlm

    Hi there,

    I wonder if anyone can help. I'm creating a web based application using asp.net 2.0 and vb. I need to know, when someone goes to this site and instead of having to login to this site it...
  6. Answers
    0
    Views
    1,297

    Insert listbox items into a ms sql database

    Hi everyone,

    I hope someone can help me.

    I have a listbox of many items and a table with many columns to accommodate these items from the listbox. I have basically have for every item in the...
  7. Inserting installed programs into a database

    Hi there,

    I am using MS Sql.

    Ok I have many programs that I need to install on many different machines, but what I want is, when a specific program is installed how can I insert this into a...
  8. Question: Clear Textboxes

    by Mistery1
    Answers
    2
    Views
    838

    Clear Textboxes

    Hi there,

    I am using the wizard to retrieve data from a database - vb. Basically I have 2 textboxes and a dropdown list. At runtime when I search using the textboxes and dropdown listbox and click...
  9. Answers
    4
    Views
    7,661

    Thanks for your help I have the answer. You have...

    Thanks for your help I have the answer. You have to add parameters. Check this link out

    http://forums.techarena.in/xp-print-fax/449346.htm
  10. Answers
    4
    Views
    7,661

    Hi there, Thanks for the reply. I don't...

    Hi there,

    Thanks for the reply.

    I don't think this has anything to do with permissions because all the machines I have tested so far are domain administrators and they all have the required...
  11. Answers
    4
    Views
    7,661

    Adding network Printers using a Batch file

    Hi there,

    Im hoping this is in the correct category.

    I have created a batch file to add network printers to many computers, this is the example

    @echo off

    Cd c:\windows\system32
    Cscript...
  12. Answers
    1
    Views
    1,137

    Imserting data at runtime in asp.net(VB)

    Hi there,


    Protected Sub ButtonSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonSubmit.Click


    Dim cn As New OleDbConnection
    Dim str As String
    Dim cmd As New...
  13. Inserting data into a database using asp.net(visual Basic)

    Hi there,


    Protected Sub ButtonSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonSubmit.Click


    Dim cn As New OleDbConnection
    Dim str As String
    Dim cmd As New...
  14. Question: PDF to Word

    by Mistery1
    Answers
    1
    Views
    548

    PDF to Word

    HI there,

    Does anyone know how to convert pdf and excel files to a word doc in vb.net

    Thanks
  15. Answers
    2
    Views
    422

    Hi there, Thanks for the reply. Its OK I have...

    Hi there,

    Thanks for the reply. Its OK I have the answer

    Form1.TopLevel = False

    SplitContainer1.Panel2.Controls.Add(Form1)

    Form1.Show()
  16. Answers
    2
    Views
    422

    Opening a form in a picturebox

    Hi there

    Does anyone know how to open a form in a picturebox?

    Thanks
  17. Answers
    3
    Views
    582

    Hi, Yes, please. That would be lovely. Please...

    Hi,

    Yes, please. That would be lovely. Please tell me more about writing an installer
  18. Answers
    3
    Views
    582

    Executing more than one program in vb.net

    Hi everybody,

    I was wondering if anyone could help. I am trying to write code to execute more than one exe program. Eg, I have 5 programs to be installed on a computer, with a click of a button I...
  19. Hi There, Thanks for this, it really helps.

    Hi There,

    Thanks for this, it really helps.
  20. Inserting an aprostrophe into an Ms access database

    Hi there,

    I have the ffg code so far, which inserts info into the database. But how do I go about inserting/ writing code to insert a surname like O'Reily (take not of the aprostrophe) into the...
  21. Question: Leave days

    by Mistery1
    Answers
    1
    Views
    367

    Leave days

    Hi there,

    I need help with calculating leave days in vb.net. I need to calculate the total number of leave days taken, also leave days should not include and weekends and public holidays.
  22. Answers
    6
    Views
    1,431

    hi there, I get these errors Index and...

    hi there,

    I get these errors

    Index and length must refer to a location within the string. Parameter name: length.
    At this part of the code - Dim DOB As String = IDnum.Substring(2, 2) & "/" &...
  23. Answers
    3
    Views
    3,141

    Hi there, I have the answer. Thanks a lot for...

    Hi there,

    I have the answer. Thanks a lot for you help.
  24. Answers
    6
    Views
    1,431

    Hi there, Thanks for your help, I'm new at...

    Hi there,

    Thanks for your help, I'm new at vb.net and I struggled and struggled and I still can't get it right. For some strange reason its not working. Is there any other easier code that I could...
  25. Answers
    3
    Views
    3,141

    Hi there, Thanks for helping out, but it does...

    Hi there,

    Thanks for helping out, but it does not work. It does not even give me errors
  26. Answers
    3
    Views
    3,141

    Listbox and textbox in vb.net

    Hi there,

    I wonder if anyone can help. I have a listbox and a textbox. At runtime I already have a list of items in the listbox. When I double click on these items its needs to appear in the...
  27. Answers
    6
    Views
    1,431

    HI, On the front end(GUI), when the user...

    HI,

    On the front end(GUI), when the user enters his\her ID number it should bring up a message box saying that the ID number is correct or not. And the code should also pick up from the id number...
  28. Answers
    6
    Views
    1,431

    Writing code for ID numbers in VB.NET

    HI there,

    Please can you help me in writing code for ID numbers in VB.NET.

    I want, When someone fills in their ID number It should tell them if it is valid or not and if the person is a male...
  29. Answers
    0
    Views
    204

    Create system to generate reference

    Hi,

    I need help with some coding.

    I need to created a database that generates a reference number. How do I go about going this in VB/VB.net
  30. Answers
    6
    Views
    709

    HI, Im just doing some research. If I am the...

    HI,

    Im just doing some research. If I am the exchange admin how would I solve this.
  31. Answers
    6
    Views
    709

    Yes. Exchange 2007 and server 2003

    Yes. Exchange 2007 and server 2003
  32. Answers
    6
    Views
    709

    Out of office reply

    Hi,

    Please help. I get this error - your out of office settings cannot be displayed, because the server is currently unavailable.Please try again later.

    I get this on office 2007 when I want yo...
  33. Hi, Contacting rightfax support is so not a...

    Hi,

    Contacting rightfax support is so not a good idea as they are still trying to sort out a problem that I logged with them months ago(see my first question to you guys).

    Im not going to...
  34. Sorry, forgot to mention, its rightfax

    Sorry, forgot to mention, its rightfax
  35. Unable to successfully execute the MAPI second command Error 2

    Hi there,

    I get this error message when I try to send a fax via email - Unable to successfully execute the MAPI second command Error 2.

    Please help.
  36. Answers
    1
    Views
    4,452

    Print spooler keeps stopping

    Hi,

    After I have installed Rightfax on a number of pc's , the print spooler keeps stopping every time I try to print. Im running Xp and sp2. I have tried deleting the other printers thinking that...
Results 1 to 36 of 39