thecker's Q&A profile
Software Development for Windows Vista I want to develop a very simple video broadcast program. How can I geeting start? Thanks
I want to develop a very simple video broadcast program. How can I geeting start Thanks mtfck wrote: I want to develop a very simple video broadcast program. How can I geeting start Thanks By broadcast do you mean live streaming video, or do you mean pre-recorded archives that people can view whenever Do you want to control the look and feel of the application that generates the str ...Show All
Smart Device Development configure network card
Hi all, does anyone know how to configure the network card from within a MFC app. i have used IP Helper to add IP address and subnet mask but i need to define the gateway, dns server and ideally the host name. i hope someone can help. thanks Martin Pls follow this link for info on more appropriate news groups for this query http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 ...Show All
Software Development for Windows Vista Dual Display Suggestion
Hi, I use dual monitors for work every day, and the most annoying thing you can imagine is when I am several programs open and it seems like every time I open another window, it opens one the opposite screen that I want it to. Perhaps microsoft could come up with a way to right click a shortcut and press "open on screen 1, 2, etc." or maybe when you double click a program and move the curser to the screen you want it will automatically ope ...Show All
Visual Basic How to ensure win app stops
I am developing a windows app in vb.net. This app acts like a sort of controller for different apps. It also starts new thread to monitor other apps. When it exits it is suppose to close all the apps it started. I use fom_Closing to perform clean up tasks. I have found that when I close the form application Process still keep running. When I open task manager I can see it running. Also if u want to introduce time delay between 2 tasks i ...Show All
Windows Forms DataGridView Switching Rows and Columns...
Hello Everybody, I hope you can help me with a problem I have. I want to write a roster (time table) program based on SQL Server Express and a client written in C#. It would be nice to view the Data of more than one employee at one time, e.g: Date 1. 2. 3. 4. 5. 6. ... ---------------------------------------- Bill TW TW TW X X NW ... George KT KT KT TW X X ... Actually, the data comes like that from SQL Server (of cours ...Show All
SQL Server .NET2 SMO Components
I am new in VS2005 and I start with sql2005 express. I plan to use SQL express 2005 manager. When I tries to install this program the system asks for MS Framework,net2 SMO Components. Where can I download these components Thank You Best regards Oyvind See this link which contains a reference to the SMO redist : http://blogs.msdn.com/mwories/ ...Show All
SQL Server How to automatically process cube by "proactive caching"?
There is a function called "proactive caching" in Analysis services. It can: ----Automatic synchronization with the relational database ----No more explicit "cube processing But I cannot have the latest data in the cube even I set the proactive mode as "real time" Can anybody help me on this issue Following is the procedures I have done: 1. test the data 1.1 use the bi dev studio to browser the cube, ensure no new da ...Show All
.NET Development ConnectionLimit behavior
Hello. I noticed that when I set ServicePointManager.DefaultConnectionLimit to 10 and I spawn 20 threads, the first 10 go through fine, which is expected. However, the next 10 seem to be going out one at a time, not simultaneously. I was expecting them to grab the 10 available connections that had been released by the first 10. Is that the expected behavior Thanks, Ever Unlikely.. How do you know that ...Show All
Smart Device Development running exe on device emultor
Hi folks, Im newbie to .NET CF (coming from j2me world..) so my question might look dummy.. but I didn't found the answer yet... I'm develop to WM5 CF2 and using .NET 2005. is there a way to take my .exe/.cab file and run t with the emulator I’ve tried to do that with the activeSynch explorer, but I don’t know where to put the exe in the emulator file system (and after that to run it from the emulator) thanks in advance, O ...Show All
.NET Development Need help in filtering a filtered list
have 2 datatables in my dataset. operations table columns are process string type CALTOOL a default value of 1 PART a default value of 2 TEST a default value of 3 QUESTION a default value of 4 matrix table columns are more but these are the major ones process subcomponent ntype DataView processtable = tree.Tables["PROCES ...Show All
Windows Forms UserControl with other controls inside (URGENT)
Hi all i just have a question!! i’m doing my own usercontrol, and i have set a few controls inside it (a few buttons and some textboxes ) and i place my user controls inside a form. but my problem is in the code i can access the controls inside of my usercontrol using the UserControl1.Controls Property, is there anyway to no have access to those controls inside if yes How anysample !!! thks JSB ...Show All
Visual Studio Working with search results
Hello Here is the problem : I have a large solution with plenty of projects and folders. When ever I search something, I get results like d:\projectname\development\web\webproject\yetAnotherFolder\AndAnotherOne\help.cs This is a bit anoying. I would like to see onelevelFoler\Class.cs in the results . With the help of vbdocman , I've managed to get my hands on the results of the search and now I would like to modify it but the window is rea ...Show All
Visual Studio Express Editions combine and manipulate multiple fields from DB record, into a new textbox???
hi dudes and dudettes, i'm just starting out with database stuff. i've got my databse table (using the descriptive method so the output appears in textboxes) and a binding navigator added to a form and i want to combine about four fields only from my current record into a new textbox to combine them with some autogenerated html tags. the idea with the app is to have the current record in the database in view on the left of my form with ...Show All
Windows Forms The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used
Hi I create a package(msi) using VS.Net. then i try to install. In the middle it gives error Error Message : The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used. This could indicate error, an error reading from CD-Rom, or a problem with this package Please help me How to fix it Advance thanks thanks Jenkins Hi Jenkins, This is Umesh. I also came acro ...Show All
Visual C++ c++/cli array in value struct
I need to use a "value struct" for an application I've written but I now need to add a character array and a byte array into this structure. I don't know how to do this because I can't set the size of the array. I'm not able to use the ref struct because there is too much code already in place using the data as a value type. Please help! GrkEngineer wrote: I need to use a "value stru ...Show All
