Software Development Network Logo
  • SharePoint Products
  • Visual Studio
  • Windows Forms
  • IE Development
  • VS Team System
  • Smart Devicet
  • Windows Vista
  • Microsoft ISV
  • Audio and Video
  • .NET Development
  • SQL Server
  • Visual C#
  • Visual Basic
  • Game Technologies
  • Visual C++

Software Development Network >> Dnieto23's Q&A profile

Dnieto23

Member List

Sres
Nick Sheng
INTPnerd
vsouders
Deepesh Verma
iceshadow625
Indigo Cowboy
Mitch5713
BillWang
mumato
humbroll
UdiAms
splyf
Luiso
DBRICHARD
Taylor Meek
AJamil
LSS
Elhanna
Jeanvo
Only Title

Dnieto23's Q&A profile

  • Community Chat Audio Files in widoes enviornment

    Hello, Can anybody help me, actuall i m building my own audio player in vb.net, But i m not able to find a correct method to play an audio files, Help me urgetly Yeah, I guess I could give him a break. Anyway, multimedia questions should go here: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.mmedia&lang=en&cr=US Questions on the VB language itself can go to the forum you've just mentioned. Brian ...Show All

  • Visual Studio Team System Please help: Merge options are disabled

    I am using TFS. I have created a brunch for project proj1 which is called proj1B. After modifing one of the files in proj1B, chek-in and merge to proj1, the modification was automatically merged into proj1. If I modify (adding a method) on of the files in proj1, then modifying it also in proj1B (also adding a method), both check-in ---> When I come to merge proj1B to proj1 i get the conflicts dialog (which is fine) with the "Auto Merge All" button DISABLED. When I click on the "Resolve" button, I get the resolve options dialog with the first two merge options also DISABLED ("Merge changes for me" and "Merge changes in merge tool"). I have full permissions. Anyone See the thre ...Show All

  • Internet Explorer Development IE7 Tabs

    I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab. I want to activate the tab as well. I am printing document , it works fine with IE 6 but when it comes to IE 7 it prints all tabbed windows open in my current IE instance. What I want is , I want to print only currently active TAB. Please help me. ...Show All

  • Windows Forms Sortable Column in DataGridView with Objiect based DataSource

    Hello! I've searched the web now for quit a long time, but I didnAt find a clear solution for my sorting problem. I'm having a DataGridView that is bound to a BindingSource which has as DataSource my custom Object which has some String Properties. The Grif is build up fine by the designer and I populate some entries to the Grid on runtime using MyBindingSource.Add(myObject). Even tough the SortMode of the columns are set to automatic, clicking on a header doesn't sort the list. I thought that this would come automaticly with the grid, because the Column to sort for is just a binding to a String-Property of an object. Could someone advise me why this is not working Do I have to implement the sorting myself Doesn't the &quo ...Show All

  • Windows Forms Populating a list box

    Hi, How can i populate a list box with filenames from a Folder Browser Dialogn dialog box I mean, i open the "Folder dialog box", select a folder, click "Ok" and the list box gets populated with the filenames in that folder. Any help would be apreciated. Warm regards, mamrg. You could use System.IO.Directory.GetFiles. Something like: (using System.IO;) if (folderBrowserDialog1.ShowDialog () == DialogResults.OK) { string targetDirectory = folderBrowserDialog1.SelectedPath; string [] filesInFolder = Directory.GetFiles (targetDirectory); myListBox.Items.Clear (); myListBox.Items.AddRange (filesInFolder); } This works, but the files you get in the list will have their full path (c:\example\somet ...Show All

  • Smart Device Development Oracle connection issue

    hi I'm not gettin any driver like ODBC,OLDB for SmartDevice application developement in vb.NET cud any people help me to connect SamrtDevice application with oracle in wireless LAN bbyeeee Something like this (desktop code): public class DataBaseProxyService : System.Web.Services.WebService { [System.Web.Services.WebMethod(BufferResponse=false)] public DataSet LoadData (string query) { DataSet ds = new DataSet(); // Fill DataSet with data as you usually do using query string. You can also pass connection string. return ds; } [System.Web.Services.WebMethod(BufferResponse=false)] public void SaveData (string query, DataSet ...Show All

  • Smart Device Development Windows Mobile 5.0 appln can run on deevice with wm 2003 Os?

    Hi, Is it possible to build the appln on WM 5.0 for pocket pc and then making it on the devices having Windows Mobile 2003 Help needed. as stated, it depends what you are wanting to access, it actually does depend on the .NET CF, since you will be using its features, unless you are doing P/Invoke. if features are unique to WM5.0 then of course it will not work on WM2003 since it is "unique" to WM5 ...Show All

  • Visual Basic Illeagal Characters In Path Error.

    Hi, I have this error, Illeagal characters In path. I figured out it happend when the FILE NAME had spaces in it, so It took me one week to make it change the spaces to "_". In the debug I didn't have the problem any more. Now I installed the program, and it happend. I don't know the exact line, but if it's because of space it's in the Folder's name. SPACE ISN'T AN ILLEAGAL CHARACTER! Why does it happen Is it a bug in VS How can I fix it Thanks. I did another experiment: I made an install project, and installed in C:\TestInstal\ and the error didn't occoured. Why What about if the user will choose another folder I don't want errors in my program! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Easy way to render primitives in front of D3DX Sprites?

    Hi! I'm currently working on a 2D-game that mainly uses D3DX sprites to render bitmaps on teh screen. Unfortunately, a special feature requires the use of textured primitives (TriangleList). When i now render this TriangleList, it's hidden behind any sprite on the screen. Is there an easy way to assign some kind of priority to the primitives / vertices, so that it is possible to draw them in front of certain sprites, but behind others If not, what else am I supposed to do I'd appreciate your help! Marvin Use of the depth-buffer is what you want. I'd imagine that, by default, ID3DXSprite renders to Z=0 which is closest to the camera. If you transform the vertices (ID3DXSprite::SetTransform()) so that they ...Show All

  • Visual Studio Catastrophic Failu Visual Studio Crashing like crazy!!! WHAT IS GOING ON!!!

    I reinstalled my whole damn operating system thinking that I had broken visual studio somehow... it turns out that was a collosal waste of time... I have a fresh clean windows xp pro sp2 install, and a clean Visual Studio Professional... and whenever I add a dataset to a project, and right-click the designer and hit "View Code", I get this horrifying error: Failed to view the validation code because of the following error: Catastrophic failure (Exception from HRESULT: 0x80000FFFF (E_UNEXPECTED) and it gives me a blank document. If I click the button to Save All open documents, the whole damn program just crashes!! I've submitted the error reports, but that's not going to help me fix the problem... what is goi ...Show All

  • Smart Device Development Record movie using .NET CF 2.0

    Hello everybody, How to make movie files in Pocket PC 2003 using CF.NET 2.0 I need to make a video file from many jpeg files, and the video file should be playable by the Windows Media Player. Anyone know how Thanks b4 You might be able to do it with direct show though it would not be trivial and you would have to figure it out on your own as I doubt there are samples for it: http://www.google.com/search hl=en&q=Windows+Mobile+Direct+Show&btnG=Google+Search ...Show All

  • SQL Server Getting results with stored procedure from single textbox searching table with multi columns

    I admit I am a novice to queries and stored procedures but understand stored procedures are more secure, so I am choosing to challenge myself with a stored procedure and have not been successful at all. What I am looking for is a stored procedure which would query the single table named Hospital, which would search from a single textbox the end user would enter the text they are searching for on a Windows VB application but is dependant on a few end user selected items. 1. The end user can select a radio button either "Starts with" or "Contains" 2. The end user can select from 6 checkboxes (Hospitals, Address, City, State, Zip, Type) to limit or expand their search from the columns in the table. The table has ...Show All

  • SQL Server Non significant '0' removed from alphanumeric code

    Hi all, I have a problem with alphanumeric codes in SSIS. I have a sql table with a varchar column which contains codes like '080101000', in my SSIS dataflow I have a lookup against this table and the column whith the code is used as output column for my lookup transformation. In the advance editor the output column datatype is DT_WSTR, but when the code contains only numbers like the code '080101000' the first '0' is removed! It's like the code is at some point transformed to numeric and then inserted in the output column as a string. This in nonsense!! Does anyone have an idea how to avoid this Hi, No it's not resolved. Yes I tried using Data Viewers, the column where the 0 is removed is ...Show All

  • Visual Basic Show right click context menu over selected node treeview

    Hiya, I have a treeview and want to display a context menu when the user right clicks on a node. I want the context menu to appear next to the node that is clicked. At present the menu is popping up at the top of the screen. My code private ClickedNode as TreeNode Private Sub JobTreeView_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles JobTreeView.MouseDown Dim ClickPoint As Point If e.Button = MouseButtons.Right Then ClickPoint = New Point(e.X, e.Y) ClickedNode = Me.JobTreeView.GetNodeAt(ClickPoint) Me.JobTreeView.SelectedNode = ClickedNode End If End Sub Private Sub JobTreeView_MouseUp(ByVal sender As System.Object, ByVal e As System.Windows ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Highly Optimized 2D Drawing

    With the trends in hardware today, would it be worth the effort to render groups of sprites to offscreen surfaces For instance, we have an gui window composed of 9 sprites (All stored in 1 image, and will be rendered in a batch). 5 Of these sprites will every need scaled or tiled to draw the window every frame. Assuming that during the gui windows lifetime it's size and appearance will remain relatively constant, we can render it to an offscreen surface. This would allow us to minimize the scaling and vertex buffer operations to a single blit in future redrawings of the window. Or is it best to constantly push new quads to the GPU for processing like the Spritebatch object currently does The constant pushing of quads would only requir ...Show All

©2008 Software Development Network