Search:

Type: Posts; User: necalabria

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. VS 2010 Big failure when trying to put a .pdf in the outbox tray of outlook

    Hello,

    I have to start by saying that I have a Microsoft Office 365 subscription.

    In an app I am developing, I coded to put a pdf file in the Outbox tray of OutLook, but this task was a...
  2. Re: Maskedtextbox mask is not worhing properly

    Hello jmcilhinney ,

    I am sorry I did not thank you for answering my post. I red it in my phone, but forgot to thank you.

    Let me tell you that I have never attended a programming class, so it is...
  3. [RESOLVED] Maskedtextbox mask is not worhing properly

    Hello,

    I need to set a simple mask toa masked text box. For that, I have been using:


    Private Sub MenuNuevoAnexo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  4. VS 2010 Re: Two strings in same line at a particular place

    Thanks to you all.

    Both solutions work great.

    Nelson
  5. VS 2010 [RESOLVED] Two strings in same line at a particular place

    Hello,

    I need to display two strings in the same line.

    The first could have up to 24 characters, which makes the second one should begin in the 25 regardless of actual length of String 1.

    I...
  6. Re: [RESOLVED] Need the combobox name not the text

    I have an array of comboboxes(cbx) created in the run. Users will select the item they need in each cbx. My need is to differenciate the cbx. I do not use tag because I have realized I could have two...
  7. Re: [RESOLVED] Need the combobox name not the text

    Great you love "debating stuff". People like me benefit from that, thank you so much.

    I am sorry I did not say the solution. Always in a hurry! Despite, I checked my code many times, I did not...
  8. Re: Need the combobox name not the text

    First, I have to thank you all for your comments and proposals.

    Second, I am pretty sure there are many things I do not know about Visual Studio and/or coding. I am a self-taught person.
    ...
  9. [RESOLVED] Need the combobox name not the text

    Hello friends,

    1. I have an array of comboboxes, (0 to 9), each one within a PowerPacks.RectangleShape.

    2. I need to detect any combobox index selection change, so I added a handler with:

    ...
  10. VS 2010 Re: How to set draw rectangle backstyle to opaque

    Hi .paul.

    That was great.

    Thank you so much.

    Nelson
  11. VS 2010 Re: How to set draw rectangle backstyle to opaque

    Hi .paul.,

    The draw rectangle is to be printed, as I said when I posted the thread. What I am trying to get is a printout of something like a group box, i.e. a rectangle and a label on its top...
  12. VS 2010 Re: How to set draw rectangle backstyle to opaque

    Hello .paul.:

    Appreciate your response. I removed the sentence you said, but it did not work.

    Thanks any way.

    Nelson Calabria
  13. VS 2010 Re: How to set draw rectangle backstyle to opaque

    Hello .paul.:

    Appreciate your response. I removed the sentence you said, but it did not work.

    Thanks any way.

    Nelson Calabria
  14. VS 2010 [RESOLVED] How to set draw rectangle backstyle to opaque

    The following code successfully creates a rectangle to be printed. The problem is that I need that rectangle to be opaque, but the created on is not. I have been trying to set the rectangle backstyle...
  15. VS 2010 Re: Count distinct an sql server table column according to another column

    Thank you so much, techgnome.

    Your recommendation was great. It did the job.

    Nelson Calabria
  16. VS 2010 [RESOLVED] Count distinct an sql server table column according to another column

    Suppose I have a two columns SQL Server table, A & B.
    Cells in A contains any one of eight options according to the choice a user made from a combo box.
    Cells in B also contains any one of eight...
  17. VS 2010 Re: Problem adding rows to datagridview

    jmcilhinney,

    It's ok. I handled the issue by hiding and showing the vertical scrollbar as nedded and, accordingly, ajusting dgv.width

    Thanks again.

    Nelson
  18. VS 2010 Re: Problem adding rows to datagridview

    jmcilhinney,

    I have to say that it SEEMS it is a row, but it is not. If, in design time, you move down the DGV bottom a bit, you wll see that there is a space with a backcolor. If you keep moving...
  19. VS 2010 Re: Problem adding rows to datagridview

    Hello jmcilhinney,

    Thanks for the response.

    Yes, AllowUserToAddRows is set to False.

    Thanks,

    Nelson
  20. VS 2010 [RESOLVED] Problem adding rows to datagridview

    Hello everybody,

    Nedding some help.

    I programatically add rows to a datagridvew (dgv) with rows.add property.

    The problem is that, despite the rows count returns the right number, it seems...
  21. Re: Textbox autodelete some digits

    Hello Kebo,

    Thanks for your help.

    You are right, that "val" was the problem. I did not know it does not recognize symbols.

    Thanks a lot.

    Nelson
  22. [RESOLVED] Textbox autodelete some digits

    I am working with various textboxes. Some of them are formatted to only numbers and no decimals. I really do not know if the related codes are the source of the issue.

    The problem: When focus is...
  23. Re: Format thousan with comma to thousand with comma

    techgnome, thank you so much.

    Nelson
  24. [RESOLVED] Format thousan with comma to thousand with comma

    Hi friends.

    Here with a little problem:

    I have a number, that comes from a db, displayed in a textbox with comma to delimitate thousands. The user decides to keep or to change that number.
    ...
  25. Re: [RESOLVED] PROBLEM SWITCHING FROM ACCESS.accdb TO ACCESS.mdb

    I already did that. It is my first time publishin an app for any user. I have been facing some problems.

    Thank you again, jmcilhinney

    Nelson
  26. Replies
    1
    Views
    403

    VS 2010 Deployed app not running

    Hello,

    Again looking for help.

    I coded an app that uses an Access.mdb to keep data. I coded:


    Dim myprovider As String

    Dim mydatafile As String
  27. Re: PROBLEM SWITCHING FROM ACCESS.accdb TO ACCESS.mdb

    Hi jmcilhinney,

    I solved the problem. It all had to do with the box to automatically increase the number of the version.

    Thank you.

    Nelson
  28. Re: PROBLEM SWITCHING FROM ACCESS.accdb TO ACCESS.mdb

    Hi jmcilhinney,

    Thanks for answering that soon.

    I defined my privider and my data file as this:


    myprovider = "Provider =Microsoft.ACE.OLEDB.12.0; Data Source ="

    mydatafile =...
  29. [RESOLVED] PROBLEM SWITCHING FROM ACCESS.accdb TO ACCESS.mdb

    Hello friends,

    Looking for help again.

    I coded an app with Visual Studio 2010 Ultimate that uses an Access.accdb (Access 2013) database. When publishing I dedided to switch to an Access.mdb...
  30. Re: Is windows 10 compatible with visual studio 2010 ultimate

    Hi Poppa,

    When I wrote reply # 11 I marked the thread as resolved.

    You can see that in the title.

    Thank you.

    Nelson
  31. Re: Is windows 10 compatible with visual studio 2010 ultimate

    Thanks to all of you that replied my question.

    It seems the problem is solved. I red, I do not remenber where, that renaming the .exe file in the Bin would solve the issue. I did it and, so far,...
  32. [RESOLVED] Is windows 10 compatible with visual studio 2010 ultimate

    Hello.

    Three days ago I migrated from Windows 8 to Windows 10. After that, I have been facing a problem. When I try to code I receive this error: "Could not copy "obj\x86\Debug\CARS.exe" to...
  33. Re: Masked textbox displays numbers in reverse order

    Thank you si_the_geek.

    With Mousedown It works great.

    Thanks to dday9 too.

    Nelson
  34. Re: Masked textbox displays numbers in reverse order

    Hello dday9,

    Thanks for the response.

    your answer is quite logical.

    I used SelectionStart because when I enter the masked textbox the cursor starts where I clicked. Therefore, the numbers I...
  35. [RESOLVED] Masked textbox displays numbers in reverse order

    Hello friends:

    I have a masked textbox on a form, masked to handle phone numbers and requiring all numbers, I mean:(000)000-0000

    I found an issue with it, since it receives the numbers where...
  36. VS 2010 Re: Unable to get the last page in a printout

    I just realized my code to set and reset the myIndex variable was wrong.

    Thanks.

    Nelson
  37. VS 2010 [RESOLVED] Unable to get the last page in a printout

    Hello everybody!

    I am having a hard time with this. With any luck at all, I have spent a huge amount of time trying to solve the below issue. Therefore, I am asking for your help.

    I have a...
  38. VS 2010 Re: How to deal with the "no data exists for the row/column" error

    Hello jmcilhinney.

    I am sorry it took so long for me to reply, I spent the day at the office.

    You are absolutely right. That was a huge mistake of mine. I have corrected the code and it is...
  39. VS 2010 Re: How to deal with the "no data exists for the row/column" error

    Hello jmcilhinney,

    That was a quick response! great. Thanks for that.

    Unfortunately, I changed what you said, but i did not work.

    I am sorry, I do not know what is "stack trace".

    I think...
  40. VS 2010 [RESOLVED] How to deal with the "no data exists for the row/column" error

    Hello my friends.

    I have developed the code that is below, to add a new row or record to an Access table.
    The code does the job nicely, but in doing so, an error message appears saying. " No...
Results 1 to 40 of 121
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width