Search results for query: *

  • Users: rjgagui
  • Content: Threads
  • Order by date
  1. rjgagui

    .net Application running on linux

    Gud afternoon guys, is there a way i can run my .net program (build application,installer,clickonce) on linux machine? what i meant is running the end product and not the IDE (monodevelop).. im planning to develop the program on windows machine and then run the application created on linux...
  2. rjgagui

    Excel interop, what page a certain cell is?

    hi guys, can you help with my problem on formating my excel report. this is what i want to do.. 1. i will load records from database to excel . 2. if a certain row is identical to previous then the cell will no be added (specific column only not entire row.) my problem is if ever the last row...
  3. rjgagui

    Sending Email not received?

    Hello guys, im sending email with a PDF attachment. Dim mail As New MailMessage() Dim smtp As New SmtpClient() Dim attach As Attachment Try If rbPdf.Checked = True Then attach = New Attachment(pdfFile) Else...
  4. rjgagui

    Dual Login

    please need some advice on this guys.. prevent dual login logic : Login Form. User's input username and password check if user is already logged in (see below) Continue to main form when not in used. Main form. a timer is enable tick interval 500 every tick of the timer updates the...
  5. rjgagui

    Internet (Bandwidth) Limitter or Control

    hi guys. i doing an internet / bandwidth manager like this Classroom Management, Monitoring, and Corporate Training Software | LanSchool or cproxy. i already tried using this squid : Optimising Web Delivery only editing the text file from vb forms. anyone can give me an advice or the right...
  6. rjgagui

    Question Crystal Report Printing like an EXCEL FILE

    hi Everyone, is there a way that crystal reports can be printed in a manner excel would print a horizontally long details?? what i mean is, for example in excel i have 6 columns and only 3 colums can fit in a shortband the other 3 columns will be on the next page. aligning to my first 3...
  7. rjgagui

    Question Flowchart Control

    Hi Everyone. Im doing a project where can user create a flowchart by draging shapes.currently i can now add shapes(rectangles and circles) and able to draw a line.now, my problem is on how to save the chart created. surely i can save location of every position of each controls created but is...
Back
Top