Tom25's Q&A profile
Audio and Video Development How to add HDMI support in video miniport driver?
I have some experience on VGA compatible video miniport driver development. Now the interface between the display card and monitor changes to HDMI from VGA interface. I don't know how to modify the video miniport driver to support HDMI interface. As I know in the VGA compatible video miniport driver, I need to implement SVGA functions. Now for HDMI, what should I do This forum is for HD DVD content authors, not device driver authors. I suggest you try posting at the Windows SDK site: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=121&SiteID=1 ...Show All
Visual C++ Saving/Opening Directories in MFC
Hi All, I would like to know how to select a directory, rather than a file in CFileDialog. Unfortunately, it appears that CFolderDialog no longer exists in VS 2005. Many thanks in advance, Ljubica ...Show All
Smart Device Development WebBrowser Scrolling
Is there any way to scroll the web browser control programmatically I haven't found any. Thanks for your help. Wolfgang ...Show All
Windows Forms Datagridview combobox query
I have a datagridview with 5 columns which a populate with dataset, which retrieves data from a table. The first column in the datagridview is a combo box which contains IDNumbers. In the combo box, I wish to show a number of IDNumbers that are in another table. In code, I have defined another dataset to retrieve the IDNumbers, but I do not know how to connect the secondary dataset with the IDNumbers to the combobox's items collection in the datagridview. How am I able to do this in such a way that I can have multiple rows in the datagridview with the same IDNumber (The database has been setup correctly to allow for this scenario.) Thanks James Hi, Try the following code I ...Show All
Game Technologies: DirectX, XNA, XACT, etc. So how does this (non)commercial business work?
Can anyone please enlighten me on how this all will work. How I see it, there are two points for having XNA. 1. To let gamers make Xbox 360 non-commercial games freely to play on their own consoles. 2. To let gamers make Xbox 360 commercial games that they may transfer over live. But can we sell these games & start a business And where do our limits end & then begin again with Pro I have been trying to start a video game business for years now, working with teams and software, and Microsoft XNA can be a new pedestal for my team and business. Thanks in advance. Depends on how you set it up. If you use the wired controller for input it could be virtually identical. You can ...Show All
SQL Server Login failed for user '(null)'
Hi, I am using a Third Party software which depends on my SQL Server 2000 for storing data. When I use Windows Security in my Third Party software, I get the following message in the event viewer of my SQL Server 2000. Description: 18452: Login failed for user '(null)'. Reason: Not associated with trusted SQL Server connection. When I user SA, I do not get the above error. Any clarifications on the possibilites for getting the error is appreciated. Also let me know if we can overcome the error without using SA. I tried the article in http://support.microsoft.com/kb/840219 . But it didn't make a difference. Are the application and the SQL Server running on the same machine If not, are the machines in the same domain ...Show All
Windows Forms MainMenu designer
Hi, is there any way how to create designer for MainMenu like in VS 2003 I am able to add MainMenu on my designer, but I can't create MenuItems. I am using .NET 1.1 Thankx ...Show All
Visual C# How can I access parameters given from the Command Line?
If I choose to run a program the following way Start > Run "MyCSharpApp.exe" "Some Text" How do I access "Some Text" TIA Mike Hi, try the following: [ STAThread ] static void Main( string [] args) { if (args.Length > 0) { string firstParameter = args[0]; } } Andrej ...Show All
SQL Server Using OLE object within a procedure
Can anyone help me address pros and cons of calling OLE object within a stored procedure. As we know system stored procedures such as sp_OACreate, sp_OAMethod are used to create and call OLE objects. I have to decide between whether it is advisable to use sp_ in my procedures or to do something outside the database. I need to use an external component to transfer files between FTP servers. This can be done using a procedure and job to schedule the calls. Thank you, Yogesh Why not just use VB to transfer files between FTP sites I'm not sure why you're trying to use SQL Dim host As String = "ftp.getpaid4spam.biz" Dim user As String = "Login" Dim ...Show All
Visual Studio Express Editions how to: bind a single control to multiple datasources
hi, im really new to programming and i was wondering if there's someone out there who's kind enough to teach me how to bind a single control (ex. a textbox) to multiple datasource's (ex. two or more table's). thanks a lot.. you are talking more of a drilldown combobox and have recently helped someone do this. Take a look at this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=786157&SiteID=1 unfortunately for you, its in C#! however its easily convertable to VB.NET. I hope reading the link will give you some knowledge and understanding on how it can be achieved. The way it works is like this: fill the first combobox with data on selectedIndexChanged event of the combobox, ...Show All
Visual Studio Express Editions Can U get line numbers for the *.cpp files area
When U code in a Visual Studio env, can U get the line numbers in the code area, ie *.cpp or *.c area. How Thanks Yes. Go to Tools menu, Opions, Text Editor, C/C++. Under Display you'll find a check box named "Line Numbers". Check that. ...Show All
.NET Development "The application failed to initialize properly (0xc0000022)." getting this error when trying to invoke an application
I am runnning silktest application but sometimes while invoking the runtime.exe getting error "The application failed to initialize properly (0xc0000022)." How to debug why this error is coming internitently. I found this on www.tech-pro.net and tested it on two laptops. Worked great. Login as Administrator Open Command Prompt. (Start -> Run... -> CMD) In command prompt type command and hit enter: CACLS %systemroot%\System32\*.dll /E /G BUILTIN\Users:R In command prompt type command and hit enter: CACLS %systemroot%\System32\*.ocx /E /G BUILTIN\Users:R Reboot PC. ...Show All
Windows Forms PDF to JPEG
is there anyway that I can convert pdf to jpeg within the microsoft office, and if so, is there an addin that I can download This is not actually the appropriate forum for your question. It is a forum for programming windows forms, but here is a google search that could help you Microsoft Office, pdf to jpg ...Show All
Visual Basic Saving ListViewItemCollection
Connection.Open() Dim cmd As New OleDbCommand cmd.CommandText = "INSERT INTO PANELDETAIL (PanelID,PanelName,ExamName) VALUES (@PanelID,@PanelName,@ExamName)" cmd.Parameters.AddWithValue("@PanelID", tboxID.Text) cmd.Parameters.AddWithValue("@PanelName", tboxName.Text) cmd.Parameters.AddWithValue("@ExamName", lviewIncluded.Text) cmd.Connection = Connection cmd.ExecuteNonQuery() Connection.Close() Basically, this code just inserted a certain record on my database...All seems fine but the one with the question mark, I don't know how to insert but I am certain that it's wrong.I just want to ask how can I ...Show All
Visual Studio Express Editions reading data
i need to know this quickly (job interview) 1. how do i read from a text file to a table (say.... access) 2. how do i read (using recursive methodes) from a table to vb.net 3. how do i read from xml to vb.net its not a small task and requires some indepth experience and knowledge, especially if you are going for a job interview. Remember, you can't lie about the things you talk about or appear to know about, you need to demonstrate it when the time comes to use it. to read a textfile, you can use the FileStream or the StreamReader, both in the System.IO namespace but now you have to explain further about how you are trying to insert it into a database. What do you want to insert each line of data in ...Show All
