jjirra's Q&A profile
Visual Studio Vb6 on Vista
I hope not to be primitive, but I still use Vb6. I Installed BEta version of Windows Vista (beta2), but I cannot install Vb6 on in it. I know, it is still Beta, but i want to ask of Vb6 will be workable in Windows Vista in the future Error: NTVDM encountered a hard error Thanks for listening. Forgive my 'dutch english'. Not only is VB6 (and the rest of Visual Studio 6) kind of old... but they are also now unsupported ...Show All
Visual Studio Team System Find Changesets
How do I go about determining which changesets were created between two dates Is there a web service that can supply this information for me Well, maybe if there was a decent class reference in a help file somewhere... But thanks for the good news, I can rewrite my tasks to use the api rather than shelling out to tf, now, as well! ...Show All
.NET Development Freezing TCP SocketListener
I'm writing my first local network TCP/IP Client/Server Windows Forms workstation application functionality code in VB 2005 Express. The internet may be connected by the user, but it is playing no role in the Client/Server part of the application. The objective is to write a simple listener and a simple client not demanding anything but the Listener being able to pick up transactions sent on a specific port and up to six Clients being a ...Show All
Visual C# How to make a image to windows wallpaper?
Is there a function which can make a image to windows wallpaper ...Show All
.NET Development Web Services - File Transfer
Hi All, I am using VS 2005 (BETA 2) and a Web Service to upload/download files. I am trying to use the My.Computer.Network.UploadFile and My.Computer.Network.DownloadFile methods. In essence, I have a file (test1.exe) that resides in the same directory as the web service, and would like to save it to a remote computer when the user calls my method. It gives me the following error: System.Net.WebExcepti ...Show All
Windows Forms function help.
does any1 have any idea how to make a function that sends and recieves information about an organism of species X to another organism of species X. the ifo that i need to send and receive is: * the names of the or ...Show All
Visual Basic netmeter application
Hi. Is it possible to create an application that stores upload and download values from my internet connection ( a sort of netmeter app) and stores it into a table I already built a database and a UI. How do I get the ul and dl values Any help would be appreciated. I'm trying to get the amount of sent and received bytes every time I get online. If I double click my connection icon on the tray I get a pop up dialog that shows those values. ...Show All
Visual Studio Team System Error creating a new project
Hello, I have spent almost 3 days trying different recommendations from this forum without luck. I originally had the "Unable to connect to the Windows SharePoint Services" error. I have uninstalled TFS / Sharepoint multiples times. Making sure I deleted the database. Last, I changed the port for Sharepont Admin to match TFS and now I am getting the following error when attempting to create a project. Please help. ...Show All
Microsoft ISV Community Center Forums Form Requery
I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD OK, that worked. Thank you. I really a ...Show All
SQL Server Adding Currency Conversion Bi Fails
In the cube editor I am trying to add some BI. I want to do the currency conversions. I have everything set up. I get to the last page where it says "This is what will happen" I hit finish and I get =================================== Object reference not set to an instance of an object . (Microsoft Visual Studio) ------------------------------ Program Location: at Microsoft.AnalysisServices.Wizards.BIWiz ...Show All
SQL Server Overflow error that doesn't make sense....
I'm troubleshooting a stored procedure that suddenly decided to stop working. I narrowed down the problem to the last part of the stored procedure where it selects data from a temp table and inserts it into a physical table in the SQL2000 database. I keep receiving the following error: Server: Msg 8115, Level 16, State 8, Line 140 Arithmetic overflow error converting numeric to data type numeric. The data values all appear to be correct with no ...Show All
Visual C# checkedlistbox
c#: how uncheck the previous box when a new one is checked selectionMode is one and i have only one selected but more than one checked. CheckedItems is not updatable. I think i have to use ItemCheck event. Thx Just walktrough all items and uncheck them. You can optimize this by caching the last checked item and only unset that one. private void checkedListBox1_ItemCheck( object sender, ItemCheckEventArgs e) { if ( e.NewValue ...Show All
SQL Server Access Cube Detailed Info
Hello, Could I write ActiveX Script in a DTS Package to return cube info (such as CubeName, CubeStatus, CubeSize, CubePartitions, CubeLastProcessed) If that's possible, I could then pump in the result into text file and import them into a table for reporting purposes. Please let me know if this is the best route to explore DSO objects or any alternative way of extracting this type of Cube data. -Lawrence ...Show All
Windows Forms second form called not displaying (C#)
I am calling another form (Login) when running my application (MainForm) , and that form may need to call another form (NewUser) but, the new user form doesn't appear. I don't know what I am doing wrong - here is my code: static vo ...Show All
SQL Server Restricting Access to Management Folder under SQL Server 2000
Hi I have a SQL Server 2000 Server with several Databases owned by different users. Currently all DBO’s seem to be able to access the Management Folder and this is not ideal as they can create all sorts of tasks which can affect server performance. Is there any way to restrict Access to the Management Folder so only the SA can access it. Thanks G, Hi Thank you for your reply. I would still lik ...Show All
