Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jats_4ru

@Jats_4ru
About
Posts
76
Topics
44
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Developing EMail Proxy Server
    J Jats_4ru

    Hi all, I am looking forward to develop a Proxy Mail server, for our office mail distribution. In Detail: All the mail of our company(Branch office) employees go to our main mail server hosted at www.website.com To access our mail from the branch office we need to use a proxy mail server(placed in our branch server) which can fetch mails from the main server and distribute them to the individuals. As i said i need to develop the same, and googled but i did not get any inputs. Can any body please help me, and provide some information from where i can get started. Previously i wrote a piece of code through i am able to send mails over, but not able to fetch them. please help... I will be thankful for any kind of information...

    Jats

    Visual Basic com sysadmin help

  • Disable Cut, Copy, Paste option in MS-Word,and MS-Excel through Visual Basic 6.0
    J Jats_4ru

    You can disable the key board events in Key press event. Comming to menu's I even tried to disable the menus some time back, but no luck. It seams it cannot be done. Let me know if you are successful in doing it.

    Jats

    Visual Basic help database sql-server com

  • Proxy mail server
    J Jats_4ru

    Hi all, I am looking forward to develop a proxt mail server in VB.NET. I have a couple of questions regarding the same... 1) Is it possible to develop a proxy mail server in .NET or i have use multi language support. 2) How to start for it, Actually i have no idea regarding the same, Need a basic idea about it. Please provide any information which might help me to do the same... Thank you...

    Jats

    Visual Basic csharp sysadmin help tutorial

  • Load RTF to Crystal Reports
    J Jats_4ru

    Can i load an RTF File(Text + images) to Crystal Reports. I am looking for it from long time Plz provide some help...

    Jats

    Visual Basic help

  • The error code is 2869 in Vista
    J Jats_4ru

    I tried to field a solution on the above problem and followed the below process 1-Download the sample script and extract the contents to the directory that contains the Visual Studio project you are working on 2-Open the project in Visual Studio 2005 3-Press F4 to display the Properties window 4-Click on the name of your setup/deployment project in the Solution Explorer 5-Click on the PostBuildEvent item in the Properties window to cause a button labeled "..." to appear 6-Click on the "..." button to display the Post-build Event Command Line dialog 7-Add the following command line in the Post-build event command line text box: cscript.exe "$(ProjectDir)CustomAction_NoImpersonate.js" "$(BuiltOutputPath)" 8-Build your project in Visual Studio 2005 Now a new problem... the installer built now is installing in some system's with vista and showing same error for other system's in Vista. Please help me find a solution...

    Jats

    Visual Basic help question csharp visual-studio workspace

  • The error code is 2869 in Vista
    J Jats_4ru

    I have built an installer using the Visual Studio 2005 setup project wizard. It installs correctly on Windows XP but fails on Windows Vista. As per my research i found that the failure on Windows Vista is caused by a custom action that fails with an access denied error. However, I am running the setup with admin privileges in Windows Vista. How can I fix my setup so it will work correctly on Windows Vista? Error: "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869"

    Jats

    Visual Basic help question csharp visual-studio workspace

  • Customizing Setup Project in Visual Studio.NET 2005
    J Jats_4ru

    I want to customize the user interface by changing the look and feel of the installation windows (Example change font, Back color add pictures etc...) Is it possible in Visual Studio.NET 2005. If so please provide and helpful resources... Thank you...

    Jats

    Visual Basic csharp visual-studio design tutorial workspace

  • Merge RTF Files
    J Jats_4ru

    Thanks for the information, Could you provide any sample code for the same...

    Jats

    Visual Basic

  • Merge RTF Files
    J Jats_4ru

    Is it possible to merge two RTf files into one... Please post any reference links or sample code...

    Jats

    Visual Basic

  • Help with Crystal Reports
    J Jats_4ru

    Thank you for the info... Do you have any code samples to do it, Or any link where i can get exact procedure.

    Jats

    Visual Basic help tutorial

  • Help with Crystal Reports
    J Jats_4ru

    How to display a word document in Crystal Report, Please help i am not getting any information in Google. Thank You...

    Jats

    Visual Basic help tutorial

  • Create PDF file in VB.NET? [modified]
    J Jats_4ru

    Hi all, I have need to convert a group of files (.DOC or .RTF) to PDF. The basic need is to merge 5 to 10 files and generate a single PDF output. Any idea would be of great help... Thank you for your time...

    Jats

    modified on Monday, April 28, 2008 5:49 AM

    Visual Basic csharp help question

  • Need Help with DSOFramer...
    J Jats_4ru

    I want to use DSOFramer in my project and while trying the comntrol I had added reference to "AxInterop.DSOFramer.dll" & "Interop.DSOFramer.dll" and placed the control on the form and when trying to build the app. It throws an error saying Error 1:'AxFramerControl' is ambiguous in the namespace 'AxDSOFramer'. Please help me to resolve it...

    Jats

    Visual Basic help com

  • Help with Integrating MS Word in VB.NET
    J Jats_4ru

    Actually thats not what i want to do. The operation i want to perform is to open a document from a location say 'loc1' and after making the changes save it to 'loc2' but both locations have to be handled by Application I cannot allow user to save it in another location as if it is done I cannot track the documents for generating final report combining all the docs. So what i am actually doing is i am taking the input file (doc1) from loc1 and saving it as doc2 in loc2. And then oppening doc2 from loc2 so that user can make changes and click save. and it just updates the present document that is... Doc2 in Loc2. Thats all... But in case the user makes save as operation then it will lead to problem while generating reports... Basically Doc1 and soon in Loc1 are templates and Doc2 and soon in Loc2 are mofiled files related to a particular project.

    Jats

    Visual Basic help csharp tutorial

  • Help with Integrating MS Word in VB.NET
    J Jats_4ru

    Here is the code to save the contents in a different file... Here is the code, Add reference to Microsoft Word 11.0 Library Imports Microsoft.Office.Interop.Word Imports System.Data Imports System.Data.OleDb Imports System.Data.SqlClient Imports System.Configuration Public Class form1 Dim WithEvents wordApp As New Microsoft.Office.Interop.Word.Application Dim WithEvents doc As New Microsoft.Office.Interop.Word.Document Dim strSaveFile As String = "C:\Test\Retrive_the_data.doc" Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click 'Create a Word App wordApp.Visible = False With wordApp .Documents.Open(strSaveFile) 'Clipboard.SetText("lpt ", TextDataFormat.Text) 'wordApp.Selection.InsertParagraph() 'wordApp.Selection.Paste() Dim strsaveasfile As String = "c:\Test\retry.doc" Try If (strSaveFile <> String.Empty) And (Not (IsNothing(strSaveFile))) Then .ActiveDocument.SaveAs(strSaveFile) .ActiveDocument.SaveAs(strsaveasfile) End If Catch ex As Exception MsgBox(ex.Message) End Try .Visible = True .Activate() End With System.Runtime.InteropServices.Marshal.ReleaseComObject(wordApp) End Sub End Class Now i just have to deactivate the Save as button in MS Word. And if it is possible i would also like to block Title bar and Menu bar.

    Jats

    modified on Friday, April 18, 2008 8:23 AM

    Visual Basic help csharp tutorial

  • Help with Integrating MS Word in VB.NET
    J Jats_4ru

    I am making an appliaction where i need to open a file and save it in different place. Now the file type is .doc, so i need to open the file in MS Word (Its a stand alone application and user may use MS Word 2003 or 2007), with in the application or out side the application, till now i am comfortable to do. The problem raises when its time to save the application. When i am trying to save it through MS Word, it actually show the save dialog box. Which has to be blocked as i need to save the file only at one particular location, through code. Can any one tell me how to block Save button (New and Open are always bloked by default) (OR) block Standard tool bar in MS Word. And to block Menu bar in MS Word. Any help would be greet... It very urgent please help me...

    Jats

    Visual Basic help csharp tutorial

  • Need Calender cum scheduler Control for VB.NET
    J Jats_4ru

    Ya, I did, but the control is displaying only the calender where as i need to add schedules to it. There the problem arraises, So i wanted to develop my own...

    Jats

    Visual Basic csharp

  • Need Calender cum scheduler Control for VB.NET
    J Jats_4ru

    Thank You... Do you have any idea of... How to create our own calendar control... I had started working on it, and i am thinking to link Datetimepicker with datagridview to display the complete month of the of the user selection in Datetimepicker. (Still working on this) Once that can be done i will write the cellclick event of the datagridview to add user personalized events to the cell. This is just one of my thoughts.. Please add on if you have any... Thankx again... Note: If you are not sure of my idea the output should be some what like the below link http://geekswithblogs.net/kobush/archive/2006/01/02/64660.aspx[^]

    Jats

    modified on Tuesday, March 11, 2008 11:40 AM

    Visual Basic csharp

  • Need Calender cum scheduler Control for VB.NET
    J Jats_4ru

    Hi, I am looking for a Calender cum Sheduler control for VB.NET applications. Which shows information, day/month/year wise. Please if anybody know a control similar to the need or atleast provide calender control with day/month/year view... Please post the links..... Note: It's better if it is an Open source.

    Jats

    Visual Basic csharp

  • Auto size page controls on maximize and minimize
    J Jats_4ru

    Hi, I need help with Autosizing the form controls on the page when the form gets maximized or minimized. can any one provide an idea how to acheive it. Any links or postings please...

    Jats

    Visual Basic help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups