Visual Basic .NET » Windows Registry and File I/O
Please Help ... How to find the country from where the page
Hi genius friends, I am developing a site, in which user can select the country and language. Currently we have 40 country site with their local language and English language, i.e, 25 X 2 = 50 Site. (Localization and globalization are used with resource file) When the user selects a country, language drop down will be filled with language, which are assigned to that particular country. And when
Please Help ... How to find the country from where the page
Hi juniors friends, I am developing a site, in which user can select the country and language. Currently we have 40 country site with their local language and English language, i.e, 25 X 2 = 50 Site. (Localization and globalization are used with resource file) When the user selects a country, language drop down will be filled with language, which are assigned to that particular country. And when
Multi Lined Text and multiple lines in Visual C++
For Quite a while, I've been working with C++ .cpp files, using things like cout, cin, strings, blah blah... Now, I've started in with Visual C++ apps. I can get the multiline textbox to work fine and dandy, but when i want to store the multiple lines of data into a cstring (because i have yet to find a way to use normal strings, which would also be useful) or what ever wierd string they use (L
mutiline textbox newlines
For Quite a while, I've been working with C++ .cpp files, using things like cout, cin, strings, blah blah... Now, I've started in with Visual C++ apps. I can get the multiline textbox to work fine and dandy, but when i want to store the multiple lines of data into a cstring (because i have yet to find a way to use normal strings, which would also be useful) or what ever wierd string they use (L
team suite installation
Hi, I installed visual studio team suite on three machines here. On two of them I get all the team project options from the file menu etc. On the third machine these items do not appear and when I went to Tools -> Options -> Source Control I noticed that the Current source control plug-in was set to NONE unlike the other two machines which are set to: Visual Studio Team Foundation Server.
visual studio 2005 diff
I recall that Visual Source safe has that feature. It may come with Visual Studio, I'm pretty sure I had an option to install it when I installed Visual Studio 2005.
how to cast audio and video files in asp.net
hello Group I want to know how do we cast audio and video through our site. I have got a small requirement that needs me to cast audio and video files over the internet (proabably take the example of watching a movie or a small video clip on the internet) I donot have any idea of doing the same. could anyone kindly guide me through this process Thanks Sunil Daga
Need code for shell icon overlay in C#
Hi In my project i need to implement icon overlay for selected files and folders in a file system.When u right click on a file/folder and select a context menu the icon of the file/folder must be overlayed with a small icon. I am new to windows shell programming and dont have enough time to do R&D.Searched the net but couldn't find any solution.Found one solution in DotNet247.com but it's no
To copy Sheet 2 to Sheet 1 in Excel file using VB.net
Try to look into excel VBA help about Excel special Cell. VBA has a special constant that tells excel where the contents are ending on a sheet (same as pressing Ctrl+Enter) HTH Pankaj
VSS Binding for .NET
Hi, I have a .NET solution that is binded on to VSS. I have another project which will have all the modified files of the main project. All i would like to know is, can i have the main project binded on to VSS and the modified files binded which will reside on another folder. Eg. a folder named "A1" with a,b,c,d.aspx files binded to VSS and another file c.aspx in a folder named "
500 Internal Server Error
Hi all, I have an ASP site up and running in IIS 5. The site is up for the past 2+ years. All of a sudden i get 500 internal server error. I even turned off the HTTP user friendly message in IE and so when i refresh the page, i get a message "Remote Procedure call failed". I tried changing the settings in IIS by giving the read, write access and in the physical folder i had given the A
Compiling dlls
Is this relevant to .NET ?
Urgent Zip Program problem.
Hi , I have written a program to zip files with Shell32 in C#. The program zips the folders and then deletes the original folders. The problem is that the folders are big in size ,each being atleast 10MB in size. Now when the program starts the delete process it gives me that the folder cannot be deleted because it is being used by other process. Now I think that the zip process is not completed
Solve 500 Internal Server Error
You need to check if your version of .net framework is installed properly: at command line, CD to your .net installation folder and run aspnet_iisreg -i
Get Image Properties from PPT using VB ?
I want to: 1. Read 1 slide at a time from a .ppt file (each slide has several small images) 2. I then want to Get the image properties (name, links etc.) and most importantly its position in x, y co-ordintes. Please suggest if there are any methods within powerpoint to do this. I am doing this in VS 2003 and intend to use Microsoft PowerPoint 11.0 object library. I have power point 2003 instal
Hexadecimal Integer
Great ! I've learned something as well. Thanks.
Simple Text File Problem - VB.NET
Then read the text file into a string and call the IndexOf(string searchStr) method on that string. It will return -1 if searchStr is not found. If it returns any other value, the string and therefore the file contains the word you're looking for. Peter -----Original Message----- From: DotNetDevelopment Re: Simple Text File Problem - VB.NET I guess, the book's "logic" behind the
Using config file to customize windows app
You could also encrypt the file so that it is not readable.
how can i convert a word document to RTF File through progra
hi munir, thnk for ur suggestions, got it
Editing Web.config file from codebehind
Problem trying to add a message handler to an MFC class
I read in an other thread that for there cases the problem was fixed by uninstalling the Internet Explorer 7 (beta?). In my case I have the problem and no IE7 installed, so perhaps my problem may be Windows XP x64. I Still didn't found a solution to fix it for me. :-( Hope you have IE7 installed! ;-) Greetings Maik
Project Dependencies
Hi everyone! I have a question about project dependencies. Let's say I have two .dll ("a" and "b") files that are used as reference in a project (that will create another .dll ("c") that I will use in many projects). I would like to know if there is a way that I can build the c.dll with the dependencies, so that in my others projects I only make a reference to
windbg symbols loading problem for crystalldecisions
hi please do answer this
ASPX file into a table cell
Piyush, I dont know which version of .NET you are using VS 2003 or VS 2005 Well in both cases if you are using VS 2003 what you can do is create User Contol (.ascx) and load it on each page. And in case of VS 2005 what you can do is Create Master Page and load other pages in that. ( you need to do search for that) in first case... <form>
ASP.Net Debug Problem
Hi, I have a master web application at my root level, and several sub-directories that all use the master app_code folder and bin folder. Every now and then, when I goto my application, I get an error that the compiler failed with error code 1. When I go into web.config, turn compilation debug to true, save it, and run one of my files, they work just fine. Even when I then go back into web.co
how can i convert a word document to RTF File through progr
hi all, can any one help me, how can i convert a word document to RTF File through programmatically,so that i can load to the RICHTEXTBOXCONTROL thanks in advance, bye
Writing a Word Document from ASP.NET using VB
I am trying to write a Word Document from ASP.NET using VB. I have had some success but still have problems. Response.ContentType = "application/vnd.msword" Response.AddHeader("Content-Disposition", "attachment;filename=myfile.doc") Response.Write("My Text") However, this first puts up a message box asking if I want to open or save the file. I'd like t
Writing a Word Documnet in VB.NET
I am trying to write a Word Document from ASP.NET using VB. I have had some success but still have problems. Response.ContentType = "application/vnd.msword" Response.AddHeader("Content-Disposition", "attachment;filename=myfile.doc") Response.Write("My Text") However, this first puts up a message box asking if I want to open or save the file. I'd like t
Help with Response.Filter
i'm using creating a webpage on the fly that i save as an xls file to be attached to an email and sent dynamically. i've got a custom response filter class to write it out. the problems start happening when i redirect - i need to somehow end the response but not with Response.End because it doesn't allow it to get to the Redirect statement and if i use something like Response.Close or Response.C
Issues in porting from VC6.0.VS2003 to VS2005
Hi all, I get the following linker error when compiling a project written in VS2003. net fatal error LNK1104: cannot open file 'mfc71d.lib' How do I solve this ? Here are two more errors : 1) error LNK2019: unresolved external symbol "int __stdcall lstrlenWInternal(wchar_t const *)" (?lstrlenWInternal@@YGHPB_W@Z) referenced in function "int __stdcall ATL::CompareStringWFake(
How to produce .rel file in VS 2005?
How to produce .rel file in VS 2005? I can't find any linker option
ASP.NET and Oracle connection error ORA-12154
Hey All, Found the solution!!! When I had given ASP.NET right on Ora92 folder, TNSNAMES.ORA file was absent. I had added it later on, because of which this file didn't have this right. As a consequence, .NET framework was unable to access this file to resolve TNS names. Also found another thing on net that - if TNSNAMES resolving fails, alternatively we can use these names' definitions directl
Downloader in Vb.Net
Well u can use the Time class in dot net , similar to that in java and have a thread run at that time. pushkar wrote: Hello Friends. Can anybody say Me how can i make Automatic Downloader in Vb.Net. It should be automatic shedule downloader. Suppose i give time 11:00 PM it should automatic download file at this time. Can anyone give me ideas about this Application?? Regards.
C# - Retrieve an encrypted copy of current user's password s
Hi, I currently am working with a third-party application and plan to wrap the provided installer for this application inside another installer that I will make. My installer will simply set a number of registry settings and then trigger the third party installer in "/silent" mode. This allows a normal user to installer one application, start it up and have all their settings populated. One of
CodeBehindFiles
I think u r not using Dos Prompt provided by vs.net. if u dont use that then u'll have to provide complete path of that folder where system.dll,system.web.dll etc. resides. Try to use Dosprompt provided by vs.net. if it doent work then to intimate me. i may tell u further solutions for it. On 6/29/06, Cerebrus wrote: I suppose this is the VS.NET Command Prompt you are talking about ? You a
How to Clear html fileupload browse button Value.(Urgent)
Hi Daya, Its better to check the file size in Server side.or else try this code am not sure whether it will work.. function getsize() { var oas = new ActiveXObject("Scripting.FileSystemObject"); var d = document.getElementById("FileUpload1"); var e = oas.getFile(d); var f = e.size; alert(f + " bytes"); } Regards, Satheesh
My VB .Net project clears the clipboard when it closes
* SetDataObject*(*object* *data**, bool* *copy**, int* *retryTimes**, int* * retryDelay*) * Parameters: ** copy*: true if you want data to remain on the Clipboard after this application exits; otherwise, *false*. * data*: The data to place on the Clipboard. * retryTimes*: The number of times to attempt placing the data on the Clipboard. * retryDelay*: The number of *milliseconds* to pause be
Change \"My Project\" to \"My Project\"?
Hello there, I have a problem with Visual Studio 2005 and ClearCase... CC does not allow whitespaces in folder-&filenames (at least in our config), but Visual Studio creates a folder named 'My Project' - which cannot be added to source control because of the forementioned reason. Is there a way to define this foldername for a project so VS 2005 does not want to (re-)create it with the whi
FTP in Visual Studio 2005 Pro (Visual Basic)
I am currently researching how to write a FTP program that will send certain text files to different FTP servers, depending on which customer owns which FTP server. Does anyone know where I can get started with this? This program needs to: - run every 30 minutes and check if a file exists for a certain customer - if file exists, read file name and determine where to send the file - se
Error whe reading a file
Hmm.. thank you for your advice. Acctually i want to read a txt file.

[Page 1]
Home