User Profile
Collapse
-
yeah, that's what i was trying to ask :D so that means that the dll will have all the classes and libraries that the main class depends right? -
Dealing with Dll's (c++)
Since i am not use to program in c++, i got this question:
I've been thinking in making a mp3 player in C#, the language i am more confortable dealing with, but instead of using librarys provided by Visual Studio, i want to deal with a library that i can have full knownledge of its code.
I started searching for mp3 projects made in c++ and i found one thats good enough for me. WMp3 C++ class for Windows
... -
Set ListBox / ComboBox Value
Hi there,
I am adding items to a Listbox and a ComboBox and i would like to set their id's as a value so when i choose the attribute SelectedValue i can be able to get their ids.
Someone can Help me?
Thanks in Advance. -
Call Web Method from PDA device (Really need this Help)
Hi there,
I can connect to the WebMethod from the WM6 emulator, but i cant connect from the device :S
Shouldnt the device work as fine as the Emulator???
I change the web reference url to my local machine but it does just make it work to the emulator. Why this is happening???
I got an apresentation like in 3/4 hours :S and i got to show the app in the device :S
Someone... -
I've been all day trying to solve this and i getting some results.
Through the emulator i can use the WebMethods without any problem, but through the mobile device i am gettin the same errors:
"Unable to connect to the remote server"
To make it work on the emulator, i change the Web Reference URL on my Web reference to my network ip. He use to had the "localhost" instead.
...Leave a comment:
-
Hey guys, i am facing another problem:
When i try to get data from the Webmethod, i get this error:
"Could not establish connection to network."
I already verify that my PDA have connection to internet.
I seen somewhere that i have to change the "localhost" part of url of my WebService to my local machine name, but im not sure how to change it.
the local...Leave a comment:
-
...And then? i still cant find any WebService Object :S
How i add the object so i can call the methods???
EDIT: Done so far. Thanks for the help AliasLeave a comment:
-
i cant find the webservice method :S
Do i have to include any webservice library?
EDIT: do i need to add any reference/web reference?Leave a comment:
-
Call Web Service method
Hi there
I'm working on a PDA solution on .NET CF and i want to get data from a MySQL database through Web Services.
What i just did was:
Create a Web Service;
Create a Webmethod getting data on a database;
add the webservice to the PDA project solution.
Now, someone can explain me how i can call the webmethods on the PDA project??
Thanks... -
Its a PDA solution.
I solved the problem. I had to put the file into the PDA and put the whole path.
It wasnt nothing big, the proclem is that i was using an emulator and i was using wrong paths (windows desktop path)Leave a comment:
-
Bitmap Image path (possibly a noob question)
Hi there,
Me and a friend we want to clear a doubt on the Image method on the Bitmap Object:
We got jpeg files stored on our project solution (PDA) and we want to know if its possible to gave the path from the solution.
Basically, we want to know if its possible put write:
Instead of:Code:Bitmap newImage = new Bitmap(@"\images\maps1.JPG");
...Code:Bitmap newImage
-
thanks for your help guys, if i have another doubt i'll leave hereLeave a comment:
-
Using SSL with ASP.NET
Hey there,
Someone can explain me how can i enable SSL and use it on my web page??? I've been searching on internet but the tutorials i hasnt been sucessfull with the tutorials i've been trying. I use IIS 5.0.
the main question i would like to have a answer is:
1 - how can i enable ssl on my manchine?
2 - how can i t configure the ASP.net to make it enter certain pages by https???
... -
-
Create rows/columns dynamically in ASP.net with Javascript function
Although i'm working on ASP.net, i think the problem i'm facing is related to my javascript function so i hope i create the thread in the right section.
My goal is to create a table dynamically, depending with the number of cameras i got. The code is:
...Code:var tabela = "<table border=2 width='100%' heigth='100%'><tr>"; var lastCol = 3; for (var i = 1; i <= -
Hi DrBunchman, thanks for your reply.
I mean Javascript, I’m sorry. In my country, we just say Java to abbreviate. I will be more careful when i put my questions in foreign forums.
Thanks for your answer, it helps me a lot :DLeave a comment:
-
Pass a Value from Page_Load to a Java Function
Is this possible???
When i call another web page i receive a value from it:
Code://1st Page Session["nCam"] = camLenght;
then i call a java function from the body tag:Code://2nd page -> receive the value from the first page on Page_Load() int nCam = Convert.ToInt32(Session["nCam"]);
...Code:<body onload="MontagemCamaras()">
-
-
Open Window after ONE click (only one)
Why only one?
Well, what has been happen to me is that the window just pop up after the second click and i dont know why this is happening.
The code inside the link button is:
...Code:protected void CicloCamLink_Click(object sender, EventArgs e) { string openWindow = @"window.open('CicloCamarasWindow.aspx','anycontent','width=455,height=435,resizable=1')"; CicloCamLink.Attributes.Add("onclick",Last edited by DrBunchman; Jun 3 '08, 10:40 AM. Reason: Moved to .NET Forum - ASP Forum for Classic ASP only -
Distributed computing
This might be a dumb question, but i gotta do it :D
In a distributed computing, can the machines have different OS??? If yes, its something that is worth to do? i mean, can i have problems for building a distributed computing with diferent OS?
No activity results to display
Show More
Leave a comment: