|
|
Viewing 20 - 40 out of 145 Articles |
- What is CLR (Common Language Runtime)?
The Common Language Runtime is the execution engine of the .Net framework. CLR is responsible for loading and running the programs. Its unique feature is that it is designed to be common across many l......
Posted in:
DOTNET | By:
rekha singh | Date: 18 May 2010 12:00 pm |
Comments (0)
- What is the .Net framework?
.Net framework is the technology on which .Net applications are developed and deployed. The framework consist of three main components -
1. CLR (Comman Langauge Runtime)
2. Unified Classes (......
Posted in:
DOTNET | By:
rekha singh | Date: 18 May 2010 11:58 am |
Comments (0)
- How to take printout for my customize paper size i am using vb6.0 crystal report
Hello
i m using vb6.0 crystal report and want to take printout for my customize paper size........ ...
report.papersize= A4
but it give default result which
so any buddy has any idea plzzz......
Posted in:
DOTNET | By:
rekha singh | Date: 11 May 2010 1:52 pm |
Comments (0)
- Can we do this in Visual Basic?
Hello,
I need to give members of a website a "notifier" utility to install on their computers. It would check the site every 30 minutes, if there is a job offer for the ......
Posted in:
DOTNET | By:
rekha singh | Date: 11 May 2010 12:31 pm |
Comments (1)
- Which Visual Basic?
Hello,
Please advise me. Which Visual Basic should one learn.
I use PHP for websites and know a bit about javascripting.
One hears of so many versions:
- Visual Bas......
Posted in:
DOTNET | By:
rekha singh | Date: 10 May 2010 12:42 pm |
Comments (1)
- .Substring and .Remove
Hi,
I am getting confused with my strings. If I have the statements
intPos = 9
strString = "abcdefghi"
strChar = strString.Substring (intPos, 1)
I get an e......
Posted in:
DOTNET | By:
rekha singh | Date: 10 May 2010 12:20 pm |
Comments (8)
- Excel Password Recover
Hi All.
I am having an excel document whose password has been lost. Could any one help me out to recover the pwd for it. I have searched in web but none of software helped me. They can ......
Posted in:
DOTNET | By:
rekha singh | Date: 06 May 2010 1:36 pm |
Comments (3)
- Storing images in variables
Hi,
I'm new to vb.net. I am trying to write a program that will create sudoku games. However I want to load the pictures that represent the numbers 1 to 9 in to an array before asigning the......
Posted in:
DOTNET | By:
rekha singh | Date: 03 May 2010 5:20 pm |
Comments (2)
- Proxy problem
All,
I have created a small chat application using TCP sockets . Everything is working fine when it is working without proxy server.
When i am trying to run in proxy server it ......
Posted in:
DOTNET | By:
rekha singh | Date: 30 Apr 2010 1:49 pm |
Comments (0)
- Web Server logs
Hello All,
I have a sever set up with dual purposes and one of them is the SMTP relay someone within the organization went in and made changes to it and all the internal .net apps sto......
Posted in:
DOTNET | By:
rekha singh | Date: 23 Apr 2010 2:12 pm |
Comments (0)
- Converting vb functions into dlls
Do you know of a good c++ tutorial or any site that covers dlls in detail..Im converting most of my vb functions into dlls so i now need intense c++ coding......
Posted in:
DOTNET | By:
rekha singh | Date: 20 Apr 2010 4:58 pm |
Comments (2)
- How to attach binary data to the end of a POST request
Does anyone know how to attach binary data to the end of a POST request? There's an API that requires me to upload a file by sending a few POST variables in a REST call along with a 'source=<raw bi......
Posted in:
DOTNET | By:
rekha singh | Date: 20 Apr 2010 4:51 pm |
Comments (1)
- How can i acess function written on a module from a form..
Declare it Public in Module and u can use it into the Form......
Posted in:
DOTNET | By:
rekha singh | Date: 20 Apr 2010 4:45 pm |
Comments (0)
- Integrate Ms Access in VB.NET
If u wanna integrate Ms Access in VB.NET , all what you need it's the ConnectionString :
dim con as new oledbconnection("Provider=Microsoft.Jet.OLEDB.4.0; data source=...")
but before this......
Posted in:
DOTNET | By:
rekha singh | Date: 20 Apr 2010 4:42 pm |
Comments (0)
- Converting tiff images to jpg/jpeg images
hi all,
i want to convert tiff images to jpg/jpeg images using code(without third part tool like imagemagic). is any body has done it or any idea please share with me.
thanks.
......
Posted in:
DOTNET | By:
rekha singh | Date: 19 Apr 2010 11:40 am |
Comments (0)
- Html String To PDF Conversion
Hi
Dear all i m using itexsharp.dll to convert htmlstring to Pdf.i converted html string to pdf successfully. But Problem is that,
Html style did not apply in pfd file like row background co......
Posted in:
DOTNET | By:
rekha singh | Date: 14 Apr 2010 4:24 pm |
Comments (1)
- How to convert flv files to avi files via FFMPEG using VB.asp.net
Hi people,
i would like to check with you guys the concept of converting flv to avi thru FFMPEG. tried to google but found nothing much. like to know on the ways how it converts, the bit rate......
Posted in:
DOTNET | By:
rekha singh | Date: 10 Apr 2010 11:44 am |
Comments (0)
- Social Portal using ASP.NET and C#
Hi Everyone,
I am designing one social portal like Facebook. This portal is going to be in ASP.NET. I am wondering if anyone of you worked with social portal and how to do different fe......
Posted in:
DOTNET | By:
rekha singh | Date: 09 Apr 2010 4:34 pm |
Comments (0)
- Objects in Control(Combobox)
In my project, I have to fill more then 10,000 custom class objects in combobox.
While filling these objects, the application is not responding to user. Also, the objects get fill each time f......
Posted in:
DOTNET | By:
rekha singh | Date: 08 Apr 2010 11:33 am |
Comments (9)
- Insert all the records into another table that is residing in another database.
i have a table in oracle with 15 million records . i wanted to insert all these records into another table that is residing in another database.
all these operations are to be done using v......
Posted in:
DOTNET | By:
rekha singh | Date: 08 Apr 2010 2:18 pm |
Comments (1)