Experts,
I have taken this code from the following link: http://www.codeproject.com/KB/IP/LDAP_Using_VBnet.aspx
I added the reference: System.DirectoryServices.dll
And the line: Import...
How can I detect if my app is running on x86 or x64?
Does anyone know of a way to convert from pdf to a multipage tiff in visual basic 2008? I am looking for a solution that is free and doesn't involve image magik (the only other solution that ...
I have a VB.NET 2008 app. It has been working fine, but I recently made changes, changed the build numbers, rebuilt the app and now the file shows the right new version numbers in Explorer, b...
Hi,
I have an application where a user can select a school session from a drop down and it will give them the attendance that has not been entered for that session. I have 12 different sess...
friends,
I am trying a new method of getting data (OSD's) and I am having trouble getting the valuemember added to the combobox that I am trying to populate.
Here is where I am tryting t...
Hi everyone
I don't know much about Excel programming so sorry my ignorance. I would like to click on a cell (let's say A7) on "worksheet 1" and jump to "worksheet 2". I need the piece of ...
I have an ajax modal popup with a submit button on it, Everything was working fine but now when i click on it it does not fire the server side code. If i double click on the button in design m...
Hi,
Below is the line of code that I use to load a list of files from a directory. I would like to exclude files created based on a specific date. For instance if the file was created yeste...
Good Day
Experts:
Another request for my project that I am unable to figure out. I have my login screen to display on startup in the center of the screen. Now it is to be displayed maxim...
Hi Experts,
I am using the attached code to populate and display a DataGridView control.
The DataGridView fills with the DataSet's data and the columns AutoSize. This would indicate the ...
Hi, I am trying to read the dynamic content of a webpage from a web control.
I can read it just fine for the original code, but cant access the generated code.
I know this can be done be...
Hello all,
I have created a bitmap and would like to change it's pixel size dimensions to 640x200
before I save it.
How would I do that?
Here is my code:
Dim screenshot As Bitmap =...
Hello
Below is my code which is basically in one line. I want to write that in multiple lines to look better.
I used underscore( _ ) but givving me an error can anyone help me out.I'm using...
Most of the time when I'm copying code from the internet, I try to understand how the code works.
I understand how to pass parameters to a report viewer fine, but this section of code is a b...
Hello fellow experts,
I'm currently writing a vb.net 2.0 consoleapp that will cycle through active directory user accounts and add/remove them to/from some distrobution lists. No problems d...
Hi
I have a combobox that I use databinding on.
Me.cboEmploymentCondition.DataBindings.Add(New System.Windows.Forms.Binding("Text", m_tbl_BindingSourceEmployed, "EmploymentCondition", T...
I am having a bit of a problem with hiding the form in vb.net 2008. I don't know if this is a bug or something pc related.
I can create a new project from scratch and in the form load even...
Hi!. I have a problem with bindingsource endEdit method. I have a bindingsource binded to a table from a dataset. I have another bindingsource binded to a relation from the first bindingsource...
Is it possible to capture data from one port and foward to another?
so if an application sends a packet on port 2113 I want to intercpt (or copy) it and send it on to port 80
Example cod...
Why am I losing string values that I add to a 2 dimensional String array when I click on another date in a Calendar control? I am able to add strings during the Page_Load event and it works te...
I have a web app, and on one page, when it loads I start a Javascript routine that starts a timer:
<body MS_POSITIONING="GridLayout" onLoad="InitializeTimer()">
At the appropriate time, the...
I have a vb.net function that expects 2 parameters - example :
GetCustomer(byval Addr1 as string, byval Addr2 as string).
The calling program calls this function by passing 2 string varia...
Hello every one,
How can I play an mp3 (and preferably other audio formats) in my program without the need to use other external applications that the user may or may not have, ex (Windows ...
Good Day
Experts:
I have another need here with VB.net I am unsure of how to approach. At start-up for my Login screen, I would like to have information pre-populated in 2 of the fields. ...