Sreekk's Q&A profile
Visual Basic Problem creating a new project
I have just downloaded and installed Vb2005, but i get an error when i try to create a new project. Error is : Filename,directory name or volume label syntax is incorrect Any ideas ...Show All
Visual Basic Can you have a maskedtextbox data entry go from right to left?
Can you have a maskedtextbox go from right to left I can get a normal textbox to allow data entry right to left but I can not get a masked textbox to work this way. I have a five character database field that I need to be populated in this fashion in order to get a match that I am looking for. ex... when a user types in 3 charcters lets say "222" it will store it that way. I want it to store " 222" notice the to ...Show All
Visual Studio Tools for Office IIS5 and MS Word
Hi ALL, Win 2000 SP4 MS Word 2000 VFP 7 SP1 IIS5 I created a COM DLL that takes data from Oracle and merge it with a RTF file and then MS Word is used to print the RTF file to PDF file. Every thing is working just fine. However, when a user makes a request through ASP page, the MS Word is not instanced. The DLL impersonates using RevertToSelf API call. All the web requests are processed using a specific ID. This ID ...Show All
.NET Development I NEED HELP! ITS AN EMERGENCY!
I just wanted to install updates on my windos live care program which protects from viruses and such. the thing is, it won't let me update since it said something was wrong, so then it told me to remove my .net framework version 2.0 and i did. now, the program won't even work or whenever i click on it, it just won't come up and its saying theres some kind of error and that now i have to re-install it. i just want to know, where or how can i get ...Show All
Visual C++ DLL initialization failure
I've translated a VC7 project that builds a COM dll, to VC8. It builds, but I can't register it: Regsvr32 reports "LoadLibrary("<path>") failed - A dynamic link library (DLL) initialization routine failed." The dependency viewer suggests that all the required libraries are present. The failure occurs before execution reaches by code (DllMain). How can I debug and find out what's going on Phil Atkin ...Show All
Visual Basic How can i use nullable (of t) to handle nulls in DateTime
Hi, As we all know the Datetime in vb.net 2003 cannot handle nulls. I see that there a system.Nullable (of t) How can I make use of this in order to handle nulls in datatime. An example will be appreciated Something like this Option Strict On Module Module1 Sub Main() Dim dt As Nullable( Of DateTime) = Nothing &nbs ...Show All
Windows Forms Is there an underline control or clever workaround?
Hi, I'm looking for an 'underline' control or some clever way of creating a similar effect. I want something to look just like this Eclipse dialog (link below); http://home.swiftdsl.com.au/~spurrymoses/pics/eclipse_dialog.jpg There is an underline underneath to top section and then underneath the 'Enclosing Type' checkbox. I tried fiddling with existing controls and looking for something in the Toolbox References but couldn't work anything ...Show All
Visual C# ShockwaveFlashObject
Hi. I have used "AxInterop.ShockwaveFlashObjects.dll" in my project. How can I handle write click on it There is't any mouse event for it. ...Show All
.NET Development Developping a Real-Time Application
Hello NG! I have to develop a Real-Time application. Computer A writes a message to computer B and computer B should get the message in real time (or almost real time). The message should be stored in a SQL-Database. One way is that computer A stores the message in the database and computer B is looking every 5 or 10 seconds if there is a new message. But I think there are better ways to do this, aren't they Is it possible to develop a ...Show All
Visual Studio Problem installing Visual SourceSafe Internet
Hi! I tried to install Visual SourceSafe Internet but received the following error: Visual SourceSafe Internet was not enabled on this computer because Internet Information Services (IIS) is not installed. Please install Internet Information Services before configuring Visual SourceSafe Internet. I'm using the July Visual SourceSafe CTP on Windows 2003 with IIS installed and other ...Show All
.NET Development Problems with DataReader!!
Hi, can someone please help my, I have experienced some realy weird stuff. This datareader hasn't been closed, but when I try to run the program, I get an error message, stating. "INVALID ATTEMPT TO READ WHILE READER IS CLOSED" Is their anyone that can see something in my code that I'm missing. Thank you. Or any suggestions Try Dim myreader As OleDb.OleDbDataReader Dim mycomm As New OleDb.OleDbC ...Show All
Visual Studio Express Editions Media Player
What is the command to stop the media player from playing whatever is currently playing in it when another button is clicked. I've tried several different techniques and nothing helps. Please help me. Thanks, Mike The media player object has a property called ctrl, or something like that. From there, you'll find methods for play, stop, etc. ...Show All
SQL Server Can't install database scripts
I have the apr ctp of sqlserver 2005 that came with beta2. I know this must have been addressed before. I did a number of searches installing databases, pubs, northwind, etc., but none of them addressed the problem. I apologize in advance for going over old material. I can navigate to the folders where the database scripts are - C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data However, I don't know what to do after that. denn ...Show All
SQL Server Linked servers and Windows Authentication
I have seen similar questions, but none of the answers have solved my problem. I have several SQL2000 servers running under Win2003. In the past, we have been using SQL logins, but I have been trying to transition to using Windows Authentication. It has been working great except that sometimes queries using linked servers fail. The linked servers are set up for the connection to use the login's current security context. For testing this ...Show All
Audio and Video Development Mpeg1 format support?
Hello everyone, I was trying to rewrite the VideoSource example provided in the MF SDK as a mpeg1 source filter that output two streams (one for video payloads and one for audio payloads). In VideoSource::CreateMediaType() I was supposed to convert a AM_MEDIA_TYPE that presents a mpeg1 video payload media type into a IMFMediaType format, however, the MFCreateMediaTypeFromRepresentation() function does not seems to recognize the AM_MEDIA_TY ...Show All
