i am trying to do a scrolling marquee in the title bar of my application. how do i produce an effect like this;
Hello
ello H
llo He
lo Hel
o Hell
Hello
rather than what i have now,
...
what is the correct syntax to insert the current server date and time into a datetime field eg
cmdString = "INSERT INTO tbl_alpha(CurrentDateTime) VALUES (??????????????????????);"
Dim cmd...
Hi, I'm using VB 2005 (Windows Forms) and have a question about DataViews. How can I read multiple column values from my DataView at once? Currently, to read the FirstName and the LastName col...
Hi.
I'm making a simulation software for arbitrary 3d objects...
At the time, it is easier to let the users make the 3d geometry in AutoCad, then in my program, I need to import it, get all ...
I was wondering if there is a way to use a batch file, or vb script to do the following...
Create a text file that has the first line as the PC name and the second line would be the letter ...
I have attached a screenshot for reference. I am looking for a way to find out which row has the server name in it that I am looking for and retrieve the failures for that same row to either a...
I'm making a custom control for my vb.net project. As a simple example, I'm making a control called "TitleLabel", which is just a label that has a size 16 + bold font.
So I create a new cla...
Hi Experts,
Am I missing something here?
I have a datagridview with several columns, all of which you can click on the header to sort by that column.
I would like to be able to highli...
HI,
I am back with some more queries.
I am currently developing a software for the dispatch section of an online shopping center. This software will keep track of the dates when the produc...
I have strings like this and need to delete only the white spaces around the comma:
Before:
"Cars, Trucks , Boats , Cruise Ships, Air Planes"
Needs to look like this after:
"Cars,Trucks,B...
Hello all,
I am trying to develop a Word Ribbon add-in to save a file with read only permissions using VB in visual studio .net 2008. Anybody have code for this?
I am just curious. What languages to they use to convert .flv to 3gp ?
http://www.experts-exchange.com/Programming/Languages/Java/J2SE/MultiMedia/Q_22915229.html
http://www.flvsoft.com/...
Dear Experts,
I want to Fire an event on pressing Delete button in my key board ..... And also I want to capture the values in the cells of the selected DataRow in a DataGrid ..... I can Use ...
Hello experts.
VS2005, VB.Net
I have a form with a couple of listviews that are setup as tile view and associated to an imagelist. I am able to click, drag and drop the image between the ...
I have a series of supporting files that I need to deploy with my project. Since I am using a ClickOnce deployment, I would like to add these files to my ClickOnce deployment. What I did aft...
Hi,
Why Righ alignment value inside label and textbox do not have the same position of its value if we place them like:
label 111
textbox 111
...
If I remember there's a certain way to accomplish this, and apparently I'm not doing it correctly.
I have a main form and separate code module, which runs a lot of functions through different...
I'm rewritting this question from one I got no response. I am not familiar with windows domain and determining idenity and such. I have code that looks at a users machine to see what groups t...
I am working on a WebApp in Visual Studio 2008, that will pull information from an XML file and display the information(date, time, temperatue and humidity). I am using a Datalist control to b...
I'm writing a very simple shell application and it needs to be able to reboot or shutdown the operating system; in this case, Windows XP SP2. The shell will be run in a standard user context -...
I am not sure if I should use the ReportViewer or the Crystal Reports option, but I have a datatable that is created in code and I need to get it into the report. The app will be accessed thr...
I am a beginner at VB. I know SQL and took c++ in college. I guess i need something elementary. Any websites or other resources?
Bought an inexpensive temperature monitor with 4 sensors. In HyperTerminal, I can connect to it on Com1 using 9600,N,8,1, and see that it generates a comma-delineated line at regular intervals...
I am migrating a VBScript to a VB.net app. The first line is the code I used in VBScript, but that doesnt work, and have tried the second one with no success.
I get "Unable to cast COM o...
I have a VB 2005 Windows Form with a label I'm splitting into two different colors using the label's paint events.
This code was provided by another contributor here on EE and it works ver...