How can I connect to my SDF database on my PDA from my desktop?
Using VB
thanks in advance
Phil.
Hi All,
I am trying to get the network username in a vb.net codebehind page using the following code:
Dim strUser1 As String = System.Web.HttpContext.Current.User.Identity.Name
I also...
Good day!
Can i know how to make transparent listview in vb.net? I can't see my background images because the listview is not transparent. Any reference/tutorials about how to make transparen...
I have 2 doubts
1) I would want to loop thru the available keyboard layouts using vb.net inputlanguagecollection or installedlanguages.... I am not sure how this can be done in vb.net .. c...
How can I disable a TabPage in a TabControl in WinForm application? I cannot find the Enabled property in Tabpage or TabControl object.
Thanks.
Ok, I have a client server app ... right now they are operating on the same machine, communicating over 127.0.0.1. Anyway, I create this dat file on the client side. The file is named for a...
how can i pass the parameter as table name to sql server ?
Greetings;
I am having a problem, I want to call a javascript function from my .ascx file's Image Button's 'Click Event' which opens a new window.
Javascript:
<script language="java...
hi,
I am working on infragistics windows forms. I have a control which is a combnation of checkbox and combo box..i mean combo box which has checkbox in it.do we have any control in infragist...
I have a table (table A), it contains definetion rows for a reporting program. The final column is an NVARCHAR(MAX) which stores an xml of the paramters to be used by the report. I use an xml ...
I know that you can make a grid alternate row colors, but can one get a textbox to behave the same way? I would like to have a textbox that has sets of rows to alternate colors between sets ...
Good Day
Experts:
I found the below couple lines of code here on E-E. This was exactly what I needed. However, I would like to do the same if the User hits the Enter key. Only problem...
Hello Guys,
I am trying to use the console VB.net application script in the VB.net webform. Having no good knowledge of .NET I am having problems in the script attached.
The script should re...
I'm trying to display memo text in a box whereupon the user cannot select and copy the text out. I drew a textbox and set enabled = false but the text turned grey and hard to read:
...
I'm trying to simplify my coding by putting all of my requirements in ONE potential line of code instead of assigning if functions to each silly variable i have, which leads me to my question....
Hi I'm trying to read a CSV into a datatable - I'm using the streamreader method I have so code that is working more or less right but it doesnt read ever line on the csv file - I'm stumped
...
I have a fairly large .NET 1.1 Web App.
In this application I have a class (SQL.cs) that handles all calls to the DB (SQL Server 2000). There are aproximately 150+ different static functio...
Hello, i'm writing a simple web spider for whole web crawling. I'm using System.Uri class to resolve relative uri's found on webpages. Everything is fine with standard uri's however some serve...
How do you check if a variable is an integer? In vb.net 2.0 Thanks
Hi!
What I would like to do is have my application launch a word document which has fields specified (just text). For instance:
<firstname> <lastname>
<city>, <state> <zip>
Then I wou...
hi all,
I am trying to understand how to use the regular expressions function in VB.NET to replace a series of xml meta tag values.
What I have is a part of Excel XML file as seen below, t...
I'm trying to develop an application, and part of it needs to determine the path of installed programs. Is there a way to search through the registry with say a a user entered string. Then r...
I am in need of converting the string SID (S-1-5-21-77017412-etc.) into it's binary representation.
I know that an API function named "ConvertStringSidToSid()" exists; and I have found an...
Recently, I converted a VB6 module that communicates with a hardware device through the serial port. Initially, I was accessing the comm module as a VB6 DLL, which was working all right. The...