jimvs05's Q&A profile
Visual Studio Express Editions Information not found
I find very little content in the VB Express Help files. If I try to follow links from the pages I have -- even the "Guided Tour" -- I get the "Information not Found" page. I have my Help options set to search local first, then the Internet. My connection is good. Did I neglect to download a critical file How can I find basic language reference material Thanks, Mable Links to topics that aren't part of th ...Show All
SQL Server SQL 2000 EM Prob. after 2005 install
After installing SQL 2005 Dev. I get an error from SQL 2000 Enterprise Manager's MMC Console when I right-click on database properties for any database shown in the EM list, and EM freezes requiring me to close it and re-launch it. Should I re-install SQL 2000 along with Analysis and Reporting Services Thanks for any help. Only one SQL DMO dll can exist on the server and it has been replaced by the new SQL2005 ve ...Show All
Visual C# display webpage in windows form
i want to display certain webpage in my windows form, the code i used is as follow.... private void button1_Click(object sender, System.EventArgs e) { object Zero = 0; object EmptyString = ""; string webpage=" http://bursa.n2nconnect.com/BursaStockSearchAll.htm "; axWebBrowser1.Navigate(webpage, ref Zero, ref EmptyString, ref EmptyString, ref EmptyString); } if i use the above coding, it will display the webpag ...Show All
Visual C# C# Access
Hey all,thank u very much for your all because of reading my question; I have a big problem about saving data which I typed to textboxes to my database... I need your help, are there anyone can tell us "step by step" the db connection, saving,deleting,sorting,searching with c# etc... peaceforce18@hotmail.com waitin for your help... I must learn it... Thank u very much... there are many samples for ASO.N ...Show All
.NET Development Retrieving Units of Measure in use
How do I determine whether the user is in a metric locale or inches locale The CultureInfo objects do not seem to have this property. Besides millimeters and inches, are there any other types used Thanks in advance. Interesting. Don't see how I missed that one. Oh well nevertheless given that it is there we can reverse engineer back to the underlying Windows API and sure enough you can get it through the ...Show All
.NET Development 'Dispose' : is not a member of
I get this error for any implentation of Dispose error C2039: 'Dispose' : is not a member of 'Microsoft::DirectX::AudioVideoPlayback::Video' c:\windows\assembly\gac\microsoft.directx.audiovideoplayback\1.0.2902.0__31bf3856ad364e35\microsoft.directx.audiovideoplayback.dll : see declaration of 'Microsoft::DirectX::AudioVideoPlayback::Video' You should invoke the destructor, '~Video' instead I'm creating a media player, and without this Dis ...Show All
Visual FoxPro ODBC & text to columns
I have created a Remote View that pulls from an ODBC connection in my DB. I have a field that is within the ODBC named employee_name where the name appears like so- SMITH;JOE L or SMITH JR;JOE L . I want to execute a similar function that is used in Excel- text to columns where the data can be "split" into different columns depending on the delimeters (; or a space etc...) Is there a function similiar to this in VFP 9.0 I would hate ...Show All
Visual Studio Express Editions Including graphic files as part of project/build ?
Hi there, How does one include support graphic files as part of a project i.e. I have some default graphic files that I need to link into the project to ensure they are distributed as part of the application and are set-up in pre-specified folders. This is for Visual Studio VB Express by the way. MRW I have just finished an article for Coding4Fun that will help you, The article goes through creating a base application and converting it to ...Show All
Visual Studio Choosing Visual Studio 2005 DirectX Help Source
Hi all, I have a little troubles setting up my VS 2005 help. I installed DirectX SDK April 2006 and every time I search for something by pressing F1, it brings up DirectX Managed help. Is there a way to set it to use non-managed DirectX help files instead As managed dx help is kind of a useless to me... Thanks in advance. LOL, I found this microsoft forum as useful as their help files :) ...Show All
Visual C# Pass by Whatever
Hi! I am confused by the insistence of both Java and C# that passing a reference type is not pass-by-reference but pass-by-value. I take it that since you get a copy of the reference, they consider it pass-by-value Then, what is passed in pass-by-reference A handle (pointer to a pointer) And, if so, isn't it a copy of the handle that's being passed As you can see, I am missing something. Please, lay it out simply for me. (Pass-by-value--I ...Show All
Windows Forms DataViewManager Row Count
What would be the method of finding the rows found by the "Rowfilter". Here is how I am specifying the filter: dvmProducts.DataViewSettings[dsProducts.Products].RowFilter = filter; What I would like to know is the number of rows. Any help will be great. ...Show All
SQL Server SQL 2005 & Windows Password Policy
We run a few shared hosting servers in the UK, now we used to run mssql 2000 and moved to 2005 in december 2005. Microsoft SQL 2005 9.00.1399.06 Microsoft SQL Server Man agement Studio 9. ...Show All
Visual Studio 2008 (Pre-release) HeaderedContentControl
Can anyone point me to a sample, blog or article that details how to correctly use all the features of a HeaderedContentControl Things like the HeaderTemplate, HeaderTemplateSelector, ContentPresenter, etc. Thanks John Try: http://msdn2.microsoft.com/en-us/library/ms771736(VS.85).aspx Regards, Hermann Rosch ...Show All
Windows Forms One more thing
I'm not really sure if these wishes are in the Windows Forms group or not, but I thought I would put them in anyway: 1. Add support for databinding to a NULL/Nothing value. For example, you have a nullable varchar in the database. Y ...Show All
.NET Development TCPListener.socket closes on send
Hi, I'm using VB in VS2005 on a WXP SP2 machine to build a windows service that listens to a port to accept messages. This solution works fine when a connecting client sends a message, waits for an ACK and disconnects. We now want the socket to remain OPEN after sending the ACK, which it used to do on beta2 and older machines. Does anyone know which property to set or another solution to keep the socket open after the send. Any i ...Show All
