System Information

VB.NET

    Next

  • 1. adding a picture in grid
    hi every one, In my database picture is saved, i am using sql server 2000 and VB.net 2005. When I search the record, I need that the picture should also be shown in the grid ( i am using ultra grid tool of infragestic)... thanx if any body can help me in this regards...
  • 2. Reading ToolTips captions
    Is there any way to get a VB2005 ToolTip caption to remain on-screen indefinitely, at least until the user moves the cursor away from the control that owns the ToolTip? Occasionally, the ToolTip needs to contain a longer string of text to expalin the use of the control and it takes time (at least 10-20 secs sometimes) to read and comprehend the tip. Also, once a ToolTip has been triggered it often seems reluctant to reappear if the cursor is moved back over the same control. Can this behaviour be changed?
  • 3. Datepicker Update- updates once and once only
    I have a form with Textboxes and 2 datepickers, on the update everything updates to the database just fine bar the 2 Datepickers, they updated to database once the first time only and won't change the new date settings in the database although the textboxes new data is being captured.I have the Databinding set in the Value property. Is there some property in the Datepickers that I'm overlooking?
  • 4. REGEX : move first char to the end of the previous line
    Hallo I need to move the first char of a new line to the last position of the previous line. The char to move is always the squared bracket: ] --- Example, I have: --- Paul and Mary [chapter one ] The boys went to school. --- I need to have: --- Paul and Mary [chapter one] The boys went to school. I presume I need to concatenate the ending char of the previuos line to the first char of the new line, remove the old vbCrLf between them, then set the new vbCrLf after the squared bracket. I'm trying to accomplish this by RegEx, but I have problems. I'm able to match by using ^] but I'm not able to replace. Below is the code, what I have to insert instead of ######## ? ---- ---- ---- Dim MyRegex As New Regex("^]", RegexOptions.IgnoreCase Or RegexOptions.Multiline) Dim myText As String = "" myText = "Paul and Mary [chapter one ] The boys went to school." Dim myMatches As MatchCollection = myRegex.Matches(myText) For Each myMatch As Match In myMatches Debug.Print (myText) myText = Replace(myText, myMatch.Value, "########") Debug.Print (myText) Next
  • 5. Multilanguage
    Hi NG, Ie wrote a really big application in vb6 and now, ie to implement a multilanguage function in it. Ie searched with google for a tool, which i could use to do the localization without having so much work. I now the resource-file.... ...but isnt there nothing else ? It would be nice, when I could change the language at runtime, and not only at program-start (p.e. multilizer) I thought to put the translations into a database. But isn there a tool, that give me all strings from a project ? p.e. like this: 1. Collect a list from all strings in a project 2. User choose which strings should be translated 3. The tool replace the selected strings with variables or functions (which return the selected language string "langstring(language, stringnumber") 4. Output the selected strings from 2. in a list/table I think it wouldn be very difficult to write an app for this, but the tools ie found for localizations are to complex. Frank

System Information

Postby Man » Tue, 02 Sep 2003 03:52:05 GMT

Hi.
 How to open system information page in which system all 
harware and software inforamation is given as in windows .

Regards 
Muhammad Bilal

system information

Postby bm9vcg » Thu, 29 Jul 2004 10:02:01 GMT

Hi,
Does anyone has any idea how to get amount of memory used by the system and also the organization name of the system?

Thanx

Noor

Re: system information

Postby Lucas Tam » Thu, 29 Jul 2004 13:02:04 GMT

"=?Utf-8?B?bm9vcg==?=" < XXXX@XXXXX.COM > wrote in




Look into WMI. You can get all the settings on the computer.


 http://www.**--****.com/ 

-- 
Lucas Tam ( XXXX@XXXXX.COM )
Please delete "REMOVE" from the e-mail address when replying.
 http://www.**--****.com/ 

Re: system information

Postby Cor Ligthert » Thu, 29 Jul 2004 17:22:47 GMT

Hi Noor,


A totally not interesting piece of information when using dotNet.
Why I say that, because it is not managable by you in dotNet.

One of the things the framework manages is the use of memory.

It does when there is processing almost nothing when there is enough. It
starts collecting the garbage and recycling when there becomes to less or
there is any kind of idle time.

So therefore your used memory amount is always unpredictable, however should
be (when it is not basicly to low) always be enough.

I hope this gives an idea?

Cor



Re: system information

Postby Ken Tucker [MVP] » Thu, 29 Jul 2004 20:08:24 GMT

Hi,

            Take a look at GC.GetTotalMemory .
 http://www.**--****.com/ 


Ken
-------------------




Hi,
Does anyone has any idea how to get amount of memory used by the system and 
also the organization name of the system?

Thanx

Noor 



System Information

Postby forums.sybase.com » Fri, 03 Jun 2005 13:33:54 GMT

Hi All,

In VB.NET how to display the values of the following in the text box.

window mode, widows directory, windows active time, system free memory, GDI
Resources, User Resources, System Resources, networ id and other memory
options.

Thanks in Advance
S. Viswanathan



Re: System Information

Postby Cor Ligthert » Fri, 03 Jun 2005 13:39:48 GMT

S,

Have first a look in the enviromnent class and for what is not in there use 
the WMI classes.

I hope this helps,

Cor 



Re: System Information

Postby Herfried K. Wagner [MVP] » Fri, 03 Jun 2005 20:40:49 GMT

"forums.sybase.com" < XXXX@XXXXX.COM > schrieb:

Take a look at the classes 'SystemInformation', 'Environment', and 
'Application'.  More information can be obtained using WMI:

<URL: http://www.**--****.com/ ;

-- 
 M S   Herfried K. Wagner
M V P  <URL: http://www.**--****.com/ ;
 V B   <URL: http://www.**--****.com/ ; 


Similar Threads:

1.how to get dsn system information (ip address or name) with vbcode

Is it possible to get the dsn system information from an odbc source using 
vbcode.  Example: I have an ODBC connection to a database under by system dsn 
tab, and would like to get that using vbcode.

Thanks in advance.

2.return system information using VBA

I'm looking for a way to use VBA in Access to return the Full Computer name 
and the User Name.

3.VB.NET - System Information

4.Checking System Information with ActiveX ?

5.System Information - cannot be collect

After installing my VB.NET application, System Information no longer works.
It comes up with an error that it "cannot collect information".  Has anyone
else experienced this?  If so, what might be the cause/fix?

Thanks!


6. Retrieve System Information

7. System information via vb.net???????????????????????????????

8. System Information WINDOW??



Return to VB.NET

 

Who is online

Users browsing this forum: No registered users and 88 guest