Search:

Type: Posts; User: tgf-47

Page 1 of 6 1 2 3 4

Search: Search took 0.12 seconds.

  1. VS 2010 Re: How to see a control in another contentplaceholder?

    I tried that, but could not get it to work properly. I finally got it to work by prefixing the contentplaceholder's ID to the id of the control reference


    <asp:ControlParameter...
  2. VS 2010 How to see a control in another contentplaceholder?

    I'm using a masterpage and having some trouble with my ContentPlaceholders.
    I have a combobox(DropDownList1) in the sidemenu content placeholder and in my main placeholder I have a gridview. The...
  3. Replies
    0
    Views
    3,494

    VS 2010 Create MySQL Stored Procedure with VB.net?

    How do I create a stored procedure in Mysql using vb.net?

    I want to send the encrypted scripts to my administrators at certain branches.
    The decryption works perfectly, showing the script to...
  4. VS 2008 Re: KeyBoard Hook - Issue, Hooks while form not being used

    Ahhh man, you are my HERO!!!

    Thanks a lot!
  5. VS 2008 KeyBoard Hook - Issue, Hooks while form not being used

    I Have a keyboard hook in my application in some of the forms.

    This hook is mainly being used to catch 2 keys:

    Escape = Will prompt to close the form

    F5 = Will pop up a inputbox for the user...
  6. Replies
    5
    Views
    13,214

    VS 2010 Re: Compress files in vb.net?

    Hi sparrow1.

    I tested that code before. It seems to make the file bigger, rather than to compress it.

    A .docx file went from 147kb to 179kb after compression with application.

    Thanks a lot...
  7. Replies
    5
    Views
    13,214

    VS 2010 Compress files in vb.net?

    I'm just wondering if it is possible to create an vb.net application to compress files, without using a 3rd party app.

    If yes, can you please point me in the right direction, give me some tips,...
  8. Replies
    4
    Views
    6,784

    VS 2010 Re: Copy File/directory using Buffer?

    I want a quick backup of the system, but I also want the user to be in total control ie. being able to pause the backup/copy at any moment and continue at a later stage (The backup kills the system...
  9. Replies
    4
    Views
    6,784

    VS 2010 Re: Copy File/directory using Buffer?

    Is there any way to do a copy, in vb.net, of files and folders FASTER than windows explorer?
  10. Replies
    4
    Views
    6,784

    VS 2010 Copy File/directory using Buffer?

    Can anybody please explain to me what this code will do to the copy?
    Using source As New IO.FileStream("source path here", IO.FileMode.Open)
    Using target As New IO.FileStream("destination path...
  11. VS 2010 [RESOLVED] Sort Datagridview by multiple columns?

    How do I sort a DGV by multiple columns. I've seen a few discussions on the topping while searching google, but I don't understand what is going on.

    Plz help me
  12. VS 2010 Re: [RESOLVED] Convert System.Object to datatable or Array

    Dim OBJ As Object = mvsp.MVResultSetGetRows.ToArray()

    Dim MyFields As String() = Split(MY_D3_Fields, " ")

    For i As Integer = 0 To MyFields.Length - 1
    ...
  13. VS 2010 Re: Convert System.Object to datatable or Array

    Hi Paul. The D3 database passed a flat file (1-dim array).
    I fixed my problem by looping obj, split on delimiter and populating a datatable.

    This will process about 600 000 records in under a...
  14. VS 2010 [RESOLVED] Convert System.Object to datatable or Array

    I'm pulling data from a D3 database, using an api.

    The api can do the following:
    Dim OBJ As Object = mvsp.MVResultSetGetRows.ToArray()

    But how do I get that data into a datatable to use as...
  15. VS 2010 Re: Multi_Thread - How do I open frm2 in a 2nd thread?

    Thanks. Now I have another issue with the thread.
    In my thread sub, i populate a datatable

    the datatable now has a rowcount of 97.
    I can view the values if I do this:...
  16. VS 2010 Multi_Thread - How do I open frm2 in a 2nd thread?

    Please correct me if I'm wrong, but multithreading will do the following:

    I have a form frmInvMaint which loads about 800 000 records from my Pick database. I have a 2nd form frmLoading with a...
  17. VS 2010 RichTextBox Edit line by line, keeping the formatting

    I want to loop the lines of my RTB and add a vbTab on each line.
    How do i do this?
  18. Replies
    3
    Views
    1,470

    VS 2010 Re: Copy file/directory to new path -- Pause?

    Can you perhaps give me an example on how to copy the files/Directories like you stated above?
  19. Replies
    3
    Views
    1,470

    VS 2010 Re: Copy file/directory to new path -- Pause?

    We live in South Africa and we have some very crappy internet providers. We want to convert our ftp system which basically syncs data between our branches to accommodate a pause function when the...
  20. Replies
    3
    Views
    1,470

    VS 2010 Copy file/directory to new path -- Pause?

    How can i insert a pause/Resume command when copying files/directories?
  21. VS 2008 Re: MsReports, Can't find my DataSet to create the report? :(

    Hi Gary.

    I got my dataset to display, finally...

    It seems that one of my companies .dll files were clashing with the reporting or something in asp.net.

    Here is how I fixed my issue:
    1)...
  22. VS 2008 [RESOLVED] MsReports, Can't find my DataSet to create the report? :(

    I'm use to programming in vb.net and doing MsReports.
    I will add a DataSet with a datatable and then I will add a report.
    I will populate the report screen with the columns from my dataset which...
  23. Replies
    2
    Views
    4,887

    VS 2010 Re: [RESOLVED] Transparent MDI-Parent?

    Thanks a lot for the code. I kinda feel stupid now seeing how easy this issue was to solve...
    Thanks again
  24. Replies
    2
    Views
    4,887

    VS 2010 [RESOLVED] Transparent MDI-Parent?

    I know you can make certain parts of a form transparent by setting the transparencyKey of the form to the color of your choice.
    Me.MdiParent.TransparencyKey = Color.Fuchsia
    Me.BackColor =...
  25. Replies
    10
    Views
    8,709

    VS 2008 Re: Plz help me with this problem

    Hi Gary, Sorry about the multiple threads. <Got a bit anxious with the deadline approaching. My Bad...

    We decided to can the PDF generation and just go the MSReports route. The client can save to...
  26. Replies
    10
    Views
    8,709

    VS 2008 Re: Plz help me with this problem

    Just following orders from uptop...
  27. VS 2008 Unable to cast object of type 'iTextSharp.text.List' to type 'iTextSharp.text.Paragra

    Error:
    Unable to cast object of type 'iTextSharp.text.List' to type 'iTextSharp.text.Paragraph'.

    StringReader SR = new StringReader(strText);

    List<IElement> HTML_List =...
  28. Replies
    10
    Views
    8,709

    VS 2008 Re: Plz help me with this problem

    I found this code, but it bombs out at this line:
    List<IElement> htmlarraylist = iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(new StringReader(strText), null);

    with this message:
    ...
  29. Replies
    10
    Views
    8,709

    VS 2008 Re: Plz help me with this problem

    That sucks.... I just cant seem to win here hahaha
  30. Replies
    10
    Views
    8,709

    VS 2008 Re: Plz help me with this problem

    Do I have to install this app on all the workstations that will be using the system?
    The goal is to give the user the ability to export to pdf without having to install or download something first.
  31. Replies
    10
    Views
    8,709

    VS 2008 Plz help me with this problem

    I've been all over the web with this issue and I just can't get anything to work.
    I've been at this for over a week now....

    I have a webpage (clientoverview.aspx).
    I need something to convert...
  32. Replies
    12
    Views
    1,325

    VS 2008 Re: Help me with project

    The Backend in C#:
    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.Linq;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;...
  33. Replies
    12
    Views
    1,325

    VS 2008 Re: Help me with project

    Thanks a lot for the great help. I got it working. I'll post my code if someone would like to see it.

    The HTML:
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"...
  34. Replies
    6
    Views
    9,083

    VS 2008 Re: Get cell value of DataGrid???

    Thanks Gary
  35. Replies
    12
    Views
    1,325

    VS 2008 Re: Help me with project

    Haha thanks guys.

    Yes, I noticed there are a lot of "good looking' tools available in asp.net. I just don't know how to use these tools. Thanks for the links. I will work through them and...
  36. Replies
    6
    Views
    9,083

    VS 2008 Re: Get cell value of DataGrid???

    Oh I want to add to that, I would prefer to use the GridView.
  37. Replies
    6
    Views
    9,083

    VS 2008 Re: Get cell value of DataGrid???

    I'm using both the DataGrid and the GridView, going through tutorials.
    I have a function which populates a dataset from my db and I just use that as the datasource.

    What I would like to happen is...
  38. Replies
    6
    Views
    9,083

    VS 2008 [RESOLVED] Get cell value of DataGrid???

    How do I get/set the cell value of a DataGrid like in the image.

    I want to get the text from the textbox in the cell and use it in a save command.

    Here is my current code:
    protected void...
  39. Replies
    12
    Views
    1,325

    VS 2008 Re: Help me with project

    It might be my lack of knowledge about the tool.
    I'm use to using the datagridview in vb.net where i can populate it from my database and still have a clean line at the bottom of the dgv rows where...
  40. Replies
    12
    Views
    1,325

    VS 2008 [RESOLVED] Help me with project

    I need something in asp to allow me to add, edit and remove data like you get in the DataGridView.

    Is there something similar in asp? I only found the GridView and it really sucks compared to the...
Results 1 to 40 of 214
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width