Search:

Type: Posts; User: HOTFIX

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: [RESOLVED] Test

    by HOTFIX
    Replies
    0
    Views
    969

    [RESOLVED] Test

    TEST
    TEST
    TEST




    ####################
  2. Thread: Test

    by HOTFIX
    Replies
    0
    Views
    812

    Test

    TEST
    TEST
    TEST


    :eek::confused::check:

    ####################
  3. Re: How to add and retrieve PDF files to MS SQL server database?

    Excellent …:thumb:


    I appreciate your time and efforts for helping…:)


    Best Regards… :wave:
  4. Re: How to add and retrieve PDF files to MS SQL server database?

    Hi abhijit :wave:



    Could you PLZ show me which part of your codes will fit the replacement of mine! :confused: cuz I’m a bit novice with handling vb codes :(

    Can I ask you a favor! :blush:...
  5. Re: How to add and retrieve PDF files to MS SQL server database?

    abhijit , tachgnome

    I know it will be same principle for PDF and other cases (.docx , ,xlsx,...etc) that is saving it as a binary...

    I've tried to alter the codes in my project to fit PDF...
  6. Re: How to add and retrieve PDF files to MS SQL server database?

    Hi abhijit...

    The 1st link about images...

    The 2nd link from msdn :

    :confused:

    Regards...
  7. Re: How to add and retrieve PDF files to MS SQL server database?

    Hi RhinoBull...
    Thanks for reply..

    Could you PLZ specify which Sample Link do you mean!
    If it’s about storing & retrieving Images ! I've already knows the codes for images but I’m looking for...
  8. How to add and retrieve PDF files to MS SQL server database?

    Hi…


    Anybody PLZ guide me how to export PDF files to SQL database Table using [varbinary (MAX)] field, and retrieve it using Adobe PDF Reader control through VB.net Project.



    Regards…
  9. Re: How to generate PK cell based on multi field values of DGV ?!

    THANKS...:)

    I'll try look for "computed column"...

    Best Regards...
  10. How to generate PK cell based on multi field values of DGV ?!

    Hi…:wave:

    I’ve got vb.net form connected to MS database (.mdb)…
    I set data type some columns of DGV to int32 with certain formats…
    For instance:
    Col 1 value:00000078
    Col2 value:011
    Col3...
  11. Replies
    6
    Views
    7,452

    VS 2010 Re: How to customize Autocomplete font size?!

    THANKS NickThissen,kevininstructor ...:wave:


    As I have done research over the web(google,msdn,CodeProject...etc) !
    I can see the only way be done is using custom control, so hopefully someone...
  12. Replies
    6
    Views
    7,452

    VS 2010 Re: How to customize Autocomplete font size?!

    Hi "kevininstructor"…

    Thanks for reply…:)

    Actually I'm looking how to make the autocomplete text font size bigger!? That is the "pop list" which appears below the textbox (not the textbox...
  13. Replies
    6
    Views
    7,452

    VS 2010 How to customize Autocomplete font size?!

    Hi…:wave:

    I'm looking for vb.net codes to customize font size for autocomplete feature which populating suggestions from database column…

    81499

    These are the codes from my project :

    Dim...
  14. Re: How to clear columns record for dataset search query??

    Hi TG..

    Thanks for the advice about using .ExecuteNonQuery

    For the dataset clearing I’m trying to do the following scenario:

    I’ve got DGV which showing the complete database as dataset1,...
  15. How to clear columns record for dataset search query??

    Hello…

    I’ve got MS Access (.mdb) database binding with a form , After doing database search query in vb.net form I want to set specific columns to null value by pressing a button and save these...
  16. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Maybe it's the wrong way but it seem to be work without any errors...


    Regards...
  17. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Hi...

    Enum Statement (Visual Basic)




    With my project case it working only by above type list !

    Regards...
  18. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Thanks jmcilhinney for your support…:)

    For the setting declaration , I couldn’t see enumeration type in the list so I’m assuming it will be either string or system….,string collection and the...
  19. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    hi stanav...

    After renaming radio buttons controls, I’m still getting some errors:

    "Handles clause requires a WithEvents variable defined in the containing type or one of its base types."

    So...
  20. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Thanks jmcilhinney…:)

    I appreciate your effort and time to help …:thumb:

    I’ve tried to apply the codes on my project but unfortunately list of errors shows in “Error List” :confused:



    Any...
  21. Replies
    5
    Views
    898

    Re: Code for tool tips

    An artical which explains how to display a tooltip when the mouse hovers over a disabled control
  22. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Thanks jmcilhinney…:)

    How can I store the values after defining an enumeration?


    Public Enum Skill
    Rad_Average = 1
    Rad_good = 2
    Rad_Excellent = 3
    End Enum
  23. VS 2010 Re: How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Thanks DragonRose for reply...

    I was looking for Simplified solution for this issue because using application settings and property binding will result quit a long list for each control !
    ...
  24. VS 2010 [RESOLVED] How to save setting for radio buttons & Checkboxes control in groupboxes ?!

    Hi…:)

    I’ve got over than 120 groupboxes in my project which Contains radio buttons & Checkboxes control…

    How can I save & retrieve the selection setting for these huge amounts of groupboxes...
  25. Replies
    3
    Views
    1,180

    VS 2008 Re: Datetimepicker notifying icon

    Thanks jmcilhinney for your help...:)

    Not working properly with ValueChanged event of the DTP and call ShowErrorIcon
    I’ve tried this code:


    Private Sub DateTimePicker1_ValueChanged(ByVal...
  26. Replies
    3
    Views
    1,180

    VS 2008 Datetimepicker notifying icon

    Hi…:wave:

    I’ve got problem with my form application:

    Datetimepicker notifying icons won't refresh on changing of datetime value during run-time,it’s only change when the form closed and...
  27. VS 2008 Re: How to set reference assemblies?!

    Thanks for the clarification...:)
  28. VS 2008 Re: How to set reference assemblies?!

    Thanks jmcilhinney for reply...:)


    is't automatically in both case (copy to local) true and false...:confused:

    Regards...
  29. VS 2008 [RESOLVED] How to set reference assemblies?!

    HI...:wave:

    How to set an application to check their reference assemblies first locally(root folder)then if fails globally(GAC) :confused:

    Regards...:)
  30. Replies
    11
    Views
    4,981

    VS 2008 Re: Datetimepicker Calculation

    Thanks Zeljko... :wave:

    I appreciate your efforts for helping...:)


    Best regards... :)
  31. Replies
    11
    Views
    4,981

    VS 2008 Re: Datetimepicker Calculation

    Thanks Zeljko for your support... :)

    I've got the code to allow user limiting the input of the textbox to receive numbers only by using keypress event:

    Private Sub TBxValue_KeyPress(ByVal...
  32. Replies
    11
    Views
    4,981

    VS 2008 Re: Datetimepicker Calculation

    What I’m looking for is validation code to inform the user when the numeric value in the textbox (for all cases days, weeks...etc) is outside of the max & min Calculation allowed by warning message…...
  33. Replies
    11
    Views
    4,981

    VS 2008 Re: Datetimepicker Calculation

    Sorry if my query wasn't clear...

    Datetimepicker control is set to:
    Max Date : 31/12/9998
    Min Date :1/1/1753

    For example if I add 7989 years to today date the result will be dd/mm/9998
    ...
  34. Replies
    11
    Views
    4,981

    VS 2008 Re: Datetimepicker Calculation

    THANKS Zeljko :wave:

    The codes much better for the calculation now after replacing text with value ...:thumb:

    Do you have any idea how to validate the input selection(for case adding &...
  35. Replies
    11
    Views
    4,981

    VS 2008 [RESOLVED] Datetimepicker Calculation

    HI...:)

    I've got a form with following controls:
    Two Datetimepickers
    Two Buttons
    One TextBox
    One ComboBox

    72891
  36. Thread: Data Refresh

    by HOTFIX
    Replies
    4
    Views
    484

    Re: Data Refresh

    Thanks for reply GaryMazzone...:)

    I've tried Activated event but it is not working with my form !


    Imports System.Data
    Imports System.Data.OleDb

    Public Class Form1
    Dim ConStr As...
  37. Thread: Data Refresh

    by HOTFIX
    Replies
    4
    Views
    484

    Re: Data Refresh

    sorry for not given enough detail ...:o

    i mean when I put contact detail of database in the load event in form 1 and do editing in form2 the updated data will not change until I close form1 and...
  38. Thread: Data Refresh

    by HOTFIX
    Replies
    4
    Views
    484

    Data Refresh

    HI...:)

    what is the event which refresh data instead of load event !
    I mean the data will be refresh every time when the form event change from hide to show !?

    Any idea please...:confused:
    ...
  39. Re: How to highlight updated value in DataGridView cell?!

    :(

    Is my Query not clear :ehh:

    Or is not possible :eek2:

    Anybody PLEASE :o
  40. How to highlight updated value in DataGridView cell?!

    Hi… :wave:

    I need help to highlight the value in DGV cell after updating these values from Search form so that the user knows the row which been updated…

    Codes in search form


    Imports...
Results 1 to 40 of 94
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width