Search:

Type: Posts; User: darknoobie

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,785

    VS 2012 Re: RestSharp recommend usage

    This is my MainForm Code.


    Public Class MainMenu

    Public Authenticated = False
    Public GlobCookieJar As CookieContainer

    Private Sub MainMenu_Load(sender As Object, e As...
  2. Replies
    2
    Views
    4,785

    VS 2012 RestSharp recommend usage

    Good afternoon forum,
    I have a project that uses RestSharp. When I make a request such as a POST I get a session cookie in return which is dropped into a Cookie Container. This all easy if I only...
  3. Replies
    2
    Views
    847

    VS 2010 Access Child control

    Good morning forum,
    I was wondering if what I'm doing is correct or if there is a better way. I have a Tab Control and I add tab page at run-time. Each page contains a richtextbox. When the user...
  4. Replies
    0
    Views
    1,007

    VS 2010 Problem with html rendering

    In one of my MVC 4 Projects I have the following code.



    @Html.LabelFor(Function(m) m.TicketDetail)
    @Html.TextBoxFor(Function(m) m.TicketDetail)


    The following...
  5. Replies
    6
    Views
    1,985

    VS 2010 Re: Richtextbox selected text fontstyle

    Sorry bout the edit. It works great until I try to close the form it causes an exception. "Cannot access a disposed object. Object name: 'a'." Also I have multiple RichTextBox that share same button....
  6. Replies
    6
    Views
    1,985

    VS 2010 Re: Richtextbox selected text fontstyle

    It worked great! :) How does this work?
  7. Replies
    6
    Views
    1,985

    VS 2010 Richtextbox selected text fontstyle

    In my Rtf Editor I can toggle bold, Italic, and underline. I works fine. Here is the code.


    With Me.rtbNotes
    If btnBold.Checked Then
    .SelectionFont = New...
  8. Replies
    8
    Views
    3,412

    VS 2010 Re: Cannot use Webbrowser control

    I figured it out. I have a mainform that contains a webbrowser control. It also contains a function called openconnection which opens a connection to mysql database. When the second form opens it...
  9. Replies
    8
    Views
    3,412

    VS 2010 Re: Cannot use Webbrowser control

    I can also run the background worker in the same form. But when i try to open a second form that has a background worker it causes this error. The second form does not contain a webbrowser. The code...
  10. Replies
    8
    Views
    3,412

    VS 2010 Re: Cannot use Webbrowser control

    I apologize. I am so terrible at supplying information. The error im getting is
  11. Replies
    8
    Views
    3,412

    VS 2010 [RESOLVED] Cannot use Webbrowser control

    I have a program that uses backgroundworkers to load database data. I also added a webbrowser control to my form. The web page loads via the on load event. There is a button which calls a the...
  12. Replies
    2
    Views
    6,062

    Re: Crystal Image with transparent background

    Crystal reports does not handle transparent colors. Might want take a look at this: http://stackoverflow.com/questions/847204/add-an-image-with-transparency-to-crystal-reports
  13. Re: Crystal Report Design using multiple tables

    I ended up figuring it out. I now have a second problem. I have a report that uses 3 related tables. See below. The problem is that if the Project does not contain a BidItem or subitem is does not...
  14. Crystal Report Design using multiple tables

    Good afternoon forum,
    I have to generate a report that will contain information from 3 tables.

    The report layout is like the one below.

    Detail section
    a.Column1 a.Column2 a.Column3 a.Column4...
  15. Replies
    8
    Views
    858

    VS 2010 Re: New Component Naming problem

    I figured it out. I made it a new project and compiled it as a dll and referenced it to my project
  16. Replies
    8
    Views
    858

    VS 2010 Re: New Component Naming problem

    I created the component which is a NumericTextbox. I used a component class. Then I compiled the project. After that I had a blue geared control called NumericTextBox in my toolbox. Then I dragged it...
  17. Replies
    8
    Views
    858

    VS 2010 New Component Naming problem

    I created a new control which inherits the TextBox. When I add the custom control I get this Code.

    Me.ctxtSubPrice = New MyProject.NumericTextBox(Me.components)

    If I remove the "MyProject." it...
  18. Replies
    1
    Views
    577

    VS 2010 Connecting to Mysql

    Good afternoon forum,
    I have a small program that needs to pull records from a MySQL Database. Every time I need to fill a data-grid I open a connection, Fill data table and then close the...
  19. Replies
    1
    Views
    2,181

    Display 3 tables in one rdlc

    I have 3 tables I need to display in a report. Table one contains information on the project. table 2 contains Main Items of the project. table 3 contains sub items to the main items. After fighting...
  20. Replies
    1
    Views
    2,073

    Detail Section Crystal reports

    I have multiple details in a report and having a problem with them repeating. for example:

    Detail section A----
    item number description qty price
    sub description ...
  21. Replies
    6
    Views
    1,845

    Re: Multiple SubItems

    Thank you for all the help. Worked great! :D
  22. Replies
    6
    Views
    1,845

    Re: Multiple SubItems

    93003

    That is in designer form.

    following is in preview mode

    93007

    Here is the link table
  23. Replies
    6
    Views
    1,845

    Re: Multiple SubItems

    Looks alot better. But the only problem is that now the Main items require a sub item in order to show.
  24. Replies
    6
    Views
    1,845

    [RESOLVED] Multiple SubItems

    Hello forum,
    Visual Studio 2010 - Crystal Reports
    I am working on a small vb program for my work. I need to be able to create a report containing project information, Project Items and the sub...
  25. Replies
    4
    Views
    816

    VS 2010 [RESOVLED]Re: Access object in treeview tag

    I found the problem. I wasn't paying attention to one of the nodes and forgot to set the class to one of them. It still had its string type tag.
  26. Replies
    4
    Views
    816

    VS 2010 Re: Access object in treeview tag

    haha, no just a unwanted error! :)

    We'll I tried:


    Dim rNodeinfo As tvTag = CType(NodeInfo.Tag, tvTag)

    and got the Error: Specified cast not valid
  27. Replies
    4
    Views
    816

    VS 2010 Access object in treeview tag

    Good morning Forum,
    I have come across a problem trying to access an object I assigned to one of my nodes in a treeview. I used the following code to assign the object.

    NodeInfo.Type = "Item"...
  28. VS 2010 Calling function located in closed form.

    Good afternoon,
    I have a question I can not find an answer for. I have a Mdi program written in Vb.net that displays a data in a datagridview. This form opens a second form as a MDI child. On the...
  29. Replies
    5
    Views
    1,455

    VS 2010 Re: Mysql Error Column cannot be null

    I finally ended up fixing it by changing the @ to ?. Crazy part is that the @ works on some of my programs and I guess the ? on this one. Not sure why..
  30. Replies
    5
    Views
    1,455

    VS 2010 Mysql Error Column cannot be null

    Hello forum,
    Ive been having a lot of trouble updating a record in my database using vb net. The code below looks like it should work. I'm just not seeing the error. If someone could help please....
  31. Replies
    3
    Views
    934

    VS 2010 Re: Datagridview Cell changed

    Thank you :D Only problem when I update the datatable I get the following: The column mapping from SourceColumn 'Total' failed because the DataColumn 'Total' is a computed column.
    this is my code:
    ...
  32. Replies
    3
    Views
    934

    VS 2010 Datagridview Cell changed

    I have a Datagridview that contains 5 columns(Part Name, Part Number, Qty, Price Each, Total). The datagridview is filled from a datatable. I was wondering how to fill in the Total column using Qty x...
  33. Replies
    1
    Views
    654

    VS 2010 Vb net Mysql problems

    I am creating a management program in Vb net for my new job. I have chosen Mysql as my database. First problem I have is I create a mysqlconnector on the mainform. I set the object as a public and...
  34. Replies
    3
    Views
    946

    Re: Datagridview not displaying

    Thank you for the reply. The query works. Its the datagridview that wont display. If I add a datagridview on this form it displays. but in the code I need it to update the datagridview on the...
  35. Replies
    3
    Views
    946

    Datagridview not displaying

    Good morning forum. I have run into some trouble that i'm unable to fix >_< It does not give me an error but just doesn't display anything in the datagridview. Any help is appreciated. Thank you

    ...
  36. Re: [Newb Question] Merging two XML files (Visual Basic 2010 Express)

    Its not my code. I just turned it into a subroutine. Here is the tutorial I pulled it from. ...
  37. Re: [Newb Question] Merging two XML files (Visual Basic 2010 Express)

    Here is some code you can use.




    Sub MergeXml(ByVal XmlPath1 As String, ByVal XmlPath2 As String)
    ' The XmlDocument that we want to merge from.
    Dim xdFrom As New...
  38. VS 2010 Re: *Noob - First Time Handling a Datatable (RowChanged) Event!

    Can you post the code that updates your datagrid from the context of the textbox. you may need another type of event.
  39. Replies
    1
    Views
    536

    VS 2010 Re: Network Share Access

    I forgot to add the "WorkOrderCommand.executescalar() at the bottom of the code
  40. Replies
    1
    Views
    536

    VS 2010 Network Share Access

    I'm producing an application for my work, but ran into a problem. My program allows the user to produce work orders and input the data into mysql database. Now we need to add attachments(purchase...
Results 1 to 40 of 40



Click Here to Expand Forum to Full Width